755 Commits

Author SHA1 Message Date
a87e1a0b69 Merge branch 'bugfix/fix_crash_when_wifi_netif_is_null' into 'master'
fix(lib): fix crash when wifi netif is null

See merge request sdk/ESP8266_RTOS_SDK!601
2018-11-05 17:53:51 +08:00
42ffe9e138 Merge branch 'docs/modify_tcpip_adapter_api_desc' into 'master'
Make tcpip_adapter doxygen style

See merge request sdk/ESP8266_RTOS_SDK!593
2018-11-05 17:48:29 +08:00
882382c624 Merge branch 'bugfix/fix_iphone_ip_for_airkiss' into 'master'
fix(smartconfig): The remote IP of cellphone is incorrect when using Airkiss method

See merge request sdk/ESP8266_RTOS_SDK!583
2018-11-05 17:48:11 +08:00
ea2e8ec060 fix(lib): fix crash when wifi netif is null 2018-11-05 17:23:06 +08:00
da5181e73e Merge branch 'bugfix/fix_conflict_of_tx_frame' into 'master'
fix(lib): fix conflict of tx frame

See merge request sdk/ESP8266_RTOS_SDK!599
2018-11-05 15:13:10 +08:00
825d5c820c Merge branch 'bugfix/auto_ip_config' into 'master'
bugfix/auto_ip_config: Adding config options for autoip.

See merge request sdk/ESP8266_RTOS_SDK!596
2018-11-05 15:11:04 +08:00
b809afc0c6 Merge branch 'feature/use_const_table_to_calculate_crc8' into 'master'
feat(util): use const table to calculate crc8

See merge request sdk/ESP8266_RTOS_SDK!600
2018-11-05 10:00:10 +08:00
03476f16c5 feat(util): use const table to calculate crc8 2018-11-04 17:19:41 +08:00
fdac24091f fix(lib): fix conflict of tx frame 2018-11-03 22:50:33 +08:00
1df77f649c bugfix/auto_ip_config: Adding config options for autoip.
Added config option for LWIP_AUTOIP_MAX_CONFLICTS & LWIP_AUTOIP_RATE_LIMIT_INTERVAL.
2018-11-01 15:49:54 +05:30
a357054c3e feat(smartconfig): Add a function for change the smartconfig's ACK information 2018-11-01 18:18:41 +08:00
24c9a75975 fix(smartconfig): The remote IP of cellphone is incorrect when using Airkiss method 2018-11-01 17:22:28 +08:00
c601b5aae9 docs(tcpip_adapter): Make tcpip_adapter doxygen style 2018-11-01 11:57:07 +08:00
343f6c5450 Merge branch 'feature/add_config_for_mbedtls_rsa_bits' into 'master'
Add config for mbedTLS RSA bits

See merge request sdk/ESP8266_RTOS_SDK!587
2018-11-01 11:45:27 +08:00
3228febfbb Merge branch 'feature/add_igmp_socket_ipv6' into 'master'
Add IPv6 multicast for socket

See merge request sdk/ESP8266_RTOS_SDK!591
2018-11-01 11:41:51 +08:00
b9f50d0905 Merge branch 'feature/config_event_loop_stack_size' into 'master'
feature/config_event_loop_stack_size: Add config option for event loop stack

See merge request sdk/ESP8266_RTOS_SDK!580
2018-11-01 09:47:00 +08:00
c3e51b1a4e feat(freertos): Add crash and jump to panic for "abort()"
Remove compiling warning.
2018-10-31 19:04:01 +08:00
bec67cfa7b feat(lwip): Add IPv6 multicast for socket 2018-10-31 18:57:24 +08:00
c5260df6af Merge branch 'feature/add_lwip_app_ping' into 'master'
feat(lwip): Add ping function(Commit ID: b650d19c)

See merge request sdk/ESP8266_RTOS_SDK!590
2018-10-31 09:51:14 +08:00
bf66a8412c feat(lwip): Add ping function
Commit ID: b650d19c
2018-10-30 16:39:57 +08:00
9355e427d1 feat(ssl): Add config for mbedTLS RSA bits
Add ERROR information for users.
2018-10-29 17:48:01 +08:00
8711d2f133 feat(lwip): Enable DHCP AUTOIP COOP when enable AUTOIP 2018-10-29 17:24:57 +08:00
31299b1ee2 fix(lib): fix send assoc capability info with LDPC support 2018-10-26 17:47:06 +08:00
4668478ecb Merge branch 'feature/add_noreturn_to_save_iram' into 'master'
Add "noreturn" to save IRAM

