xiaoxiang781216 opened a new issue #1769:
URL: https://github.com/apache/incubator-nuttx/issues/1769
Copy from TODO:
2. Another problem is colorizing that stack to use with
stack usage monitoring logic. There is logic in some
start functions to do this in a function called go_nx_start.
It is available in these architectures:
./arm/src/efm32/efm32_start.c:static void go_nx_start(void
*pv, unsigned int nbytes)
./arm/src/kinetis/kinetis_start.c:static void
go_nx_start(void *pv, unsigned int nbytes)
./arm/src/sam34/sam_start.c:static void go_nx_start(void
*pv, unsigned int nbytes)
./arm/src/samv7/sam_start.c:static void go_nx_start(void
*pv, unsigned int nbytes)
./arm/src/stm32/stm32_start.c:static void go_nx_start(void
*pv, unsigned int nbytes)
./arm/src/stm32f7/stm32_start.c:static void
go_nx_start(void *pv, unsigned int nbytes)
./arm/src/stm32l4/stm32l4_start.c:static void
go_nx_start(void *pv, unsigned int nbytes)
./arm/src/tms570/tms570_boot.c:static void go_nx_start(void
*pv, unsigned int nbytes)
./arm/src/xmc4/xmc4_start.c:static void go_nx_start(void
*pv, unsigned int nbytes)
But no others.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]