Merge branch 'feature/support_make_size_family_cmd' into 'master'

esp8266: supports "make size" and its family function

See merge request 
This commit is contained in:
Dong Heng
2019-08-08 09:51:47 +08:00
36 changed files with 8565 additions and 323 deletions

@ -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)