See merge request sdk/ESP8266_RTOS_SDK!585
2018-10-25 18:48:44 +08:00
507b71045b fix(esp8266): Fix deep sleep crash
Put soc deep sleep function to IRAM.
2018-10-25 18:45:50 +08:00
f730498b89 feat(freertos): Add "noreturn" to save IRAM
Put some functions to flash.
2018-10-25 17:08:32 +08:00
f1811b353b feature/config_event_loop_stack_size: Add config option for event loop stack
Adding configuration option for the event loop stack in ESP8266.
2018-10-24 15:03:15 +05:30
d28329d713 Merge branch 'bugfix/sync_mdns_modify_from_idf_mr_3546' into 'master'
Sync MDNS modify from IDF MR 3546

See merge request sdk/ESP8266_RTOS_SDK!578
2018-10-24 11:48:43 +08:00
c76976c191 feat(lwip): Modfiy Kconfig TCP window max value to 14600 (10 * MSS)
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/345
2018-10-24 10:47:49 +08:00
76de76a443 fix(mdns): Sync modify from IDF MR 3546 2018-10-24 09:58:58 +08:00
2a8c5b35e8 Merge branch 'bugfix/freertos_timer_stack_config' into 'master'
bugfix/freertos_timer_stack_config: Added config option for Timer stack.

See merge request sdk/ESP8266_RTOS_SDK!571
2018-10-23 21:55:08 +08:00
87104f5aa3 Merge branch 'bugfix/mdns_stack_config' into 'master'
bugfix/mdns_stack_config: Add configuration option for MDNS Stacksize

See merge request sdk/ESP8266_RTOS_SDK!570
2018-10-23 21:54:53 +08:00
8c48a58bef feat(freertos): When watch dog triggle, not check it is ISR 2018-10-23 20:29:35 +08:00
8e4f938ae6 fix(freertos): Fix ets_printf lead to panic reenter 2018-10-23 20:09:21 +08:00
f5f0e93050 fix(freertos): Fix panic stack overflow 2018-10-23 15:27:32 +08:00
7bd6fc051b feat(newib): Add "usleep" and "sleep" function 2018-10-23 10:27:18 +08:00
ade2f9a87d fix(newlib): Add "<null>" if printf string parameter is NULL 2018-10-22 19:39:18 +08:00
ec77c9711b bugfix/freertos_timer_stack_config: Added config option for Timer stack.
Added configuration option for Timer Stack size in FreeRTOS.
2018-10-22 14:34:18 +05:30
6055daf258 bugfix/mdns_stack_config: Add configuration option for MDNS Stacksize
Added a Kconfig option to configure the MDNS task stack size.
2018-10-22 11:55:09 +05:30
6e31e64f8e fix(smartconfig): fix ip address error in smartconfig callback 2018-10-19 17:40:12 +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
5b675d853f Merge branch 'feature/add_panic_extra_stack' into 'master'
Add function to panic NMI/ISR/task stack data and keep its stack safe

See merge request sdk/ESP8266_RTOS_SDK!568
2018-10-19 15:39:10 +08:00
a6a342ae51 feat(freertos): Add function to panic NMI/ISR/task stack data and keep its stack safe
Fix part panic information error.
2018-10-19 14:38:03 +08:00
636b64846a esp8266_lwip: Use CONFIG_LWIP_MAX_SOCKETS to set the maximum sockets
Signed-off-by: Piyush Shah <piyush@espressif.com>
2018-10-19 03:33:19 +05:30
ecd156c087 Merge branch 'feature/mbedtls_ctr' into 'master'
mbedtls: Add config option for CTR Mode

See merge request sdk/ESP8266_RTOS_SDK!566
2018-10-18 20:37:44 +08:00
41c14b8e76 Merge branch 'feature/libsodium' into 'master'
feature/libsodium: Added libsodium from the latest esp-idf.

See merge request sdk/ESP8266_RTOS_SDK!552
2018-10-18 20:37:24 +08:00
6b2c48f582 Merge branch 'feature/add_ota_for_1MB_flash' into 'master'
Add OTA supporting 1MB flash(512KB + 512KB)

See merge request sdk/ESP8266_RTOS_SDK!565
2018-10-18 19:45:32 +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
8565c8492a Merge branch 'feature/do_not_send_null_pkt_every_1500ms' into 'master'
feat(lib): do not send null pkt every 1500ms

See merge request sdk/ESP8266_RTOS_SDK!564
2018-10-18 19:27:29 +08:00
44a2885d6b mbedtls: Add config option for CTR Mode
Signed-off-by: Piyush Shah <piyush@espressif.com>
2018-10-18 14:26:12 +05:30