rtos
Here are 568 public repositories matching this topic...
Is your enhancement proposal related to a problem? Please describe.
access_addr always seems to be of size 4; that should be #defined.
crc_init always seem to be of size 3; that should be #defined.
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229677
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229386
Describe the solution you'd like
A
-
Updated
Jun 6, 2022 - C
Motivation
Previous discussion: #1500
Details
Currently, there is no workflow to build and test rust-related crates on the Windows platform. So there is no guarantee for making sure the compilation and functionality are working.
-
Updated
Mar 10, 2022
In PROTECTED mode, the MPU is used to map regions of memory to supervisor- and/or user-accessible memory. Currently, that algorithm is very simple: The entire address range is made accessible in supervisor mode; a single MPU region is used to enable user-mode access in each user memory region.
Each MPU region must bit both of a power-of-two size and with an alignment in memory equal to the si
-
Updated
Jun 6, 2022 - VHDL
-
Updated
May 9, 2022 - C
-
Updated
May 20, 2022 - C
-
Updated
Apr 7, 2022 - C++
-
Updated
May 13, 2022 - C
-
Updated
Jul 21, 2021 - Rust
-
Updated
May 14, 2022
-
Updated
May 3, 2022 - C
-
Updated
Jun 6, 2022 - C
-
Updated
Jun 30, 2017 - C
-
Updated
May 15, 2022 - C++
-
Updated
Sep 7, 2018 - C++
-
Updated
Dec 2, 2020 - C
-
Updated
Nov 21, 2020 - C
Support C11 free()
With aligned_alloc() in the C11 standard, free() is called to free memory, rather than an equivalent aligned_free().
We should update our library with some logic that can be used to correctly call aligned_free() if free() is used instead.
-
Updated
Oct 24, 2019 - C
Improve this page
Add a description, image, and links to the rtos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rtos topic, visit your repo's landing page and select "manage topics."
以下测试环境为:
scons --dist新生成的 qemu 环境hello world的下位机输入下述命令运行 qemu 程序:
结果显示系统崩溃,并且是在 qemu 接收第一个字节后崩溃。
下位机不主动发送数据给上位机时,工作正常。