mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-02 10:38:46 +08:00
feat(bootloader): basic boot
This commit is contained in:
@ -16,7 +16,7 @@ MEMORY
|
||||
dram_seg : org = 0x3FFE8000, len = 0x18000
|
||||
|
||||
/* Functions which are critical should be put in this segment. */
|
||||
iram_seg : org = 0x40108000, len = 0x8000
|
||||
iram_seg : org = 0x40108000, len = 0x4000
|
||||
}
|
||||
|
||||
/* Default entry point: */
|
||||
|
Reference in New Issue
Block a user