mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-14 01:02:15 +08:00
Merge branch 'feature/support_make_size_family_cmd' into 'master'
esp8266: supports "make size" and its family function See merge request sdk/ESP8266_RTOS_SDK!1033
This commit is contained in:
components
esp8266
esptool_py/esptool
heap/port/esp8266
log
spi_flash
tools/ldgen
@ -181,7 +181,7 @@
|
||||
#define IRAM_SIZE (48 * 1024)
|
||||
|
||||
#define FLASH_BASE (0x40200000)
|
||||
#define FLASH_SIZE (1 * 1024 * 1024)
|
||||
#define FLASH_SIZE (2 * 1024 * 1024)
|
||||
|
||||
#define RTC_SYS_BASE (0x60001000)
|
||||
#define RTC_SYS_SIZE (0x200)
|
||||
|
Reference in New Issue
Block a user