gustavonihei opened a new pull request, #8829:
URL: https://github.com/apache/nuttx/pull/8829

   ## Summary
   
   This PR intends to fix a potential RAM overlapping issue between the 
bootloader and application images, which has been recently addressed on the 
ESP-IDF project:
   
https://github.com/espressif/esp-idf/commit/0fb0be381763332007c269a558e5df9b23f69c18
   
   Furthermore, it proposes another quick fix for the ESP32-C3 linker script. 
The length of the IROM and DROM segments should be related to the extent of the 
address space, and not be limited to the capacity of the External Flash device.
   
   ## Impact
   
   Fix for a potential issue, at the cost of reduced DRAM area for Espressif 
RISC-V based chips.
   
   ## Testing
   
   CI build pass.


-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to