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/11/06 20:28:51 UTC

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #2233: xtensa/esp32: Fix the memory regions with regards to the range used by the ROM.

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


   ## Summary
   Static allocation sections should end at the beginning of the ROM data.
   The rest of memory (End of ROM data --> End of DRAM) is added to the
   heap.
   
   ## Impact
   Fix the memories and avoid clobbering ROM data.
   
   ## Testing
   Several configs with ESP32.
   


----------------------------------------------------------------
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 #2233: xtensa/esp32: Fix the memory regions with regards to the range used by the ROM.

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


   Thank you! @Ouss4 


----------------------------------------------------------------
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 merged pull request #2233: xtensa/esp32: Fix the memory regions with regards to the range used by the ROM.

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


   


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