-
Updated
Aug 17, 2020 - C++
mcu
Here are 358 public repositories matching this topic...
Resurrecting the second bullet from #1334
- Figure out how to fix favicon / logo more generally (here's a start https://github.com/tock/tock/tree/doc-updates)
Implement some test cases for standard memset()
-
Updated
Jul 22, 2020 - C
-
Updated
Aug 17, 2020 - C++
-
Updated
Sep 1, 2020 - C
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
Following nanoframework/nf-interpreter#1564 need to add launch.json and cmake-variants.json to community targets.
-
Updated
Aug 30, 2020 - C
-
Updated
Aug 28, 2020 - C
-
Updated
Jul 4, 2020 - C++
-
Updated
Jun 8, 2017 - C
-
Updated
Aug 19, 2020 - Python
-
Updated
Aug 27, 2020 - C
-
Updated
Sep 10, 2018 - C++
-
Updated
Nov 11, 2019 - C
-
Updated
Mar 20, 2020
Improve this page
Add a description, image, and links to the mcu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mcu topic, visit your repo's landing page and select "manage topics."


Is your enhancement proposal related to a problem? Please describe.
Syscalls run on fixed-sized privilege elevation stacks. There is a hard limit on how much stack space a system call can use because of this. We don't have good data on how much stack syscalls actually use.
Describe the solution you'd like
I'd like to be able to use CONFIG_STACK_USAGE to be able to generate a report,