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
98d4a1ba52
Merge branch 'feature/add_crash_to_panic' into 'master'
...
Add crash and jump to panic for "abort()"
See merge request sdk/ESP8266_RTOS_SDK!592
2018-10-31 19:08:35 +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
f95393d214
Merge branch 'feature/add_example_socket_ipv4_and_ipv6' into 'master'
...
Add socket ipv4 and ipv6 example(Commit ID: b650d19c)
See merge request sdk/ESP8266_RTOS_SDK!589
2018-10-31 09:57:47 +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
d010889fe8
Merge branch 'feature/add_dhcp_autoip_coop_config' into 'master'
...
Enable DHCP AUTOIP COOP when enable AUTOIP
See merge request sdk/ESP8266_RTOS_SDK!588
2018-10-31 09:47:01 +08:00
bf66a8412c
feat(lwip): Add ping function
...
Commit ID: b650d19c
2018-10-30 16:39:57 +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
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
37f6a717d3
Merge branch 'bugfix/fix_send_assoc_capability_info_with_LDPC_support' into 'master'
...
fix(lib): fix send assoc capability info with LDPC support
See merge request sdk/ESP8266_RTOS_SDK!586
2018-10-26 17:52:43 +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
982d231aa8
Merge branch 'bugfix/fix_deep_sleep' into 'master'
...
Fix deep sleep crash
See merge request sdk/ESP8266_RTOS_SDK!584
2018-10-25 18:47:48 +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
48648ce3ed
feat(lwip): Add configuration for TCPIP mailbox size
2018-10-24 19:45:12 +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
0a855de586
feature/mbedtls_separate_Rx_Tx_buffers: Separating Tx, Rx buffer size setup
...
* Separating MBEDTLS_SSL_MAX_CONTENT_LEN into input and output buffers.
* Beneficial for saving memory by reducing Tx buffer independently of Rx buffer.
* Taken from https://github.com/ARMmbed/mbedtls/pull/536
2018-10-24 13:08:03 +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
8700444d9b
Merge branch 'feature/modify_lwip_kconfig_tcp_wnd_default_range' into 'master'
...
Modfiy Kconfig TCP window max value to 14600 (10 * MSS)
See merge request sdk/ESP8266_RTOS_SDK!579
2018-10-24 10:49:20 +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
b45139e23d
Merge branch 'bugfix/fix_wdt_panic_lead_to_panic_reenter' into 'master'
...
Fix ets_printf lead to panic reenter
See merge request sdk/ESP8266_RTOS_SDK!577
2018-10-23 20:39:43 +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
25768d75e1
Merge branch 'chore/add_tools_for_eclipse' into 'master'
...
Add tools for building at eclipse project
See merge request sdk/ESP8266_RTOS_SDK!575
2018-10-23 17:48:45 +08:00
43e9d013ce
chore(tools): Add tools for building at eclipse project
...
Commit ID: 48c3ad37
2018-10-23 17:43:09 +08:00
45067f9ace
Merge branch 'bugfix/fix_panic_stk_overflow' into 'master'
...
Fix panic stack overflow
See merge request sdk/ESP8266_RTOS_SDK!574
2018-10-23 15:29:51 +08:00
7bde03c283
Merge branch 'feature/newlib_add_sleep' into 'master'
...
Add "usleep" and "sleep" function
See merge request sdk/ESP8266_RTOS_SDK!573
2018-10-23 15:29:10 +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
08355fc42d
Merge branch 'bugfix/fix_null_string_printf' into 'master'
...
Add "<null>" if printf string parameter is NULL
See merge request sdk/ESP8266_RTOS_SDK!572
2018-10-22 20:19: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
4c8e0459d6
Merge branch 'bugfix/fix_ip_addr_error_in_smartconfig_cb' into 'master'
...
fix(smartconfig): fix ip address error in smartconfig callback
See merge request sdk/ESP8266_RTOS_SDK!569
2018-10-19 17:43:20 +08:00
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
bb8e5f37a2
Merge branch 'bugfix/lwip_max_sockets' into 'master'
...
esp8266_lwip: Use CONFIG_LWIP_MAX_SOCKETS to set the maximum sockets
See merge request sdk/ESP8266_RTOS_SDK!567
2018-10-19 09:41:49 +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