|
8fce4b3ff1
|
Merge branch 'feature/add_some_esp_idf_api_for_code_reuse' into 'master'
API compatible with esp-idf
See merge request sdk/ESP8266_RTOS_SDK!545
|
2018-10-11 14:00:24 +08:00 |
|
|
486da348bf
|
feat(freertos): API compatible with esp-idf
|
2018-10-11 13:54:35 +08:00 |
|
|
ac17884998
|
Merge branch 'docs/modify_freertos_config_help' into 'master'
Modify FreeRTOS HZ configuration help description
See merge request sdk/ESP8266_RTOS_SDK!538
|
2018-10-11 13:52:55 +08:00 |
|
|
1585d97c40
|
Merge branch 'feature/add_promiscuous_support_in_sta_softap_mode' into 'master'
feat(lib): add promiscuous support in sta/softap mode
See merge request sdk/ESP8266_RTOS_SDK!537
|
2018-10-11 13:52:00 +08:00 |
|
|
f3d747ed9d
|
fix(lwip): fix send packet from netif of AP in STA only mode
|
2018-10-11 09:56:35 +08:00 |
|
|
90a1aaa6ee
|
fix(heap): Fix heap debug message format error
|
2018-10-10 10:44:26 +08:00 |
|
|
6cfcb7a3b5
|
docs(freertos): Modify FreeRTOS HZ configuration help description
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/314
|
2018-10-09 17:52:47 +08:00 |
|
|
5c6fa0ac47
|
feat(lib): add promiscuous support in sta/softap mode
|
2018-10-09 15:54:23 +08:00 |
|
|
4ae1308c2a
|
Merge branch 'feature/set_default_newlib_to_normal' into 'master'
feat: set default newlib level to normal mode
See merge request sdk/ESP8266_RTOS_SDK!532
|
2018-09-28 16:26:04 +08:00 |
|
|
33ff57ff0c
|
feat: set default newlib level to normal mode
|
2018-09-28 16:03:09 +08:00 |
|
|
db6191c9db
|
Revert "Merge branch 'feature/remove_link_parameters' into 'master'"
This reverts merge request !525
|
2018-09-28 15:38:58 +08:00 |
|
|
1b63208046
|
fix(freertos): Fix entering first stack cover wrong memory
|
2018-09-28 11:40:14 +08:00 |
|
|
588fdad231
|
Merge branch 'bugfix/fix_scan_error_in_block_mode' into 'master'
fix(lib): fix scan error in block mode
See merge request sdk/ESP8266_RTOS_SDK!522
|
2018-09-27 18:51:44 +08:00 |
|
|
f26e0e27ab
|
feat(esp8266): Remove initialization stack align
|
2018-09-27 12:39:36 +08:00 |
|
|
e0c144f0d5
|
feat(esp8266): Remove link parameter from code for relink
|
2018-09-27 12:33:50 +08:00 |
|
|
5a850813c7
|
fix(lwip): Fix UDP sync no clear cache when close socket.
|
2018-09-27 09:25:45 +08:00 |
|
|
05d66fc4f6
|
fix(lib): fix scan error in block mode
|
2018-09-26 20:47:50 +08:00 |
|
|
8ab11d4f80
|
feat(esp8266): Modify default watch dog trigger time from 6.5s to 26.2s for some calculation
|
2018-09-26 14:17:30 +08:00 |
|
|
a2ef119451
|
fix(esp8266): Fix esp_wifi_get_ap_rssi crash
|
2018-09-26 13:52:27 +08:00 |
|
|
e506236abd
|
fix(lib): fix decrypt unencrypted packet error
fixes: https://github.com/espressif/ESP8266_RTOS_SDK/issues/147
|
2018-09-26 10:53:50 +08:00 |
|
|
96bb665961
|
feat(esp8266): Add esp_timer unit test
|
2018-09-25 20:20:18 +08:00 |
|
|
f537808a9a
|
feat(esp8266): Add esp_timer function
This function is based on FreeRTOS timer not real time hard timer.
Adding this just for some user passing compiling.
|
2018-09-25 20:20:00 +08:00 |
|
|
ad6245c78e
|
Merge branch 'bugfix/fix_heap_size_error' into 'master'
Fix heap size error
See merge request sdk/ESP8266_RTOS_SDK!514
|
2018-09-25 15:50:10 +08:00 |
|
|
2d6dc7f3ad
|
Merge branch 'feature/add_ipv6_support' into 'master'
feat(lwip): add IPv6 support
See merge request sdk/ESP8266_RTOS_SDK!509
|
2018-09-25 15:40:53 +08:00 |
|
|
4c29801ed0
|
fix(heap): Fix heap size error
1. get real memory block size when malloc
2. return directly when free freed memory block
|
2018-09-25 15:27:25 +08:00 |
|
|
447a2d9406
|
Merge branch 'feature/add_macro_of_filename' into 'master'
Add macro "__ESP_FILE__" and its configuration
See merge request sdk/ESP8266_RTOS_SDK!511
|
2018-09-25 11:25:53 +08:00 |
|
|
e193bd3f1d
|
fix(lwip): Fix lwip sync error to let sending task block
|
2018-09-25 10:45:04 +08:00 |
|
|
be28244ac0
|
Merge branch 'feature/make_tx_rate_start_from_1M_in_some_condition' into 'master'
feat(esp8266): make tx rate start from 1M when ap is too close with station
See merge request sdk/ESP8266_RTOS_SDK!504
|
2018-09-21 19:18:41 +08:00 |
|
|
54cd3f4b61
|
feat(sdk): Midify "__FILE__" to "__ESP_FILE__" for some components
|
2018-09-21 13:04:59 +08:00 |
|
|
8f21fea94e
|
feat(esp8266): Add macro "__ESP_FILE__" and its configuration
|
2018-09-21 13:03:55 +08:00 |
|
|
d9d8193a85
|
feat(lwip): add IPv6 support
fixes: https://github.com/espressif/ESP8266_RTOS_SDK/issues/309
|
2018-09-21 11:09:34 +08:00 |
|
|
6efd160218
|
Merge branch 'bugfix/fix_heap_dump_error_when_input_file_without_dir' into 'master'
Fix heap dump error when input file has no dir
See merge request sdk/ESP8266_RTOS_SDK!510
|
2018-09-21 10:46:58 +08:00 |
|
|
7a3cb283ec
|
fix(heap): Fix heap dump error when input file has no dir
|
2018-09-20 21:32:56 +08:00 |
|
|
52e0fd5400
|
Merge branch 'feature/modify_lwip_to_debug_easier' into 'master'
Modify LWIP memory managment API to debug more easily
See merge request sdk/ESP8266_RTOS_SDK!507
|
2018-09-20 20:44:04 +08:00 |
|
|
a24f89b8f5
|
feat(lib): add esp_wifi_get_ap_rssi api
|
2018-09-20 20:41:16 +08:00 |
|
|
e3dc6c2ad6
|
feat(esp8266): make tx rate start from 1M when ap is too close with station
|
2018-09-20 20:41:09 +08:00 |
|
|
458c10bc2f
|
feat(lwip): Modify LWIP memory managment API to debug more easily
|
2018-09-20 20:31:44 +08:00 |
|
|
8eacaee32c
|
fix(heap): Fix heap initialize error when disable IRAM for heap
|
2018-09-20 19:52:02 +08:00 |
|
|
8ead6d15c6
|
Merge branch 'bugfix/fix_socket_bind_error' into 'master'
Fix socket mt sync error
See merge request sdk/ESP8266_RTOS_SDK!505
|
2018-09-20 17:12:37 +08:00 |
|
|
23fa729988
|
fix(esp8266): Fix SoC reboot error
|
2018-09-20 17:09:21 +08:00 |
|
|
3d0eb61043
|
fix(lwip): Fix socket mt sync error
|
2018-09-20 17:03:47 +08:00 |
|
|
c18547965d
|
fix(newlib): Fix compling error when disable newlib assert
|
2018-09-18 16:37:46 +08:00 |
|
|
1acbf21883
|
Merge branch 'bugfix/fix_compiling_error_when_disable_wdt' into 'master'
Fix compiling error when disable watch initialization
See merge request sdk/ESP8266_RTOS_SDK!499
|
2018-09-18 16:04:02 +08:00 |
|
|
0dd8594d03
|
fix(esp8266): Fix compiling error when disable watch initialization
|
2018-09-18 16:00:02 +08:00 |
|
|
aa0317bdb9
|
fix(lwip): Fix compiling error when disable UDP sync
|
2018-09-18 15:54:32 +08:00 |
|
|
7b34f24aa4
|
feat(esp8266): Perfect WIFI OSI heap trace API
|
2018-09-18 13:59:47 +08:00 |
|
|
e952f2d3fc
|
Merge branch 'feature/make_wifi_tx_rate_from_high_to_low' into 'master'
feat(esp8266): make wifi tx rate change from high to low
See merge request sdk/ESP8266_RTOS_SDK!426
|
2018-09-17 17:59:33 +08:00 |
|
|
c389ca3fb8
|
feat(esp8266): Add configuration link function
Select to link "FreeRTOS", "LWIP", "libcore.a" and "TCPIP adapter" global data to IRAM.
|
2018-09-17 17:53:41 +08:00 |
|
|
4229f4def9
|
Merge branch 'feature/refactor_spi_flash_driver_for_save_iram' into 'master'
Refactor SPI flash for saving IRAM
See merge request sdk/ESP8266_RTOS_SDK!493
|
2018-09-17 17:49:31 +08:00 |
|
|
b1da1ca461
|
feat(heap): Fix HEAP dump error
|
2018-09-17 17:27:43 +08:00 |
|