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/09/21 09:08:41 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #1414: kernel/os: Fix PIC32 stack size

andrzej-kaczmarek opened a new pull request #1414: kernel/os: Fix PIC32 stack size
URL: https://github.com/apache/mynewt-core/pull/1414
 
 
   There's no need to force alignment by using uint64_t for stack element
   since stack aligmnent is forced by variable attribute (assuming stack is
   defined by approprite macro which is the proper way to do this).
   
   Also this made stacks 2x larger than they need to be...

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