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/23 16:25:47 UTC

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #3969: boards/esp32: Refactor the different linker scripts and delete old OpenOCD config files.

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


   ## Summary
   1. We had two separate linker scripts for running from IRAM or Flash.  However, they only differ slightly, we can refactor that using `REGION_ALIAS`.
   2. Delete a bunch of old OpenOCD configs.  The documentation already explains how to use those shipped with OpenOCD.
   3. Move the ROM linker script to the common directory. 
   4. Rename `iram_0_2_seg` to `irom_0_0_seg`, to (hopefully) avoid any confusion.
   ## Impact
   ESP32 boards.
   ## Testing
   Built and tested all the defconfigs of ESP32 boards.
   


-- 
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] xiaoxiang781216 merged pull request #3969: boards/esp32: Refactor the different linker scripts and delete old OpenOCD config files.

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


   


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