mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
esptool: Optimise generated image size by using RAM-loaded data for padding
Can save almost 128KB from some images.
This commit is contained in:
committed by
Angus Gratton
parent
4ec2abbf23
commit
d92c541b1a
@@ -37,7 +37,7 @@ MEMORY
|
||||
len = 0x50000 - CONFIG_TRACEMEM_RESERVE_DRAM - CONFIG_BT_RESERVE_DRAM
|
||||
|
||||
/* Flash mapped constant data */
|
||||
drom0_0_seg (R) : org = 0x3F400010, len = 0x800000
|
||||
drom0_0_seg (R) : org = 0x3F400018, len = 0x800000
|
||||
|
||||
/* RTC fast memory (executable). Persists over deep sleep.
|
||||
*/
|
||||
|
Submodule components/esptool_py/esptool updated: ffde3f07b3...325f01637b
Reference in New Issue
Block a user