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 2020/08/05 11:12:22 UTC

[GitHub] [incubator-nuttx] davids5 commented on pull request #1517: sched/wdog: Change the default value of MAX_WDOGPARMS from 4 to 2

davids5 commented on pull request #1517:
URL: https://github.com/apache/incubator-nuttx/pull/1517#issuecomment-669132951


   @xiaoxiang781216 I like the idea of saving memory. But this would be unbeknownst reduction that will silently impact downstream users of Nuttx. 
   
   I believe what Greg has argued in the past that Kconfig changes need to be non-breaking/non changing.  Isn't this the same situation?
   
   The default was 4 so in a case where 4 was what the user had selected their last 'make oldconfig' has deleted it.
   Therefore there is no defconfig entry. On running 'make oldconfig' with this release the build will have a value of 2.  
   
   
   


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