Commit Graph

7 Commits

Author SHA1 Message Date
dongheng
301d857988 feat(esp8266): supports "make size" and its family function
1. support "make size", "make size-files", "make size-components" and "make size-symbols"
2. add esp-idf style link file including "esp8266.ld" and "esp8266.project.ld.in"
3. add link advaced generation file to components of esp8266 and spi_flash
2019-08-05 17:20:29 +08:00
Dong Heng
04c731c802 feat(bootloader): Boot copy OTA is not depend on others 2019-01-24 19:35:03 +08:00
Dong Heng
11db1b0daf feat(bootloader): Support v2 firmware updates to v3 by OTA 2019-01-16 14:20:58 +08:00
Dong Heng
d5b14d7427 feat(bootloader): Initialize SPI flash clock and I/O mode at bootloader 2018-11-09 16:52:59 +08:00
Wu Jian Gang
1bc665a4ff feat(bootloader): modify to output something
using CONFIG_TARGET_PLATFORM_ESP32 to disable original bootloader_support code for ESP32
2018-06-19 17:34:54 +08:00
Dong Heng
06bbb9e4bf feat(spi_flash): Modify partition driver
Use "sys/queue.h" as default queue header file.
2018-06-08 19:26:20 +08:00
Dong Heng
7f91cf4a0e feat(spi_flash): Add SPI flash driver component 2018-06-08 17:28:49 +08:00