1252 Commits

Author SHA1 Message Date
b26e72c252 Merge branch 'feature/init_flash_at_boot' into 'master'
Initialize SPI flash clock and I/O mode at bootloader

See merge request sdk/ESP8266_RTOS_SDK!606
2018-11-09 17:02:02 +08:00
d5b14d7427 feat(bootloader): Initialize SPI flash clock and I/O mode at bootloader 2018-11-09 16:52:59 +08:00
e8a5a0fbd7 Merge branch 'bugfix/fix_esp_start_return' into 'master'
Fix esp_restart and it must not return

See merge request sdk/ESP8266_RTOS_SDK!615
2018-11-09 15:28:05 +08:00
39541f3a48 fix(esp8266): Fix esp_restart and it must not return 2018-11-09 15:25:10 +08:00
1852e08013 Merge branch 'feature/update_smartconfig_to_v2.8.0' into 'master'
feat(lib): updata smartconfig to v2.8.0

See merge request sdk/ESP8266_RTOS_SDK!612
2018-11-09 14:17:29 +08:00
fad9c08084 Merge branch 'feature/autoip_trigger_got_ip_event' into 'master'
AutoIP triggers "SYSTEM_EVENT_STA_GOT_IP" event

See merge request sdk/ESP8266_RTOS_SDK!609
2018-11-09 14:13:54 +08:00
08f8e94544 Merge branch 'feature/config_tcpip_mbox_size' into 'master'
Add configuration for TCPIP mailbox size

See merge request sdk/ESP8266_RTOS_SDK!582
2018-11-09 14:09:57 +08:00
021225031f feat(lib): updata smartconfig to v2.8.0 2018-11-09 14:09:08 +08:00
3931029df9 Merge branch 'bugfix/fix_ppt_block' into 'master'
Fix ppT task block too long

See merge request sdk/ESP8266_RTOS_SDK!611
2018-11-09 13:07:10 +08:00
0a95cf3c32 fix(esp8266): Fix ppT task block too long 2018-11-09 11:52:02 +08:00
1177d0cd6c Merge branch 'feature/add_base64_to_util_component' into 'master'
Add base64 codec to util

See merge request sdk/ESP8266_RTOS_SDK!610
2018-11-08 11:30:16 +08:00
01bc5bff4e feat(util): Add base64 codec to util 2018-11-08 11:19:50 +08:00
3b8dbb8365 feat(tcpip_adapter): AutoIP triggers "SYSTEM_EVENT_STA_GOT_IP" event 2018-11-07 11:42:38 +08:00
14d8307dc2 Merge branch 'feature/using_wolfssl_as_default' into 'master'
Using WolfSSL as default

See merge request sdk/ESP8266_RTOS_SDK!607
2018-11-06 20:01:20 +08:00
2f2d734a2d Merge branch 'bugfix/fix_nmi_call_os_api' into 'master'
Fix NMI call OS API

See merge request sdk/ESP8266_RTOS_SDK!608
2018-11-06 19:44:32 +08:00
687177e764 fix(esp8266): Fix NMI call OS API 2018-11-06 19:42:00 +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
9684c5095e Merge branch 'feature/compile_lib_by_5.2.0' into 'master'
feat(lib): Use gcc v5.2.0 to build the libraries

See merge request sdk/ESP8266_RTOS_SDK!604
2018-11-06 13:16:17 +08:00
31c017a31f feat(lib): Use gcc v5.2.0 to build the libraries 2018-11-05 20:04:11 +08:00
c38467c5f1 Merge branch 'docs/system_task_guide' into 'master'
Add system tasks brief introduction

See merge request sdk/ESP8266_RTOS_SDK!594
2018-11-05 17:54:13 +08:00
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
c4d0998136 Merge branch 'feature/sc_ack_send_information' into 'master'
feat(smartconfig): Add a function for change the smartconfig's ACK information

See merge request sdk/ESP8266_RTOS_SDK!595
2018-11-05 09:59:44 +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
e0dc38f057 docs(guides): Add system tasks brief introduction 2018-11-02 17:03:46 +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
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