Skip to content
#

mcu

Here are 354 public repositories matching this topic...

andrewboie
andrewboie commented Jul 27, 2020

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,

patacongo
patacongo commented Jul 31, 2020

Lot's of old references to the old nuttx.org DocuWiki still exist:

$ grep -r "nuttx[.]org" * | grep http

arch/arm/src/armv7-m/Kconfig:           http://www.nuttx.org/doku.php?id=wiki:nxinternal:svcall
arch/arm/src/armv8-m/Kconfig:           http://www.nuttx.org/doku.php?id=wiki:nxinternal:svcall
arch/Kconfig:           paging feature as described in http://www.nuttx.org

Improve this page

Add a description, image, and links to the mcu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mcu topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.