|
e2091c6af9
|
feat(FreeRTOS): Close ISR when panic
|
2018-07-17 20:40:20 +08:00 |
|
|
12bb86e845
|
fix(lwip): Fix shutdowm UDP error and exit
UDP cannot be shutdown and all socket "close" must be handled although shutdown error.
|
2018-07-17 19:40:07 +08:00 |
|
|
a90eb7667f
|
Merge branch 'feature/esptool_not_check_port' into 'master'
feat(esptool): Not check if the port exits.
See merge request sdk/ESP8266_RTOS_SDK!302
|
2018-07-16 20:38:26 +08:00 |
|
|
d09245dc50
|
fix(lwip): Fix sync connect/send error
|
2018-07-16 20:20:43 +08:00 |
|
|
0b90951a8a
|
feat(esp8266): use OSI_QUEUE_SEND_BACK instead of OSI_QUEUE_SEND_FRONT
|
2018-07-16 16:19:49 +08:00 |
|
|
8032bc9bef
|
Merge branch 'bugfix/fix_without_closing_esp_socket_when_wifi_is_closed' into 'master'
fix(lib): fix without closing esp_socket when wifi is closed
See merge request sdk/ESP8266_RTOS_SDK!298
|
2018-07-16 16:06:29 +08:00 |
|
|
a218b3891a
|
Merge branch 'bugfix/fix_process_event_order_error' into 'master'
fix(esp8266): fix process event order error
See merge request sdk/ESP8266_RTOS_SDK!299
|
2018-07-16 16:04:37 +08:00 |
|
|
3e14c7a7cb
|
Merge branch 'bugfix/fix_wifi_osi_queue_msg_pos' into 'master'
Fix queue send pos data error
See merge request sdk/ESP8266_RTOS_SDK!297
|
2018-07-16 16:01:29 +08:00 |
|
|
27ddf02181
|
fix(lwip): Fix low-level send IRAM data
|
2018-07-16 15:48:22 +08:00 |
|
|
46d5882f1a
|
fix(lib): fix without closing esp_socket when wifi is closed
|
2018-07-16 15:39:33 +08:00 |
|
|
161973130d
|
fix(esp8266): fix process event order error
|
2018-07-16 15:32:19 +08:00 |
|
|
8a800ebefd
|
fix(esp8266): Fix queue send pos data error
|
2018-07-16 15:28:17 +08:00 |
|
|
403510f141
|
feat(esptool): Not check if the port exits.
MacOS cannot list named "tty.XXXX" tty but can list "cu.XXXX" tty.
But user may use "tty.XXXX" default.
|
2018-07-13 13:31:38 +08:00 |
|
|
a3caf1f318
|
feat(lib): refactor smartconfig api
|
2018-07-13 13:28:43 +08:00 |
|
|
6461d43d37
|
feat(smartconfig_ack): Add smartconfig_ack components
|
2018-07-13 11:27:48 +08:00 |
|
|
e1115626bb
|
feat(lib): Add refactor wifi promiscuous mode api library
|
2018-07-12 21:40:21 +08:00 |
|
|
2d872bc847
|
feat(esp8266): refactor wifi promiscuous mode
|
2018-07-12 21:39:56 +08:00 |
|
|
8a9ec626a8
|
feat(lib): rename system_deep_sleep api to esp_deep_sleep
|
2018-07-12 21:08:04 +08:00 |
|
|
ce4f94269e
|
feat(esp8266): Update libssc
Commit ID: 69f82eb7
|
2018-07-12 13:04:52 +08:00 |
|
|
fe04816f81
|
Merge branch 'feature/bootloader_check_app_offset' into 'master'
Bootloader check and loader target application
See merge request sdk/ESP8266_RTOS_SDK!287
|
2018-07-12 11:05:02 +08:00 |
|
|
e008fb9f2f
|
Merge branch 'bugfix/fix_socket_shutdown_sync' into 'master'
Add function to sync "shutdown"
See merge request sdk/ESP8266_RTOS_SDK!286
|
2018-07-12 11:04:29 +08:00 |
|
|
583a875910
|
feat(bootloader): Bootloader check and loader target application
|
2018-07-11 20:20:24 +08:00 |
|
|
a4be553fc9
|
feat(spi_flash): Modify unit test for esp8266
|
2018-07-11 14:57:48 +08:00 |
|
|
b435e1ac0d
|
feat(spi_flash): Bring unit test from esp-idf
|
2018-07-11 14:57:48 +08:00 |
|
|
f8c69be477
|
feat(spi_flash): Add feature to support flash address and memory address no align writing
|
2018-07-11 14:57:48 +08:00 |
|
|
097c8aa0cc
|
feat(lwip): Add function to sync "shutdown"
|
2018-07-11 10:22:25 +08:00 |
|
|
14e1e9ddee
|
feat(aws_iot): modify to fit for esp8266
not support vfs now
|
2018-07-10 22:20:03 +08:00 |
|
|
1d1ae209af
|
feat(aws_iot): add aws_iot support
IDF: release/v3.1, commit: 66dad0c5
|
2018-07-10 22:12:15 +08:00 |
|
|
dd03a5e7ae
|
feat(jsmn): add json library jsmn
IDF: release/v3.1, commit: 66dad0c5
|
2018-07-10 22:00:12 +08:00 |
|
|
d5b6457704
|
feat(freertos): Fix FreeRTOS stack overflow checking missing
|
2018-07-10 15:35:15 +08:00 |
|
|
1ba1e5ccbd
|
feat(task): Change all tasks size 4 times the original
|
2018-07-09 20:11:41 +08:00 |
|
|
0a0db61155
|
feat(freertos): Change task stack unit from "unsigned long" to "unsigned char"
|
2018-07-09 19:35:00 +08:00 |
|
|
d807a8c273
|
Merge branch 'feature/remove_user_rf_cal_sector_set_in_example' into 'master'
feat(examples): remove the use of user_rf_cal_sector_set in examples
See merge request sdk/ESP8266_RTOS_SDK!275
|
2018-07-09 17:22:22 +08:00 |
|
|
c4faded08f
|
feat(examples): remove the use of user_rf_cal_sector_set in examples
rf cal data now stored in nvs if needed
|
2018-07-09 17:16:53 +08:00 |
|
|
c1d7df514c
|
feat(lwip): Use "glue" API to replace LWIP raw socket function
|
2018-07-09 17:10:49 +08:00 |
|
|
8f5bda0297
|
Merge branch 'feature/make_raw_lwip_api_disable' into 'master'
feat(lwip): Make raw LWIP API disable
See merge request sdk/ESP8266_RTOS_SDK!273
|
2018-07-06 20:42:54 +08:00 |
|
|
0dc928dca5
|
feat(lwip): Make raw LWIP API disable
|
2018-07-06 20:38:33 +08:00 |
|
|
d3bea8ced9
|
fix(lib): fix send packet error when station not started
|
2018-07-06 20:03:14 +08:00 |
|
|
838ee96245
|
Merge branch 'bugfix/get_sta_num_error_in_softap_mode' into 'master'
fix(lib): fix get station number error in softap mode
See merge request sdk/ESP8266_RTOS_SDK!272
|
2018-07-06 19:57:24 +08:00 |
|
|
ce35ff95e7
|
Merge branch 'feature/modify_malloc_function' into 'master'
feat(newlib): Use new private malloc function
See merge request sdk/ESP8266_RTOS_SDK!264
|
2018-07-06 19:53:35 +08:00 |
|
|
2691962fc5
|
fix(lib): fix get station number error in softap mode
|
2018-07-06 19:48:03 +08:00 |
|
|
0cf7ce4a70
|
Merge branch 'bugfix/fix_spi_no_align' into 'master'
feat(spi_flash): Fix spi_flash read/write by no align memory
See merge request sdk/ESP8266_RTOS_SDK!270
|
2018-07-06 19:43:38 +08:00 |
|
|
c309c6e5e0
|
Merge branch 'bugfix/move_some_function_to_iram' into 'master'
fix(lib): move some functions to iram
See merge request sdk/ESP8266_RTOS_SDK!268
|
2018-07-06 19:43:32 +08:00 |
|
|
dd3a9dca61
|
fix(lib): move some functions to iram
|
2018-07-06 19:42:17 +08:00 |
|
|
5aae956ba7
|
Merge branch 'bugfix/fix_dhcpserver_cannot_release_station_info_on_time' into 'master'
fix(lwip): Fix dhcpserver cannot release dhcpclient info on time
See merge request sdk/ESP8266_RTOS_SDK!266
|
2018-07-06 19:39:21 +08:00 |
|
|
1738dc53ea
|
Merge branch 'bugfix/fix_lwip_mt' into 'master'
feat(lwip): Fix UDP recv NULL package
See merge request sdk/ESP8266_RTOS_SDK!271
|
2018-07-06 19:29:57 +08:00 |
|
|
9b1a32eaa1
|
Merge branch 'feature/add_lf_cr_selection_for_stdio' into 'master'
feat(esp8266): Select output CR/LF for stdio function
See merge request sdk/ESP8266_RTOS_SDK!269
|
2018-07-06 19:29:49 +08:00 |
|
|
854636dbff
|
fix(lwip): Fix dhcpserver cannot release dhcpclient info on time
|
2018-07-06 18:59:13 +08:00 |
|
|
8b164944a6
|
feat(spi_flash): Fix spi_flash read/write by no align memory
Fix I/O function to active watch dog.
|
2018-07-06 18:03:24 +08:00 |
|
|
9f998c64f5
|
feat(lwip): Fix UDP recv NULL package
|
2018-07-06 18:00:05 +08:00 |
|