208 Commits

Author SHA1 Message Date
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
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
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
0c16744f2b feat/wolfssl_http_client: Added wolfssl support to http-client & ota.
Changes:
Client, OTA examples fixed. Bug fixes in esp-tls wolfssl support.
2019-03-16 17:04:18 +05:30
32d75a0699 feat(examples): add processing AMPDU pkt 2019-03-08 11:13:54 +08:00
ba8c2bed9d feat(examples): add sniffer example 2019-03-08 11:13:32 +08:00
343c6ffd6a feat(partition_table): Compiling script gets partition information from partition binary 2019-03-05 10:03:17 +08:00
2790d5605c bugfix(fix): Fix combine binary overwrite checking 2019-03-01 13:49:52 +08:00
015f6222df Merge branch 'bugfix/aws_cert_updation' into 'master'
bugfix/aws_cert_updation: Updating to latest AWS Certs.

See merge request sdk/ESP8266_RTOS_SDK!804
2019-02-28 09:33:23 +08:00
43d230a0f1 feature/esp_https_ota: Changes to make esp_https_ota compatible with ESP8266.
Changes:
Changed component.mk to enable only mbedtls based compilation.
Removed esp_err_to_name occurence. Updated README.md.
Shifted OTA examples to examples/system/ota.
Changed the sdkconfig.defaults for the example compilation.
2019-02-27 11:21:50 +05:30
6a6e9cd54b feature/esp_https_ota: Added the esp_https_ota component from idf. 2019-02-27 11:01:44 +05:30
e7cf607c89 feature/wifi-provisioning: Changes to make wifi-provisioning compatible with ESP8266.
Changes:
Added Config to enable wifi-provisioning and protocomm & their pre-requisites.
Changed sdkconfig.defaults, apt headers, esp_log_internal.h for compilation.
Removed console, ble provisioning examples.
Modified esp_prov to enable only softap transport.
2019-02-25 17:39:28 +05:30
bfd0647ea8 feature/wifi-provisioning: Added wifi-provisioning component from idf.
Added wifi-provisioning examples and esp_prov tool.
2019-02-25 17:39:28 +05:30
ea0ab3f06f bugfix/aws_cert_updation: Updating to latest AWS Certs.
Increased mbedtls RX buffer to 8192 is sdkconfig.defaults for tls handshake.
2019-02-22 20:32:56 +05:30
efc81a6649 feature/esp_http_server_idf_v3.2:Changes to make esp_http_server compatible with ESP8266.
Changes:
Lru counter in place of timestamp added.
syslimits.h definition guards for ARG_MAX, PATH_LEN.
Renamed src/port/esp32 to src/port/esp8266.
Enabled working without IPv6. Test Scripts requiring TinyFW removed
Utility.console_log replaced by print.
2019-02-20 12:39:42 +05:30
825a53199d feature/esp_http_server_idf_v3.2: Added the esp_http_server component from idf. 2019-02-19 00:20:55 +05:30
32785a182f feature/esp_http_client:Changes to make esp_http_client compatible with ESP8266.
Changes:
Added rom/md5_hash.h.
Example code & sdkconfig.defaults changed for compatibility.
Changed component.mk to enable compilation only for mbedtls.
2019-02-18 11:54:05 +05:30
ee32bd51a1 feature/esp_http_client: Added the esp_http_client component from idf.
Added the component and the example from IDF.
2019-02-18 11:54:05 +05:30