1cde2f5f81
feat(bootloader): Add startup function
2018-06-21 13:06:08 +08:00
9f58e5aacf
fix(esp8266): fix bootloader stuck temporarily
...
Note: bootloader and phy init data will be compatible to idf, storing init data bin in (last - 3) sector will be as a legancy mode.
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/230
2018-06-19 09:10:19 +08:00
462e9d4f81
feat(esp8266): Add phy init data in code
...
Not support to config phy_init_data now, and need real code to use this data.
2018-06-15 19:37:58 +08:00
a898015d28
feat(esp8266): Remove duplicate target in esp8266 Makefile
2018-06-14 23:48:49 +08:00
5876cc6bc6
fix(esp8266): Fix github issues 174
...
Use "$CONFIG_PYTHON" to generate firmware.
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/174
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/185
2018-05-19 20:43:22 +08:00
ef0ba30297
fix(esptool): fix linking error
2018-04-08 17:23:09 +08:00
93df33802f
feat(esp8266): Modify Makefile.projbuild for esp8266
...
1. support generating esp8266 specific bin when input 'make' and so on
2. support 'make flash', 'make monitor' and 'make monitor flash'
3. esp8266 do not support secure boot
2018-04-08 14:17:05 +08:00
70152ef723
feat(esp8266): Move Makefile.projbuild from esptool_py to esp8266
...
Every chip should has its own 'esptool' function and parameters.
2018-04-08 14:02:17 +08:00