forked from espressif/arduino-esp32
latest IDF, 240MHz and BLE enabled libs
This commit is contained in:
@ -34,8 +34,8 @@ MEMORY
|
||||
Enabling Bluetooth & Trace Memory features in menuconfig will decrease
|
||||
the amount of RAM available.
|
||||
*/
|
||||
dram0_0_seg (RW) : org = 0x3FFB0000 + 0x0,
|
||||
len = 0x50000 - 0x0 - 0x0
|
||||
dram0_0_seg (RW) : org = 0x3FFB0000 + 0x10000,
|
||||
len = 0x50000 - 0x0 - 0x10000
|
||||
/* Flash mapped constant data */
|
||||
drom0_0_seg (R) : org = 0x3F400010, len = 0x800000
|
||||
/* RTC fast memory (executable). Persists over deep sleep.
|
||||
|
Reference in New Issue
Block a user