112 Commits

Author SHA1 Message Date
8c97d2956c bugfix(gpio): Repair GPIO interrupt function
Because the interrupt structure of esp8266 and esp32 is not the same, the following functions need to be deleted
* Delete the gpio_intr_enable() and gpio_intr_disable() functions

Related issues
* Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/282
* Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/284
2018-08-16 11:27:53 +08:00
97335027c7 refactor(driver): Refactor uart driver for esp8266 idf 2018-08-10 13:39:53 +08:00
f997e4d56f feat: port ota demo to esp8266 platform 2018-08-10 11:28:22 +08:00
a6564eb49e feat: copy ota demo from idf(gitlab) release/v3.0 2018-08-10 11:28:22 +08:00
f248bcd79b Merge branch 'bugfix/fix_aws_exit_error' into 'master'
Fix aws_iot handshake failed and exit

See merge request sdk/ESP8266_RTOS_SDK!375
2018-08-09 19:56:52 +08:00
430b95fc33 feat(example): Add "BIT0" to example instead of "1 << 0" 2018-08-09 19:53:44 +08:00
99d7bbcea1 Merge branch 'feature/refactor_gpio_driver' into 'master'
refactor(gpio): Refactor gpio driver for esp8266 idf

See merge request sdk/ESP8266_RTOS_SDK!223
2018-08-09 15:01:07 +08:00
4fecc5344f fix(aws_iot): Fix aws_iot handshake failed and exit 2018-08-09 11:39:04 +08:00
8fdffe47ad refactor(gpio): Refactor gpio driver for esp8266 idf 2018-08-09 10:57:00 +08:00
520b213ad9 fix(example): Fix example compile warning 2018-08-07 15:42:42 +08:00
1e1cf1eb49 Merge branch 'feature/remove_wps_example' into 'master'
feat(wps): Remove wps example

See merge request sdk/ESP8266_RTOS_SDK!357
2018-08-03 10:38:47 +08:00
03a3469b1a feat(wps): Remove wps example 2018-08-03 10:29:09 +08:00
7aad270aa4 Merge branch 'feature/remove_wifi_station_machine_example' into 'master'
feat(examples): remove wifi station machine example

See merge request sdk/ESP8266_RTOS_SDK!343
2018-08-02 19:53:21 +08:00
69e02e5909 feat(examples): remove wifi station machine example 2018-07-30 10:28:48 +08:00
43cab758b5 feat(example): add simple_wifi_example 2018-07-30 10:27:21 +08:00
5f52e9ad70 feat(examples): refactor smartconfig example 2018-07-13 11:50:11 +08:00
fd299df7e5 feat(examples): fix aws iot examples for esp8266 platform 2018-07-10 23:18:48 +08:00
d31775704d feat(examples): add examples for aws iot
IDF: release/v3.1, commit: 66dad0c5
2018-07-10 23:08:36 +08:00
1ba1e5ccbd feat(task): Change all tasks size 4 times the original 2018-07-09 20:11:41 +08:00
c4faded08f feat(examples): remove the use of user_rf_cal_sector_set in examples
rf cal data now stored in nvs if needed
2018-07-09 17:16:53 +08:00
dd940766c7 Merge branch 'bugfix/openssl_server_client' into 'master'
fix(example): fix openssl server & client to use new APIs

See merge request sdk/ESP8266_RTOS_SDK!259
2018-07-06 20:14:57 +08:00
21bb38ca94 Merge branch 'bugfix/openssl_demo' into 'master'
fix(example): fix openssl_demo to use new APIs

See merge request sdk/ESP8266_RTOS_SDK!258
2018-07-06 20:13:40 +08:00
b673f2631c Merge branch 'bugfix/mqtt' into 'master'
fix(example): fix mqtt to use new APIs

See merge request sdk/ESP8266_RTOS_SDK!257
2018-07-06 20:13:33 +08:00
d182e99c23 Merge branch 'bugfix/https_wolfssl' into 'master'
fix(example): fix https_wolfssl to use new APIs

See merge request sdk/ESP8266_RTOS_SDK!256
2018-07-06 20:13:25 +08:00
cadbddbd2c fix(example): fix openssl server & client to use new APIs 2018-06-30 22:09:35 +08:00
9e5b45123e fix(example): fix openssl_demo to use new APIs 2018-06-30 21:52:53 +08:00
a0d12530bd fix(example): fix mqtt to use new APIs 2018-06-30 21:30:58 +08:00
ed84fea308 fix(example): fix https_wolfssl to use new APIs 2018-06-30 21:14:35 +08:00
d3769b9c6f fix(example): fix https_mbedtls to use new APIs 2018-06-30 21:12:50 +08:00
897d463e40 feat(examples): Change user function entry name to app_main() 2018-06-27 15:03:26 +08:00
89558e7a9a feat(examples): Add http request example 2018-06-27 12:04:00 +08:00
bf0b8c8bb6 feat(esp8266): Modify old system APIs to new ones 2018-06-25 20:37:38 +08:00
271e2c7bfa feat(examples): Modify examples to make mbedtls and wolfssl compatible 2018-05-30 15:01:17 +08:00
74be880138 feat(example): Clean up the code in example 2018-05-25 16:59:10 +08:00
0a8bf413e0 fix(example): Fix warning in wps 2018-05-25 16:39:34 +08:00
df8dd6c3cc fix(example): Fix warning in wifi_station_machine 2018-05-25 16:39:34 +08:00
1dc4b48241 fix(example): Fix warning in openssl_demo 2018-05-25 16:39:34 +08:00
c76cdb0e82 fix(example): Fix warning in mqtt demo 2018-05-25 16:39:34 +08:00
1cd5a36bdf feat: Don't use esp_common.h in SDK 2018-05-25 09:03:45 +08:00
e518650b36 feat: Don't use c_types.h in SDK 2018-05-24 20:41:29 +08:00
291c94b501 feat: Remove the use of os_printf in SDK 2018-05-24 19:52:43 +08:00
91f7080231 fix: Fix all files when change to use standard typedef 2018-05-24 19:27:41 +08:00
f1d2152991 feat(esp8266): Don't use LOCAL in SDK 2018-05-24 15:30:47 +08:00
b9922f5116 fix: Fix warning while esp_libc update 2018-05-24 14:47:14 +08:00
29f5577ac6 feat(esp8266): Don't use ICACHE_FLASH_ATTR in SDK side 2018-05-24 12:38:06 +08:00
3cf0c97966 feat(esp8266): Use printf default in header files 2018-05-24 10:34:28 +08:00
1d7f85809a feat(mqtt): Restructure mqtt folder as default paho structure 2018-05-20 21:28:44 +08:00
96c273895b feat: Removing executable file mode for code most files
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/186
2018-05-20 20:39:38 +08:00
f3042fbd28 Merge branch 'feature/update_openssl_example_use_pem_file_directly' into 'master'
feat(examples): Update openssl server/client example to use pem file directly

See merge request sdk/ESP8266_RTOS_SDK!146
2018-05-11 17:15:50 +08:00
5d2ea7e4cf feat(examples): Update openssl server/client example to use pem file directly 2018-05-11 17:08:52 +08:00