119 Commits

Author SHA1 Message Date
7d7b70c9ce feat(mqtt): modify example and cmake file for building 2021-01-20 11:57:37 +08:00
fc39abf487 feat(mqtt): bring mqtt example from idf
Commit ID: c40f2590
2021-01-20 10:20:56 +08:00
549a1e77fa feat(coap): Add coap multicast client and server example 2020-11-19 19:26:38 +08:00
370ac3e48a feat(icmp): Support IPv6 ping and add icmp example 2020-11-02 14:18:15 +08:00
ac10b42802 Merge branch 'feature/update_coap_from_idf' into 'master'
Feature/update coap from idf

See merge request sdk/ESP8266_RTOS_SDK!1318
2020-09-18 15:35:33 +08:00
3c1857d428 Merge branch 'feature/add_modbus_tcp_function' into 'master'
feat(modbus): add modbus tcp function

See merge request sdk/ESP8266_RTOS_SDK!1489
2020-09-18 11:54:26 +08:00
684ea0a479 feat(coap): Add COAP enable macro to make coap not build if application not use coap module 2020-09-18 11:51:18 +08:00
9ed7356f01 feat(coap): Bring coap component and example from idf
Commit ID: 463a9d8b
2020-09-18 11:50:44 +08:00
08ed934873 Merge branch 'feature/update_mqtt_component_examples_from_idf' into 'master'
Feature/update mqtt component examples from idf

See merge request sdk/ESP8266_RTOS_SDK!1314
2020-09-18 11:01:18 +08:00
08a4fe0d61 feat(http): Modify for esp8266 2020-08-07 14:53:32 +08:00
9ea5d2abe7 feat(http): Bring esp_http_client component and example from idf
Commit ID: dd3c0329
2020-08-07 11:32:37 +08:00
c2e915bbf8 feat(modbus): modify modbus tcp port that can run on ESP8266 2020-07-30 14:47:41 +08:00
c758052cdc feat(modbus): Bring freemodbus component and example from IDF
Commit ID: d0b9829e
2020-07-28 17:21:55 +08:00
2fd6ea138c Merge branch 'feature/update_lwip_component' into 'master'
feat(lw-ip): update lw-ip component according to IDF

See merge request sdk/ESP8266_RTOS_SDK!1479
2020-07-20 11:47:03 +08:00
5f61afc090 feat(freertos): add feature to modify task stack deepth dynamically 2020-07-17 16:58:47 +08:00
ef2c714c06 feat(lwip): update lwip component according to IDF
commit ID: 79a5b0b5
2020-07-17 09:59:18 +08:00
6d784f8208 feat(mqtt): Modify mqtt component for RTOS 2020-05-27 15:30:21 +08:00
267eb800c2 feat(mqtt): Bring mqtt submodule and examples from esp-idf
Commit ID: 463a9d8b
2020-05-27 14:35:48 +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
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
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
7a30e6c072 feat(esp-tls): modify for esp8266 2019-11-19 16:43:38 +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
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
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
af0fcc0492 fix(wifi): fix compatibility issues with AP which configured to 11n only 2019-06-14 11:06:39 +08:00
208d86d96f fix(examples): fix aws SSL connect fail when using wolfSSL 2019-06-10 17:12:59 +08:00
02877a48f0 feat(mdns_example): Sync code from esp-idf
Commit ID: 2f8508c7
2019-05-17 16:45:44 +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
31a6bbab34 feat(aws-iot): Modify thing_shadow example to support wolfssl library 2019-04-19 14:04:49 +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
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
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