You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/01/18 16:45:01 UTC

[GitHub] [incubator-nuttx] v01d opened a new pull request #2712: nRF52: support stack check and coloration

v01d opened a new pull request #2712:
URL: https://github.com/apache/incubator-nuttx/pull/2712


   ## Summary
   
   Adds required code for both features
   
   ## Impact
   
   Add feature
   
   ## Testing
   
   Stack coloration reports used stack correctly (not sure how to test stack checking)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis merged pull request #2712: nRF52: support stack coloration

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #2712:
URL: https://github.com/apache/incubator-nuttx/pull/2712


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] btashton commented on pull request #2712: nRF52: support stack coloration

Posted by GitBox <gi...@apache.org>.
btashton commented on pull request #2712:
URL: https://github.com/apache/incubator-nuttx/pull/2712#issuecomment-762370374


   Just tested this locally on my nrf52-feather.  Thanks for adding this:
   ```
   NuttShell (NSH) NuttX-10.0.1
   nsh> ps
     PID PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK   STACK   USED  FILLED COMMAND
       0   0 FIFO     Kthread N-- Ready              00000000 001024 000464  45.3%  <noname>
       1 100 FIFO     Task    --- Running            00000000 002028 001528  75.3%  <noname>
   nsh> uname -a
   NuttX 10.0.1 d8c6ea00d9-dirty Jan 18 2021 08:58:22 arm nrf52-feather
   ```


----------------------------------------------------------------
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:
users@infra.apache.org