002932ba43
Merge branch 'feature/add_phy_reg_default' into 'master'
...
feat: Add phy reg default when boot
See merge request sdk/ESP8266_RTOS_SDK!689
2018-12-29 14:24:28 +08:00
12ec433d9a
feat: Add phy reg default when boot
2018-12-29 14:17:28 +08:00
dd7e8a5db0
Merge branch 'bugfix/error_baudrate_when_restart' into 'master'
...
fix(esp8266): Fix the wrong baudrate when restart
See merge request sdk/ESP8266_RTOS_SDK!688
2018-12-29 14:13:56 +08:00
09cdf3e006
fix(esp8266): Fix the wrong baudrate when restart
...
Restore old freq when restart
2018-12-29 14:07:26 +08:00
189f1d067b
Merge branch 'bugfix/fix_setup_rate_table_crash' into 'master'
...
Fix setup rate table crash
See merge request sdk/ESP8266_RTOS_SDK!686
2018-12-28 20:26:06 +08:00
ba526b17c2
fix(esp8266): Fix setup rate table crash
2018-12-28 20:22:11 +08:00
b64ac3a604
Merge branch 'feature/remove_spiffs_example' into 'master'
...
Remove SPIFFS example because it is not support
See merge request sdk/ESP8266_RTOS_SDK!683
2018-12-28 20:15:59 +08:00
c295961ca6
Merge branch 'bugfix/fix_send_disassoc_error' into 'master'
...
fix(lib): fix send disassoc error
See merge request sdk/ESP8266_RTOS_SDK!685
2018-12-28 20:15:49 +08:00
d34824457a
fix(lib): fix send disassoc error
2018-12-28 17:42:39 +08:00
4ac72aa1b2
Merge branch 'fix/fix_log_time_mismatch' into 'master'
...
fix(log): Fix log time mismatch
See merge request sdk/ESP8266_RTOS_SDK!684
2018-12-28 14:58:02 +08:00
09fe8f7085
fix(log): Fix log time mismatch
...
When system startup, using 2*crystal as clock source.
2018-12-28 14:44:12 +08:00
def1edc36b
bugfix(uart): fix uart1 interrupt
2018-12-28 14:29:20 +08:00
34b64c20ee
Merge branch 'feature/add_test_app_jump_scan_by_gpio' into 'master'
...
feat(bootloader): Support to trigger test app in bootloader
See merge request sdk/ESP8266_RTOS_SDK!679
2018-12-28 13:54:48 +08:00
e124146e2b
feat(bootloader): Support to trigger test app in bootloader
2018-12-28 13:03:14 +08:00
735a0db08b
feat(spiffs_test): Remove SPIFFS example because it is not support
2018-12-28 11:19:25 +08:00
09e36f19c1
Merge branch 'feature/app_bin_support_4KB_align' into 'master'
...
Update partition table script and OTA example
See merge request sdk/ESP8266_RTOS_SDK!677
2018-12-28 09:09:33 +08:00
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
d5068d74e9
Merge branch 'bugfix/fix_wifi_disconnect_reason_code_error' into 'master'
...
fix(lib): fix wifi disconnect reason code error
See merge request sdk/ESP8266_RTOS_SDK!682
2018-12-26 16:10:47 +08:00
a2b8b95df3
fix(lib): fix wifi disconnect reason code error
2018-12-26 16:07:22 +08:00
dd47630d38
Merge branch 'feature/add_macro_to_disable_esp_tlc_ipv6' into 'master'
...
Add macro to disable ipv6 configuration
See merge request sdk/ESP8266_RTOS_SDK!674
2018-12-26 12:51:17 +08:00
ebecf5dd06
Merge branch 'bugfix/fix_set_key_index_error' into 'master'
...
fix(lib): fix set key index error
See merge request sdk/ESP8266_RTOS_SDK!678
2018-12-26 12:50:53 +08:00
ddcc93122f
fix(lib): fix set key index error
2018-12-26 11:29:15 +08:00
a61f19859a
Merge branch 'bugfix/fix_config_uart1_without_set_baudrate' into 'master'
...
Fix selecting Custom UART can't set UART baudrate
See merge request sdk/ESP8266_RTOS_SDK!675
2018-12-25 20:14:08 +08:00
aade37dcf9
Merge branch 'feature/optimize_libcore' into 'master'
...
feat: Optimize to reduce the size of .irom0.text in libcore.a
See merge request sdk/ESP8266_RTOS_SDK!676
2018-12-25 20:06:01 +08:00
fa54cb847a
feat: Optimize to reduce the size of .irom0.text in libcore.a
...
The target bin can be reduced about 4~5KB.
2018-12-25 20:03:41 +08:00
181c3de1b4
Merge branch 'feature/add_callback_function_when_rx_probe_request' into 'master'
...
feat(lib): add callback function when rx probe request
See merge request sdk/ESP8266_RTOS_SDK!673
2018-12-25 19:57:02 +08:00
f1c9374bce
fix(esp8266): Fix selecting Custom UART can't set UART baudrate
2018-12-25 14:14:50 +08:00
98e7dfa8dc
feat(esp-tls): Add macro to disable ipv6 configuration
...
If LWIP_IPV6 enables, esp-tls can use IPv6 configuration.
2018-12-25 14:04:56 +08:00
e1881811ea
feat(lib): add rx probe request callback function
2018-12-25 14:04:11 +08:00
3ae416b5a8
feat(lib): add callback function when rx probe request
2018-12-25 14:04:06 +08:00
5bd4b2e075
Merge branch 'feature/use_saved_pmk_instead_of_calculate_again' into 'master'
...
feat(lib): use saved PMK instead of calculate again
See merge request sdk/ESP8266_RTOS_SDK!672
2018-12-25 10:52:42 +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
a1cb3e8c3c
Merge branch 'feature/refactor_mqtt_over_tcp' into 'master'
...
feat: refactor mqtt over tcp
See merge request sdk/ESP8266_RTOS_SDK!657
2018-12-24 20:35:10 +08:00
9ce1b6bf58
feat(lib): use saved PMK instead of calculate again
2018-12-24 19:33:08 +08:00
6505a163e4
Merge branch 'feature/use_status_code_1_instead_of_37_in_ADDBA_response' into 'master'
...
feat(lib): use status code 1 instead of 37 in ADDBA response
See merge request sdk/ESP8266_RTOS_SDK!670
2018-12-24 11:17:10 +08:00
7db44e1028
feat(lib): use status code 1 instead of 37 in ADDBA response
...
TPLINK WDR7300 and some old AP only support ADDBA response packet with status code 1
2018-12-24 11:07:13 +08:00
237fc4830c
Merge branch 'feature/aws_handshake_by_160MHz' into 'master'
...
feat(aws): AWS handshake at 160 MHz
See merge request sdk/ESP8266_RTOS_SDK!655
2018-12-24 10:58:50 +08:00
6b656c9a07
feat(aws): AWS handshake at 160 MHz
...
Add CPU speed up count for user to check if speeding up is nested.
2018-12-24 10:53:33 +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
3f0eea9bed
feat(esp8266): SSC add CR/LR string end line character
...
Commit ID: 4299f376
2018-12-21 19:53:15 +08:00
ddb9e23b6e
feat: refactor mqtt feature
...
1. add all of mqtt configuration to make-menuconfig
2. fix taskYIELD caused low thouhtput
3. fix block at socket select
4. fix mqtt ping timeout feature
5. fix MQTTPublish/MQTTConnect return -1
6. format code
2018-12-21 19:39:12 +08:00
25c948d894
Merge branch 'feature/optimize_smartconfig_efficiency' into 'master'
...
feat(sc): optimize smartconfig process and efficiency
See merge request sdk/ESP8266_RTOS_SDK!669
2018-12-21 18:44:30 +08:00
da08c40e10
Merge branch 'feature/speed_sniffer_cap' into 'master'
...
feat(pp): speed up LDPC/HT40/MIMO packet header response
See merge request sdk/ESP8266_RTOS_SDK!668
2018-12-21 18:43:14 +08:00
7097ee669e
feat(pp): speed up LDPC/HT40/MIMO packet header response
2018-12-21 18:02:40 +08:00
00d6e08a6b
Merge branch 'bugfix/fix_cannot_connect_with_some_special_AP_with_11b_only_mode' into 'master'
...
fix(lib): fix can not connect with some special AP with 11b only mode
See merge request sdk/ESP8266_RTOS_SDK!667
2018-12-21 18:00:06 +08:00
1f6178fd3f
feat(sc): optimize smartconfig process and efficiency
2018-12-21 17:08:44 +08:00
9c2fb99e95
fix(lib): fix can not connect with some special AP with 11b only mode
2018-12-21 11:12:01 +08:00
7fe529e2c3
Merge branch 'fix/small_typo' into 'master'
...
fix: fix small typo in pwm
See merge request sdk/ESP8266_RTOS_SDK!666
2018-12-21 08:50:16 +08:00
7f14c1ea4d
fix: fix small typo in pwm
...
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/419
2018-12-21 08:46:24 +08:00