41967f999f
When converting ELF to a flashable image, the esptool can only process up to 16 ELF sections. Zephyr has been happily grouping similar objects into linker sections which can easily go over esptool's limit. This patch consolidates the kernel, net, log, and shell objects into their own sections. Also remove the app_noinit section as no one is emitting anything into that section, and it's not being used by other arch/SoC/boards in Zephyr. Fixes #20980 Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
include | ||
CMakeLists.txt | ||
Kconfig.defconfig | ||
Kconfig.soc | ||
esp32-mp.c | ||
linker.ld | ||
sdkconfig.h | ||
soc.c | ||
soc.h |