wangchdo commented on code in PR #17227:
URL: https://github.com/apache/nuttx/pull/17227#discussion_r2453842099
##########
boards/xtensa/esp32s3/common/scripts/esp32s3_sections.ld:
##########
@@ -275,10 +281,6 @@ SECTIONS
*libarch.a:*esp_rom_spiflash.*(.text .text.* .literal .literal.*)
*libarch.a:*esp_rom_cache_esp32s2_esp32s3.*(.text .text.* .literal
.literal.*)
*libarch.a:*esp_rom_wdt.*(.text .text.* .literal .literal.*)
- *libarch.a:*esp_efuse_fields.*(.text .text.* .literal .literal.*)
Review Comment:
Did you modify the source code so that no eFuse-related functions are called?
I’m asking because if no eFuse-related functions are referenced, the linker
should automatically strip them, and there would be no need to update the
linker scripts to free the space in iram.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]