cc81867ef0
fix(lib): add esp_wifi_set_recv_data_frame_payload to enable or disable receiving data frame payload
2019-11-26 17:22:05 +08:00
95ed4d1e50
feat(wpa2): add wpa2_enterprise to esp8266
2019-11-26 16:09:38 +08:00
acc0851e0b
feat(example): add example common components cmake requires
2019-11-19 17:44:33 +08:00
7a30e6c072
feat(esp-tls): modify for esp8266
2019-11-19 16:43:38 +08:00
df88161001
feat(example): modify for esp8266
2019-11-19 11:12:01 +08:00
327c8fa613
feat(example): add example common components
...
Commit ID: 03d07741
2019-11-19 11:02:59 +08:00
73bf28b991
Merge branch 'feature/hspi_test' into 'master'
...
feat(spi): fix some bugs and restructure the spi driver and the demo
See merge request sdk/ESP8266_RTOS_SDK!1113
2019-11-13 10:00:35 +08:00
330d6792c3
feat(spi): fix some bugs and restructure the spi driver and the demo
2019-11-12 17:42:32 +08:00
d6c4be69e0
feat(phy): update phy library to 1155.0
...
Fix phy software closing RF to cause system error.
2019-11-11 18:42:40 +08:00
ba24376e00
chore(ci): check VFS APIs compiling
2019-11-06 19:20:57 +08:00
046ba744fa
feature(ledc): Redefine duty
2019-11-05 14:58:27 +08:00
2fa4782599
feature(ledc):add ledc about esp8266
2019-11-05 14:58:27 +08:00
fa4b8c5586
Merge branch 'feature/ir_tx_use_wdev_timer' into 'master'
...
feature(ir_tx): use wdev timer
See merge request sdk/ESP8266_RTOS_SDK!1153
2019-11-05 13:40:24 +08:00
350971d8bb
feature(ir_tx): use wdev timer
2019-10-28 15:54:04 +08:00
464742672c
feat(phy): update phy library
...
Optimize wifi sleep performance when DTIM > 2.
2019-10-25 11:30:09 +08:00
752fdc41ef
Merge branch 'feature/add_power_save_example' into 'master'
...
feat(examples): add power save example
See merge request sdk/ESP8266_RTOS_SDK!1139
2019-10-24 10:14:11 +08:00
d4d37004ae
feat(examples): add power save example
2019-10-23 22:16:21 +08:00
a4498afae9
feat(phy): update phy to 1152.0
...
Fix clock error when init_data[112] = 1.
2019-10-22 09:55:06 +08:00
1f8192d9f9
feat(exmaples): remove wolfSSL example
...
The wolfSSL example will be supplied independently.
2019-10-10 15:43:29 +08:00
5f2b5eafcf
feat(mbedtls): modify code to support ESP8266
...
It is that maybe less modification working on the components is better, so I just modified the platform
code of AES, SHA and so on.
ESP8266 has no real hardware AES, SHA or bignum peripheral, but some method can speed up the process of part
of upper algorithm, so I also added the platform code of AES, SHA, bignum, ARC, MD5.
ESP8266 has no platform of bignum, so users should not enable the bignum hardware at "menuconfig".
2019-10-10 13:39:08 +08:00
c7ac512e99
feat(phy): update phy library to 1151.0
...
1. rename function from "rtc_init_2" to be "rtc_init_clk"
2. reduce time cost of openning RF
3. locate "phy_close_rf" and "i2c" from flash to IRAM
2019-09-29 18:14:51 +08:00
3cd3d751c9
Merge branch 'feature/add_wps_to_IDF' into 'master'
...
feat(wps): add wps to idf
See merge request sdk/ESP8266_RTOS_SDK!1111
2019-09-25 14:32:14 +08:00
4d4e1c0564
fix(esp8266): fix system and wifi sleep/wake process error
2019-09-25 14:13:47 +08:00
0a7d44c858
feat(wps): sync wps_internal code to esp8266
...
feat(wps): modify CMakeLists.txt
2019-09-23 20:29:41 +08:00
0769fb46dc
Merge branch 'feature/update_libphy' into 'master'
...
esp8266: update libphy from to version 1149
See merge request sdk/ESP8266_RTOS_SDK!1063
2019-09-09 12:00:32 +08:00
95223eff95
Merge branch 'feature/ir_tx_rx' into 'master'
...
feature(ir): add ir rx tx example
See merge request sdk/ESP8266_RTOS_SDK!1065
2019-09-09 10:38:30 +08:00
157e214436
feat(esp8266): update libphy to version 1149
...
1. seperate rtc module from phy
2. fix the bug that frequency shifts in some scenarios
2019-09-09 10:29:11 +08:00
0008fec35e
Merge branch 'feature/uart_driver_install' into 'master'
...
feature(uart_driver_install): An invalid parameter was added to theuart_driver_install as an adaptation to some modules
See merge request sdk/ESP8266_RTOS_SDK!1074
2019-09-06 16:00:19 +08:00
428f2f3b1a
feature(ir): add ir tx rx driver
2019-09-04 15:46:49 +08:00
47a13e19cc
feature(uart_driver_install): To fit some modules, add invalid parameters in uart_driver_install
2019-09-04 14:47:11 +08:00
4c737da712
Merge branch 'feature/add_example_hello_world_from_esp_idf' into 'master'
...
hello_world: add example hello_world from esp-idf and modify it for ESP8266
See merge request sdk/ESP8266_RTOS_SDK!1019
2019-08-27 15:24:15 +08:00
cc267ab0df
feat(hello_world): add example hello_world from esp-idf and modify it for ESP8266
...
Commit ID: b0456cc9
2019-08-27 15:15:44 +08:00
dbded69dd5
Merge branch 'feature/i2c_clk_stretch' into 'master'
...
feature(i2c): add i2c clock stretch
See merge request sdk/ESP8266_RTOS_SDK!916
2019-08-26 14:08:25 +08:00
52b46ed00f
Merge branch 'feature/update_make_and_cmake' into 'master'
...
make: update make and cmake from esp-idf
See merge request sdk/ESP8266_RTOS_SDK!1027
2019-08-02 20:03:01 +08:00
114d2b5b86
feature(script): update compiling script for new make and cmake
2019-08-02 14:02:45 +08:00
77b9d38791
fix(examples): fix example of openssl client connecting to the server fail
...
When openssl client connect to the server, the wifi not get the ip
2019-07-26 15:59:43 +08:00
c71358cd20
docs(ota): add note how to load old SDK's target AP information
2019-07-15 14:32:56 +08:00
78cf0dda69
Merge branch 'feature/sync_mdns_from_espidf' into 'master'
...
mdns: sync code from esp-idf
See merge request sdk/ESP8266_RTOS_SDK!943
2019-07-09 15:50:36 +08:00
1dda263ad7
feat(ota): add option into example to load original AP information when update from old SDK
2019-07-03 19:22:31 +08:00
c1d329b78f
chore(examples): remove unused functions or varible to avoid compiling warning
2019-06-18 13:07:25 +08:00
af0fcc0492
fix(wifi): fix compatibility issues with AP which configured to 11n only
2019-06-14 11:06:39 +08:00
a227a22a36
Merge branch 'bugfix/fix_i2s_dma_error' into 'master'
...
bugfix(i2s): fix i2s dma error
See merge request sdk/ESP8266_RTOS_SDK!960
2019-06-12 19:13:19 +08:00
483a5a475c
bugfix(i2s): fix i2s dma error
2019-06-12 11:14:50 +08:00
2964c5ac5f
feat(examples): spilt ota example into sub-examples to adapt to various scenarios
2019-06-11 10:07:24 +08:00
208d86d96f
fix(examples): fix aws SSL connect fail when using wolfSSL
2019-06-10 17:12:59 +08:00
fff950983e
Merge branch 'feature/factory_test' into 'master'
...
factory-test: add factory test code and document
See merge request sdk/ESP8266_RTOS_SDK!890
2019-06-04 16:05:33 +08:00
9c19b1eedb
feat(factory_test): add factory test and document
2019-06-04 15:38:35 +08:00
ca53760dec
feat(sc): transfer smartconfig ACK type to sc_callback
2019-05-17 20:42:42 +08:00
02877a48f0
feat(mdns_example): Sync code from esp-idf
...
Commit ID: 2f8508c7
2019-05-17 16:45:44 +08:00
43d4d27c11
Merge branch 'bugfix/pwm_channel_num_type_error' into 'master'
...
bugfix(pwm): fix pwm channel num type error
See merge request sdk/ESP8266_RTOS_SDK!941
2019-05-16 17:09:56 +08:00