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 2022/03/18 15:12:45 UTC

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5790: xtensa_coporc: Adjust stack frame for C callable coprocessor functions

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


   ## Summary
   These function don't use call8 or call12 and thus need to create just 16
   bytes for the base save area, however they do use one variable so we
   need a space for that.  The `entry` instruction works in multiples of 8 bytes
   so we add whole 8 bytes for one variable.
   ## Impact
   Xtensa chips
   ## Testing
   ESP32, ESP32-S2 and ESP32-S3.
   


-- 
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] pkarashchenko merged pull request #5790: xtensa_coporc: Adjust stack frame for C callable coprocessor functions

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


   


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