d46f831d88
feat(lwip): formatted code
2018-09-06 10:33:20 +08:00
8e0084f7de
feat(esp8266): add esp_aio send result
2018-09-06 10:33:20 +08:00
0a751afaad
feat(esp8266): Remove unused or unsupported library
2018-09-04 17:16:29 +08:00
a78fb5c99f
feat(esp8266): Remove critical from WIFI OSI
2018-08-28 14:24:05 +08:00
9a366a7c7d
Merge branch 'feature/perfect_aio_function' into 'master'
...
Perfect AIO function and logic
See merge request sdk/ESP8266_RTOS_SDK!417
2018-08-22 17:52:35 +08:00
c49687978a
Merge branch 'feature/disable_ipv6_default' into 'master'
...
Disable IPv6 default
See merge request sdk/ESP8266_RTOS_SDK!393
2018-08-22 11:44:40 +08:00
614b6ea634
feat(esp8266): Perfect AIO function and logic
2018-08-21 21:19:21 +08:00
b1ee72bdbe
feat(lwip): Disable IPv6 default
2018-08-16 11:29:44 +08:00
8c97d2956c
bugfix(gpio): Repair GPIO interrupt function
...
Because the interrupt structure of esp8266 and esp32 is not the same, the following functions need to be deleted
* Delete the gpio_intr_enable() and gpio_intr_disable() functions
Related issues
* Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/282
* Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/284
2018-08-16 11:27:53 +08:00
9f19a82873
feat(lib): remove wps library
2018-08-10 16:52:22 +08:00
97335027c7
refactor(driver): Refactor uart driver for esp8266 idf
2018-08-10 13:39:53 +08:00
374657a8c5
feat(esp8266): Remove old drivers
2018-08-09 20:07:23 +08:00
f5196d26a6
feat(esp8266): Modify header file relationship for app using BITx
2018-08-09 19:53:44 +08:00
8fdffe47ad
refactor(gpio): Refactor gpio driver for esp8266 idf
2018-08-09 10:57:00 +08:00
b32c52874d
feat(esp8266): Add full icache mode
...
Use full 32 KB iram as icache.
2018-07-31 11:01:06 +08:00
2a60aff942
feat(esp8266): Add feature to set/get WIFI rx data ram type
...
Use iram to upload pbuf.
2018-07-26 16:23:55 +08:00
070b50b183
feat(esp8266): add esp_sleep api file header
2018-07-25 18:55:54 +08:00
883d777a1d
fix(esp8266): fix sleep type error
2018-07-25 11:35:16 +08:00
a3caf1f318
feat(lib): refactor smartconfig api
2018-07-13 13:28:43 +08:00
6461d43d37
feat(smartconfig_ack): Add smartconfig_ack components
2018-07-13 11:27:48 +08:00
2d872bc847
feat(esp8266): refactor wifi promiscuous mode
2018-07-12 21:39:56 +08:00
a411ce44c9
feat(esp8266): add phy APIs
...
1. support save cal data in nvs;
2. support use phy partition to store init data;
In old SDK, we use (max_sec - 3) as init data sector, and (max_sec - 4) as cal data sector. This is changed in IDF style SDK, and these 2 sectors can be used for other perpose.
2018-07-06 10:52:43 +08:00
f728325712
feat(esp8266): add mac related APIs which are compatible with IDF
2018-06-28 19:40:04 +08:00
b320815ba5
feat(esp8266): add efuse register definition
2018-06-28 19:40:04 +08:00
19f9a8221d
feat(esp8266): Refactor startup function
2018-06-28 14:54:40 +08:00
9d0b024433
feat(esp8266): Refactor ets system headler file
2018-06-27 11:39:50 +08:00
1f7ef0a648
feat(wifi): Add set/get wifi autoconnect APIs
2018-06-27 10:55:24 +08:00
2caf744a72
feat(lwip): Refactor dhcpserver APIs
2018-06-26 21:50:11 +08:00
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
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
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
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
06bbb9e4bf
feat(spi_flash): Modify partition driver
...
Use "sys/queue.h" as default queue header file.
2018-06-08 19:26:20 +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
3629617c52
feat(esp8266): Add rtc related attribute
2018-06-02 21:22:29 +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
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
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
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
e15f211d46
feat(esp8266): Add "putc" and "vprintf" of version "ets_"
2018-05-25 19:28:36 +08:00
f5dc5fd2a1
fix(lwip): Fix warning in dhcpserver
2018-05-25 16:39:30 +08:00
1cd5a36bdf
feat: Don't use esp_common.h in SDK
2018-05-25 09:03:45 +08:00
092ecbfdd5
feat(esp8266): Remove esp_common.h & espconn.h
2018-05-25 09:03:44 +08:00
e518650b36
feat: Don't use c_types.h in SDK
2018-05-24 20:41:29 +08:00
d0c7e2f1d0
feat(esp8266): Remove c_types.h
2018-05-24 20:41:29 +08:00