|
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 |
|
|
b3b3f9d3ef
|
feat(spi_flash): Refactor SPI flash for saving IRAM
|
2018-09-17 16:12:39 +08:00 |
|
|
c8ecf01b56
|
Merge branch 'feature/link_some_func_to_flash' into 'master'
Link some functions from IRAM to flash
See merge request sdk/ESP8266_RTOS_SDK!491
|
2018-09-17 14:17:40 +08:00 |
|
|
469906dec8
|
feat(esp8266): Update library
Link some function from IRAM to flash.
|
2018-09-17 14:14:52 +08:00 |
|
|
bc239c0ed3
|
feat(esp8266): Link some functions from IRAM to flash
|
2018-09-17 13:50:34 +08:00 |
|
|
54a8707ee9
|
feat(lwip): Move "netinet/in.h" to "port/netinet/in.h"
|
2018-09-13 16:45:50 +08:00 |
|
|
f5c913ed4f
|
feat(esp8266): Add ppT task stack size configuration
|
2018-09-13 16:04:58 +08:00 |
|
|
1fc474b8c9
|
feat(pthread): Modify for ESP8266
|
2018-09-13 15:34:54 +08:00 |
|
|
e492bda28c
|
feat(pthread): Bring "pthread" from esp-idf
Commit ID: df786128
|
2018-09-13 15:31:30 +08:00 |
|
|
580fa88ad0
|
feat(freertos): Add port to get freertos rate hz
|
2018-09-13 15:29:46 +08:00 |
|
|
1bcf71895c
|
Merge branch 'feature/add_arpa_inet_h' into 'master'
Add "arpa/inet.h" header file
See merge request sdk/ESP8266_RTOS_SDK!430
|
2018-09-13 15:28:18 +08:00 |
|
|
1c7ac67bfe
|
feat(lwip): Add "arpa/inet.h" header file
|
2018-09-13 15:27:02 +08:00 |
|
|
693fc1daaf
|
Merge branch 'feature/add_sntp_sntp_h' into 'master'
Add extra "sntp/sntp.h" to be same as esp-idf
See merge request sdk/ESP8266_RTOS_SDK!429
|
2018-09-13 15:25:31 +08:00 |
|
|
40a821ffba
|
Merge branch 'feature/refactor_task_watch_dog' into 'master'
Refactor task watch dog
See merge request sdk/ESP8266_RTOS_SDK!478
|
2018-09-13 15:24:25 +08:00 |
|
|
04ccb621a7
|
Merge branch 'feature/add_fcntl_function' into 'master'
Add fcntl and modify ioctl
See merge request sdk/ESP8266_RTOS_SDK!428
|
2018-09-13 15:23:33 +08:00 |
|
|
7e8650dd65
|
feat(esp8266): Refactor task watch dog
1. Remove old watch dog function
2. Put WIFI NVS index table from RAM to flash
|
2018-09-13 15:20:33 +08:00 |
|
|
60a0297f32
|
Merge branch 'feature/ssl_add_dhm_config' into 'master'
Add DHM configuration to Kconfig
See merge request sdk/ESP8266_RTOS_SDK!483
|
2018-09-13 15:19:13 +08:00 |
|
|
35e96088b3
|
Merge branch 'feature/add_netinet_in_h' into 'master'
Add <netinet/in.h> header file
See merge request sdk/ESP8266_RTOS_SDK!484
|
2018-09-13 15:18:35 +08:00 |
|
|
e659b242ee
|
Merge branch 'feature/remove_error_check_from_sys_direct_header_file' into 'master'
Remove error check from <sys/direct.h>
See merge request sdk/ESP8266_RTOS_SDK!482
|
2018-09-13 15:18:17 +08:00 |
|
|
b486555437
|
Merge branch 'feature/add_config_for_uit_stack' into 'master'
Add uiT task stack configuration
See merge request sdk/ESP8266_RTOS_SDK!485
|
2018-09-13 15:18:00 +08:00 |
|
|
472fa796ed
|
feat(esp8266): Add uiT task stack configuration
|
2018-09-13 13:35:27 +08:00 |
|
|
ce470425e8
|
feat(lwip): Add <netinet/in.h> header file
|
2018-09-13 13:31:35 +08:00 |
|
|
a8b6c4b121
|
feat(mbedtls): Add DHM configuration to Kconfig
|
2018-09-13 13:23:29 +08:00 |
|
|
b3dbe9c3cb
|
feat(newlib): Remove error check from <sys/direct.h>
Its functions are empty.
|
2018-09-13 13:17:53 +08:00 |
|