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/12/04 03:17:11 UTC

[GitHub] [incubator-nuttx] donghengqaz opened a new pull request #2474: xtensa/esp32: Optimize IRAM usage based on esp-idf

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


   ## Summary
   
   Optimize IRAM usage based on esp-idf.
   
   From https://github.com/espressif/esp-idf/blob/master/components/esp_wifi/linker.lf & https://github.com/espressif/esp-idf/blob/master/components/esp32/ld/esp32_fragments.lf, we can know following data/text should be placed into IRAM instead of SPI Flash:
   
   - libphy.a (RODATA)
   - librtc.a (TEXT)
   - libpp.a (wifi_iram)
   
   ## Impact
   
   Decrease about 87KB IRAM space from Wi-Fi related libs.
   
   ## Testing
   
   Using Iperf to test.


----------------------------------------------------------------
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 #2474: xtensa/esp32: Optimize IRAM usage based on esp-idf

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


   


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