136 Commits

Author SHA1 Message Date
3d63a6ca52 feat(partition_table): Update partition table script and OTA example
1. APP binary supports 4KB align instead of 64KB align

2. Add options to sdkconfig.defaults:
2.1. using 1MB flash
2.2. use custom partition table "partitions_two_ota.1MB.mini.csv"
2.3. custom partition table base address is 0x4000

3. "make ota flash" using APP1_OFFSET as app downloading address
2018-12-26 17:44:41 +08:00
8aa5671443 Merge branch 'feature/refactor_mqtt_example' into 'master'
feat: refactor mqtt example

See merge request sdk/ESP8266_RTOS_SDK!658
2018-12-24 20:35:22 +08:00
4e03f7ba98 feat: refactor mqtt example 2018-12-21 19:59:04 +08:00
f73b6f0b6d docs(example):Update OTA README.md 2018-12-21 19:53:15 +08:00
5478203fd2 example/https_request: Add example with esp-tls API usage 2018-12-20 12:31:49 +05:30
fdc372a75c docs(example):Update OTA README.md 2018-12-05 17:04:29 +08:00
2329a7cf73 refactor(hw_timer): Refactor hw_timer driver for esp8266 idf 2018-11-09 16:15:24 +08:00
5da37aa0a9 feat(ssl): Using WolfSSL as default
Add sdkconfig.defaults for example base on mbedTLS.
2018-11-06 17:48:08 +08:00
b68424d995 feat(example): Add force select LWIP_IPV6 when using socket IPv6 example 2018-10-30 14:33:08 +08:00
8832cb2ad0 feat(example): Add socket ipv4 and ipv6 example
Commit ID: b650d19c
2018-10-30 14:26:34 +08:00
f35c32e217 Merge branch 'feature/refactor_soft_pwm_driver' into 'master'
refactor(pwm):  Refactor pwm driver for esp8266 idf

See merge request sdk/ESP8266_RTOS_SDK!267
2018-10-19 16:49:24 +08:00
5e1b8a0b10 feat(ota): Add command to generate OTA bin and add ota example for 1MB flash
"$(PROJECT_NAME).app1.bin", "$(PROJECT_NAME).app2.bin" and "$(PROJECT_NAME).ota.bin" at "build" directory.

Only upload "$(PROJECT_NAME).ota.bin" to the server.

Select the target flash and input "make ota flash" or "make ota flash monitor".

Update the OTA README.md for 1 MB flash.
2018-10-18 19:40:22 +08:00
1cf8601373 refactor(pwm): Refactor pwm driver for esp8266 idf. 2018-10-16 15:06:32 +08:00
d0ab85904e Merge branch 'feature/refactor_i2c_driver' into 'master'
refactor(i2c):  Refactor i2c driver for esp8266 idf

See merge request sdk/ESP8266_RTOS_SDK!247
2018-10-15 17:57:49 +08:00
af84f404b6 Merge branch 'feature/refactor_lwip_sntp_example' into 'master'
refactor(sntp): add lwip sntp example

See merge request sdk/ESP8266_RTOS_SDK!496
2018-10-12 13:17:56 +08:00
9e86bda3d0 Merge branch 'feature/add_coap_component' into 'master'
Add coap component and example of client and server

See merge request sdk/ESP8266_RTOS_SDK!542
2018-10-11 15:03:58 +08:00
6ab1ff4b36 feat(mdns): Add configuration to enable/disable mDNS 2018-10-11 14:25:32 +08:00
90b1d4e1bd feat(example): Add mDNS example 2018-10-11 14:00:51 +08:00
f8b212de5f feat(coap): Bring coap from esp-idf
Commit ID: 22da5f6d
2018-10-10 19:55:30 +08:00
a5cdc760b4 refactor(i2c): refactor i2c driver for idf 2018-09-28 15:35:45 +08:00
6e359c3b04 refactor(sntp): add lwip sntp example 2018-09-20 15:26:33 +08:00
cba51957a4 Merge branch 'feature/add_espnow_example' into 'master'
feat(examples): add espnow example

See merge request sdk/ESP8266_RTOS_SDK!453
2018-09-17 18:02:33 +08:00
be4f25691f feat(examples): add wps example 2018-09-12 11:28:41 +08:00
a79bb6b3bf feat(examples): add espnow example 2018-09-05 13:32:34 +08:00
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