Files
esp-idf/components
Ivan Grokhotkov 61c6ce86d2 esp32: put .data before .bss
This change reduces chances that a large .bss segment will push .data all the way into
0x3ffe1320 — 0x3ffe5320 range where the bootloader stack is, creating a problem when
bootloader will be loading application into memory.
With this change, .data would need to be at least 200k big to cause problems.
2017-01-06 13:46:06 +08:00
..
2017-01-06 13:46:06 +08:00
2016-11-16 15:57:34 +11:00
2016-11-22 21:14:36 +08:00
2016-11-23 11:29:36 +08:00