266 Commits

Author SHA1 Message Date
ddba17707f Merge branch 'feature/update_mdns_from_idf' into 'master'
feat(mbedtls): Update mdns from esp-idf

See merge request sdk/ESP8266_RTOS_SDK!1320
2020-05-27 10:25:01 +08:00
4341b0b95d Merge branch 'feature/add_util_algorithm_to_mbedtls' into 'master'
feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls

See merge request sdk/ESP8266_RTOS_SDK!1256
2020-05-27 10:22:56 +08:00
2e2512eec6 Merge branch 'bugfix/fix_example_smartconfig_not_start_task' into 'master'
fix(smartconfig): Fix smartconfig example not start task when Wi-Fi starts

See merge request sdk/ESP8266_RTOS_SDK!1398
2020-05-27 10:01:02 +08:00
655f934008 fix(wifi): fix writing error 2020-05-25 16:51:12 +08:00
4c9f917f35 fix(smartconfig): Fix smartconfig example not start task when Wi-Fi starts 2020-05-15 14:05:25 +08:00
89177a8365 feat(phy): update phy library from 1156.0 to 1059.0
1. add phy configuration parameters calibration
2020-04-21 18:01:30 +08:00
ee4224ab66 feat(pm): refactor power management according to IDF 2020-04-15 11:48:34 +08:00
a4dbca40f5 feat(phy): update phy library from 1155.0 to 1156.0
1. fix bug in calibration
2. reduce RAM cost
3. reduce current when RF is closed
2020-03-24 15:11:26 +08:00
514bca61f4 feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls 2020-03-02 15:36:50 +08:00
578df47a23 feat(mdns): Modify mdns component and example for RTOS 2020-02-27 18:51:46 +08:00
1cf9c9c33a feat(mdns): Bring mdns component and example from idf
Commit ID: 463a9d8b
2020-02-27 15:37:11 +08:00
b89d8a7ab2 feat(lwip): update lwip component from idf 2020-02-25 19:28:56 +08:00
8456b7450e Merge branch 'feature/add_esp_event' into 'master'
esp_event: add esp_event component

See merge request sdk/ESP8266_RTOS_SDK!1274
2020-02-25 10:26:47 +08:00
852d71988e Merge branch 'feature/update_esp_common' into 'master'
esp_common: update esp_common

See merge request sdk/ESP8266_RTOS_SDK!1294
2020-02-25 10:17:03 +08:00
8b7353a044 Merge branch 'bugfix/fix_example_https_request_ssl' into 'master'
fix(example): fix HTTPS request SSL macro error

See merge request sdk/ESP8266_RTOS_SDK!1297
2020-02-25 09:46:36 +08:00
66e746d767 fix(esp-tls): fix esp-tls compiling error
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/828
2020-02-17 11:36:48 +08:00
6781852b1b fix(example): fix HTTPS request SSL macro error 2020-02-17 11:08:08 +08:00
4dee04c03b feat(esp_event): examples use esp_event instead of old event process 2020-01-15 16:29:29 +08:00
622482eb76 feat(esp_common): update esp_common
1. add Kconfig file and rename old global macro
2. move some independent files to esp_common
2020-01-15 14:56:39 +08:00
4d4c5e0c52 chore(mqtt): arrange MQTT files
1. remove all IBM MQTT files
2. rename "esp-mqtt" to be "mqtt"
2020-01-14 16:41:58 +08:00
49e1da8095 Merge branch 'feature/remove_aws_iot' into 'master'
feat(aws-iot): Remove aws-iot component and example

See merge request sdk/ESP8266_RTOS_SDK!1246
2020-01-14 16:28:29 +08:00
54ff55201f feat(mqtt): remove ibm-mqtt component and example 2019-12-31 18:17:10 +08:00
9b3456aa2a chore(mqtt): modify default mqtt
IBM MQTT will be removed at v3.4.
2019-12-30 10:59:57 +08:00
d343d9fb1b feat(aws-iot): Remove aws-iot component and example 2019-12-26 11:40:35 +08:00
1e69cbd242 feat(gdbstub): modify GDB stub for ESP8266 2019-12-19 11:33:38 +08:00
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