You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/28 01:07:53 UTC

[GitHub] ccollins476ad opened a new pull request #1301: kernel/os: Add debug mode syscfg setting

ccollins476ad opened a new pull request #1301: kernel/os: Add debug mode syscfg setting
URL: https://github.com/apache/mynewt-core/pull/1301
 
 
   This commit adds a new syscfg setting:
   
       OS_DEBUG_MODE
   
   This setting doesn't do anything by itself, but enabling it causes several other settings to be enabled.  Currently, this setting enables the following:
   
       OS_CRASH_STACKTRACE
       OS_CTX_SW_STACK_CHECK
       OS_MEMPOOL_CHECK
       OS_MEMPOOL_POISON
       HAL_FLASH_VERIFY_WRITES
       HAL_FLASH_VERIFY_ERASES

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services