|
b041d65caa
|
feat(tcpip_adapter): Refactor tcpip_adapter APIs
|
2018-06-26 21:50:11 +08:00 |
|
|
dcee0ad023
|
feat(esp8266): Add wifi event default handlers
|
2018-06-26 21:50:04 +08:00 |
|
|
e912bc25fa
|
feat(lwip): Add multi-thread support
|
2018-06-26 19:50:45 +08:00 |
|
|
bf0b8c8bb6
|
feat(esp8266): Modify old system APIs to new ones
|
2018-06-25 20:37:38 +08:00 |
|
|
c5b9f8ed9d
|
feat(esp8266): Modify ESP8266 system API to be same as esp-idf
|
2018-06-25 20:37:38 +08:00 |
|
|
49e9e51b3c
|
feat(freertos): Add error check function
|
2018-06-25 20:11:13 +08:00 |
|
|
569cf70fea
|
feat(newlib): Add abort function
|
2018-06-25 20:11:13 +08:00 |
|
|
3f9a75be5b
|
feat(wifi): Add wifi api library
|
2018-06-25 20:11:00 +08:00 |
|
|
cccd058783
|
feat(lwip): Format code
|
2018-06-25 17:20:58 +08:00 |
|
|
eca1eeb678
|
fix(spi_flash): Dump data when data addr is not aligned by 4-byte
|
2018-06-25 10:27:25 +08:00 |
|
|
2bfe5da486
|
feat(tcpip_adapter): Modify tcpip_adapter according to new wifi APIs
|
2018-06-25 10:27:12 +08:00 |
|
|
15bf619aed
|
feat(lwip): Modify lwip according to new wifi APIs
|
2018-06-25 10:15:37 +08:00 |
|
|
ffe1e5c9cd
|
feat(wifi): Add wifi APIs according to IDF
|
2018-06-25 10:15:29 +08:00 |
|
|
5d31b02f9b
|
feat(wifi): Add wifi event APIs according to IDF
|
2018-06-25 10:08:43 +08:00 |
|
|
305a338a27
|
Merge branch 'feature/remove_minic_lib' into 'master'
feat(esp8266): Remove unused libraries
See merge request sdk/ESP8266_RTOS_SDK!234
|
2018-06-22 17:33:51 +08:00 |
|
|
c49f306d76
|
feat(esp8266): Remove unused libraries
Libs: minic && mirom
|
2018-06-21 17:03:12 +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 |
|
|
5ca0b194ef
|
feat(bootloader_support): add bootloader support from idf
idf commit: a3a0b01c
|
2018-06-19 17:34:54 +08:00 |
|
|
db10e49f14
|
feat(esptool): hack code to support esp8266 version 3 binary
|
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 |
|
|
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 |
|