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/06/21 10:43:55 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #3957: sched/wdog: Remove flags field from wdog_s to save memory

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


   ## Summary
   since WDOG_ISACTIVE can check next field instead
   
   ## Impact
   Save four bytes for each wdog_s
   
   ## Testing
   Pass ostest
   


-- 
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 commented on pull request #3957: sched/wdog: Remove flags field from wdog_s to save memory

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


   > @acassis - Any feedback?
   
   I think it is fine. It is good way to test if the wdog is active


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] davids5 commented on pull request #3957: sched/wdog: Remove flags field from wdog_s to save memory

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


   @acassis - Any feedback?


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis merged pull request #3957: sched/wdog: Remove flags field from wdog_s to save memory

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


   


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org