c49f306d76
feat(esp8266): Remove unused libraries
...
Libs: minic && mirom
2018-06-21 17:03:12 +08:00
24dac408d0
fix(bootloader): fix load 0 length segment in rom loader stage
2018-06-19 10:28:24 +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
4f5700635e
feat(partition_table): Make other components to adjust app offset at ox10000
2018-06-15 10:42:06 +08:00
bb7e4f451e
feat(partition_table): Modify partition table script for ESP8266
2018-06-15 10:38:59 +08:00
3e11873423
feat(partition_table): Add partition table base file from esp-idf
...
Commit ID: c2b39f4a
2018-06-15 09:53:43 +08:00
612187c85e
feat: Add target platform choise, default esp8266
...
Not support esp32 now.
2018-06-14 23:48:49 +08:00
2412d525eb
feat(esp8266): add APP_OFFSET in esp8266 temporary
...
Need to move to partition component
2018-06-14 23:48:49 +08:00
a898015d28
feat(esp8266): Remove duplicate target in esp8266 Makefile
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
2b8279e2a1
feat(esptool): Modify to support esp8266
2018-06-14 21:13:08 +08:00
5963026696
feat(esptool): Add esptool Makefile from idf
...
esp-idf commit: a3a0b01c
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
03a43f4cc7
feat(esptool): update to v2.4.0
...
Refer to https://github.com/espressif/esptool/releases/tag/v2.4.0
2018-06-14 19:35:03 +08:00
b1a9eccf28
feat(nvs_flash): Add CRC32 for NVS
2018-06-08 19:46:09 +08:00
eae39b7cfe
feat(nvs_flash): Bring NVS flash component from esp-idf
...
Commit ID: c2b39f4a
2018-06-08 19:46:09 +08:00
77ba38be2e
Merge branch 'feature/add_partition_driver' into 'master'
...
Add partition driver
See merge request sdk/ESP8266_RTOS_SDK!219
2018-06-08 19:34:14 +08:00
06bbb9e4bf
feat(spi_flash): Modify partition driver
...
Use "sys/queue.h" as default queue header file.
2018-06-08 19:26:20 +08:00
04cc431f6c
Merge branch 'feature/return_spiffs_error_code' into 'master'
...
Enhancement of spiffs
See merge request sdk/ESP8266_RTOS_SDK!221
2018-06-08 19:10:56 +08:00
2f026acc0d
feat(spiffs): Modified esp_spiffs_deinit
...
Changed position of formating check to be able to format the fs even if its not loaded.
Required if SPIFFS_MAGIC is used
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/208
2018-06-08 19:07:33 +08:00
248700bab8
fix(spiffs): Fixed ret to res in _spiffs_open_r
2018-06-08 19:07:26 +08:00
72ba2bf2fd
feat(spiffs): Modified esp_spiffs functions to forward the spiffs error code
2018-06-08 19:07:16 +08:00
55bad94c43
feat(spi_flash): Add partition driver
...
Commit ID: c2b39f4a
2018-06-08 18:14:30 +08:00
5358373550
Merge branch 'feature/add_spi_flash_driver' into 'master'
...
Add SPI flash driver code
See merge request sdk/ESP8266_RTOS_SDK!218
2018-06-08 18:12:59 +08:00
df9a5d6bb1
feat(spi_flash): Modify SPI flash driver
2018-06-08 18:04:38 +08:00
7f91cf4a0e
feat(spi_flash): Add SPI flash driver component
2018-06-08 17:28:49 +08:00
741f8a0c4a
feat(espos): Add espos component
2018-06-08 14:10:49 +08:00
0d718b24b3
Merge branch 'feature/add_rtc_section' into 'master'
...
feat(esp8266): Add rtc segment and attribute support
See merge request sdk/ESP8266_RTOS_SDK!213
2018-06-02 21:25:28 +08:00
8856629056
Merge branch 'feature/update_mqtt' into 'master'
...
fix(mqtt): Small fixes and upgrade.
See merge request sdk/ESP8266_RTOS_SDK!214
2018-06-02 21:25:22 +08:00
3629617c52
feat(esp8266): Add rtc related attribute
2018-06-02 21:22:29 +08:00
58e6abc3ad
feat(esp8266): Add rtc segment in ld file
2018-06-02 21:22:29 +08:00
656078b270
fix(mqtt): Small fixes and upgrade.
...
o Upgrading to latest upstream git version(29ab2aa). Mostly
updating FreeRTOS types.
o Adding `MQTTPacket_msgTypesToString` for debugging.
o Adding `taskYIELD` in `MutexUnlock`. This was required for my
sending thread to be able to get in between calls to `cycle` in
`MQTTRun`.
o Using CPPFLAGS to control which platform include to use. Make
the code closed to upstream's version.
o Replacing the few remaining tabs with spaces.
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/203
2018-06-02 21:16:37 +08:00
797811a626
feat(esp8266): Only support 2MB+ spi flash in menuconfig
...
Default config is 2MB(1024KB + 1024KB)
2018-06-01 15:11:15 +08:00
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
455eeb7499
feat(nvs_flash): Bring nvs_flash header file from esp-idf
...
Add empty function just to pass compiling.
2018-06-01 12:46:19 +08:00
652607b9a8
feat(util): Bring esp_err.h from esp-idf
2018-06-01 11:26:33 +08:00
9b3ebe24ac
Merge branch 'bugfix/fix_include_dependence' into 'master'
...
fix(esp8266): Fix header files dependency in esp8266
See merge request sdk/ESP8266_RTOS_SDK!207
2018-05-31 17:36:12 +08:00
2eda9fe512
Merge branch 'bugfix/fix_warning_in_openssl' into 'master'
...
fix(openssl): Fix warning in openssl
See merge request sdk/ESP8266_RTOS_SDK!204
2018-05-31 17:35:59 +08:00
106ff9f5ef
Merge branch 'bugfix/fix_warning_in_freertos_port' into 'master'
...
fix(esp8266): Fix warning in port.c by using different section name
See merge request sdk/ESP8266_RTOS_SDK!206
2018-05-31 17:35:46 +08:00
39da4bd87b
Merge branch 'bugfix/fix_warning_in_mqtt' into 'master'
...
fix(mqtt): Fix warning in mqtt
See merge request sdk/ESP8266_RTOS_SDK!205
2018-05-31 17:35:28 +08:00
c8ac7cc2be
fix(esp8266): Fix header files dependency in esp8266
...
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/197
2018-05-31 17:30:14 +08:00
ed329c10dd
fix(esp8266): Fix warning in port.c by using different section name
2018-05-31 16:28:18 +08:00
6c1765ff97
fix(mqtt): Fix warning in mqtt
2018-05-31 16:01:44 +08:00
6c066fad87
fix(openssl): Fix warning in openssl
2018-05-31 15:33:42 +08:00
b1a92ea020
fix(esp8266): Include dependent header files in ets_sys.h
...
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/200
2018-05-31 15:10:19 +08:00
19452fbd21
Merge branch 'bugfix/syscall_invalid_function' into 'master'
...
fix(newlib): Fixed invalid function descriptions
See merge request sdk/ESP8266_RTOS_SDK!201
2018-05-31 13:49:04 +08:00
bbbea4c865
Merge branch 'feature/add_esp_log' into 'master'
...
Add esp log component
See merge request sdk/ESP8266_RTOS_SDK!202
2018-05-31 09:39:48 +08:00