v01d opened a new issue #3338:
URL: https://github.com/apache/incubator-nuttx/issues/3338


   ```
     Description: There are issues with setting IDLE thread stacks:
   
                  The 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.
     Status:      Open
     Priority:    Low, only needed for more complete debug.
   ```


-- 
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]


Reply via email to