|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
23fa729988
|
fix(esp8266): Fix SoC reboot error
|
2018-09-20 17:09:21 +08:00 |
|
|
0dd8594d03
|
fix(esp8266): Fix compiling error when disable watch initialization
|
2018-09-18 16:00:02 +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 |
|
|
b3b3f9d3ef
|
feat(spi_flash): Refactor SPI flash for saving IRAM
|
2018-09-17 16:12:39 +08:00 |
|
|
469906dec8
|
feat(esp8266): Update library
Link some function from IRAM to flash.
|
2018-09-17 14:14:52 +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 |
|
|
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 |
|
|
472fa796ed
|
feat(esp8266): Add uiT task stack configuration
|
2018-09-13 13:35:27 +08:00 |
|
|
e40b6d645a
|
feat(heap): Remove macro "MEMLEAK_DEBUG"
|
2018-09-12 11:12:40 +08:00 |
|
|
a4369522b9
|
feat(heap): Remove old heap and modify old heap API
|
2018-09-12 11:12:30 +08:00 |
|
|
260da4a6f3
|
feat(heap): Add new heap component
|
2018-09-12 11:12:17 +08:00 |
|
|
4484d800a8
|
feat(esp8266): add wps header file
|
2018-09-07 19:14:21 +08:00 |
|
|
f7996f4d90
|
feat(lib): refactor wps api
|
2018-09-07 19:14:01 +08:00 |
|
|
f0825485ff
|
fix(esp8266): Disable "con_ap" task
|
2018-09-07 16:07:25 +08:00 |
|
|
93a224656f
|
feat(esp8266): add espnow header file
|
2018-09-07 16:02:31 +08:00 |
|
|
215fd755d6
|
feat(esp8266): compile with espnow library
|
2018-09-07 16:02:31 +08:00 |
|
|
b218da9841
|
feat(lib): add support broadcast bssid for espnow
|
2018-09-07 16:02:31 +08:00 |
|
|
c7d6e664b6
|
feat(lib): refactor espnow
|
2018-09-07 16:02:31 +08:00 |
|
|
7598be4424
|
fix(esp8266): Fix WPA free data error
|
2018-09-07 15:52:02 +08:00 |
|
|
64932b102d
|
Merge branch 'feature/add_configurate_console_uart_swap_io' into 'master'
Add configuration for UART swap I/O pins
See merge request sdk/ESP8266_RTOS_SDK!466
|
2018-09-07 15:48:57 +08:00 |
|
|
1635d54bfb
|
Merge branch 'feature/add_wifi_send_buffer_result_to_aio_ret' into 'master'
feat(lib): add wifi buffer send result to aio ret
See merge request sdk/ESP8266_RTOS_SDK!441
|
2018-09-07 15:46:08 +08:00 |
|
|
c8cbc97e0d
|
feat(esp8266): Add configuration for UART swap I/O pins
|
2018-09-07 15:45:41 +08:00 |
|
|
1a6ffe4e9e
|
feat(esp8266): Add configuration for UART baudrate
|
2018-09-07 15:40:35 +08:00 |
|
|
fe0c6905d6
|
fix(lwip): fix some writting error
|
2018-09-07 15:34:41 +08:00 |
|
|
dbdacdf3ec
|
Merge branch 'feature/add_configurate_console_uart' into 'master'
Add configration for output console UART
See merge request sdk/ESP8266_RTOS_SDK!460
|
2018-09-07 15:30:56 +08:00 |
|
|
964e027860
|
feat(bootloader): Add configration for output console UART
|
2018-09-07 14:26:27 +08:00 |
|
|
d46f831d88
|
feat(lwip): formatted code
|
2018-09-06 10:33:20 +08:00 |
|
|
8e0084f7de
|
feat(esp8266): add esp_aio send result
|
2018-09-06 10:33:20 +08:00 |
|
|
f5c63dce1f
|
feat(lib): add wifi buffer send result to aio ret
|
2018-09-06 10:33:20 +08:00 |
|
|
925d868d70
|
feat(lib): remove crypto library
|
2018-09-05 16:45:33 +08:00 |
|
|
52e3992155
|
Merge branch 'feature/remove_tcpip_adapter_from_startup' into 'master'
Remove TCPIP adapter initilization from startup.
See merge request sdk/ESP8266_RTOS_SDK!435
|
2018-09-04 17:26:35 +08:00 |
|
|
0a751afaad
|
feat(esp8266): Remove unused or unsupported library
|
2018-09-04 17:16:29 +08:00 |
|
|
7f8b88b978
|
feat: update libphy.a to 1055_8
|
2018-08-28 16:22:31 +08:00 |
|
|
4d98134b11
|
fix(lib): fix save ap param to flash error
|
2018-08-28 15:01:58 +08:00 |
|
|
0ce9d8b0a4
|
bugfix(esp8266): Recompiling library for MR 436
|
2018-08-28 14:41:14 +08:00 |
|
|
a78fb5c99f
|
feat(esp8266): Remove critical from WIFI OSI
|
2018-08-28 14:24:05 +08:00 |
|
|
252f7e9c39
|
feat(esp8266): Remove TCPIP adapter initilization from startup.
User should initialize TCPIP adapter at "app_main".
|
2018-08-27 16:13:54 +08:00 |
|
|
d713a2716d
|
feat(lib): refactor wifi phy param api
API: esp_wifi_set_protocol(), esp_wifi_get_protocol(), esp_wifi_set_max_tx_power()
|
2018-08-27 10:58:49 +08:00 |
|
|
65f7b25858
|
feat(esp8266): make wifi tx rate change from high to low
|
2018-08-24 11:11:56 +08:00 |
|