25 Commits

Author SHA1 Message Date
2826d8aa2c feat(bootloader): remove unused option
Users can enable/disable these option at "app_update".
2019-09-25 16:38:56 +08:00
114d2b5b86 feature(script): update compiling script for new make and cmake 2019-08-02 14:02:45 +08:00
d244c20dec tools(ci): add script to build all examples
Using new cmake project declare.
2019-06-18 17:39:56 +08:00
639c64a540 feat(compatibility_upgrade): add function to get old SDK's target ap SSID and passowrd
Add error warning to check the wrong parition table.
2019-05-31 15:51:20 +08:00
cca13e0f99 feat(make): Sync code from esp-idf and modify for ESP8266
Commit ID: f6bfe13e
2019-05-16 16:22:11 +08:00
48c160f7e7 feat(kconfig): Rename "TARGET_PLATFORM_ESPxxx" to "IDF_TARGET_ESPxxx" 2019-02-15 19:02:26 +08:00
11db1b0daf feat(bootloader): Support v2 firmware updates to v3 by OTA 2019-01-16 14:20:58 +08:00
12ec433d9a feat: Add phy reg default when boot 2018-12-29 14:17:28 +08:00
e124146e2b feat(bootloader): Support to trigger test app in bootloader 2018-12-28 13:03:14 +08:00
d5b14d7427 feat(bootloader): Initialize SPI flash clock and I/O mode at bootloader 2018-11-09 16:52:59 +08:00
3de759602a feat(bootloader): Add sha256 verification for bootloader and OTA 2018-10-18 16:05:25 +08:00
964e027860 feat(bootloader): Add configration for output console UART 2018-09-07 14:26:27 +08:00
35ee995327 fix(components): Fix all components's compile warning and enable warning checking 2018-08-07 15:42:28 +08:00
b32c52874d feat(esp8266): Add full icache mode
Use full 32 KB iram as icache.
2018-07-31 11:01:06 +08:00
1cde2f5f81 feat(bootloader): Add startup function 2018-06-21 13:06:08 +08:00
c7c96e0066 feat(bootloader): basic boot 2018-06-19 17:34:54 +08:00
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
82a8582371 feat(log): add log support for bootloader 2018-06-19 17:34:54 +08:00
24dac408d0 fix(bootloader): fix load 0 length segment in rom loader stage 2018-06-19 10:28:24 +08:00
4f5700635e feat(partition_table): Make other components to adjust app offset at ox10000 2018-06-15 10:42:06 +08:00
612187c85e feat: Add target platform choise, default esp8266
Not support esp32 now.
2018-06-14 23:48:49 +08:00
5e4ff33e79 feat(bootloader): Add a simple bootloader
Old boot flow, just used for bootloader component compile, no full feature
2018-06-14 21:13:08 +08:00
69fdfe2a32 feat(bootloader): Modify makefile to support esp8266 2018-06-14 21:13:08 +08:00
d7e266f170 feat(bootloader): Add ld files for esp8266 bootloader 2018-06-14 21:13:08 +08:00
2bdb3d3c10 feat(bootloader): Add bootloader from esp-idf
esp-idf commit: a3a0b01c
2018-06-14 21:13:08 +08:00