Dong Heng
a415a58db5
fix(esp8266): Update link parameter for MR !792
2019-03-14 14:44:01 +08:00
Dong Heng
5e1b8a0b10
feat(ota): Add command to generate OTA bin and add ota example for 1MB flash
...
"$(PROJECT_NAME).app1.bin", "$(PROJECT_NAME).app2.bin" and "$(PROJECT_NAME).ota.bin" at "build" directory.
Only upload "$(PROJECT_NAME).ota.bin" to the server.
Select the target flash and input "make ota flash" or "make ota flash monitor".
Update the OTA README.md for 1 MB flash.
2018-10-18 19:40:22 +08:00
Dong Heng
c389ca3fb8
feat(esp8266): Add configuration link function
...
Select to link "FreeRTOS", "LWIP", "libcore.a" and "TCPIP adapter" global data to IRAM.
2018-09-17 17:53:41 +08:00
Dong Heng
19f9a8221d
feat(esp8266): Refactor startup function
2018-06-28 14:54:40 +08:00
Dong Heng
4f5700635e
feat(partition_table): Make other components to adjust app offset at ox10000
2018-06-15 10:42:06 +08:00
Wu Jian Gang
58e6abc3ad
feat(esp8266): Add rtc segment in ld file
2018-06-02 21:22:29 +08:00
Wu Jian Gang
7573b0539b
feat(esp8266): Simplify ld files
...
IMPORTANT:
1. remove 256 + 256, 512 + 512 map ld files;
2. only support 2MB spi flash, and 1024 + 1024 map;
2018-06-01 14:54:40 +08:00