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
268e9d5846
feat(examples): Add cmake compiler script for examples
2019-05-16 16:22:24 +08:00
cca13e0f99
feat(make): Sync code from esp-idf and modify for ESP8266
...
Commit ID: f6bfe13e
2019-05-16 16:22:11 +08:00
4c45455ff0
bugfix(pwm): fix pwm channel num type error
...
Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/588
2019-05-16 15:51:36 +08:00
2041f86c3e
feat(spiffs): Add SPIFFS base example
2019-05-06 17:16:31 +08:00
d673e2836a
feature(i2c): add i2c clock stretch
2019-04-24 15:35:34 +08:00
31a6bbab34
feat(aws-iot): Modify thing_shadow example to support wolfssl library
2019-04-19 14:04:49 +08:00
33463b3ddf
Merge branch 'feature/i2s_driver' into 'master'
...
feature(i2s): add i2s driver
See merge request sdk/ESP8266_RTOS_SDK!868
2019-04-18 14:24:45 +08:00
2f3aa40c91
feature(spi): optimizing hspi example
2019-04-18 11:00:56 +08:00
aee393e65f
feat(console): Enable "CONFIG_USING_ESP_CONSOLE" for console example by default
2019-04-17 19:37:53 +08:00
e82ba45f03
feat(console): Modify console for ESP8266
2019-04-17 15:58:46 +08:00
b030b79d2e
feat(console): Bring console and its example from esp-idf
...
Commit ID: c7d0df54
2019-04-17 15:20:47 +08:00
cac248c42f
feature(i2s): add i2s driver
2019-04-15 20:28:25 +08:00
d11543400e
feat(vfs): Modify for esp8266
2019-04-15 17:18:42 +08:00
e36706d776
feat(vfs): Bring vfs from esp-idf
...
Commit ID: e1e82c89
2019-04-15 17:18:03 +08:00
cdc22f273c
feature(adc): add adc example
2019-04-15 12:01:11 +08:00
4d695aad09
bugfix/netif_loopback_default_to_true: Added netif loopback to true in sdkconfig.defaults of http_server & provisioning
2019-04-09 19:41:48 +05:30
d177396c65
bugfix(pwm): fix pwm error phase
...
Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/528
Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/527
2019-03-29 11:55:27 +08:00
2d027322de
feat(esp-mqtt): Add ESP-MQTT example
2019-03-22 16:55:30 +08:00