|
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 |
|
|
fea99edd86
|
Merge branch 'feature/ssc_add_cr_cl_string_line_end_char' into 'master'
SSC add CR/LR string end line character
See merge request sdk/ESP8266_RTOS_SDK!641
|
2018-12-10 14:54:18 +08:00 |
|
|
b0f7ff508d
|
Merge branch 'feature/add_console_log_save' into 'master'
feat: add console log save
See merge request sdk/ESP8266_RTOS_SDK!634
|
2018-12-05 11:17:06 +08:00 |
|
|
085f2361ca
|
Merge branch 'feature/modify_bootloader_support_spi_flash_size_value' into 'master'
feat(bootloader_support): Modify chip size to be spi flash configuration value
See merge request sdk/ESP8266_RTOS_SDK!638
|
2018-12-05 11:15:35 +08:00 |
|
|
67d163065a
|
Merge branch 'bugfix/fix_lwip_tcp_pbuf_leak' into 'master'
fix TCP pbuf memory leak
See merge request sdk/ESP8266_RTOS_SDK!648
|
2018-12-05 10:14:59 +08:00 |
|
|
e19f612606
|
fix(lwip): fix TCP pbuf memory leak
Disable TCP cache and retry function.
|
2018-12-05 10:10:45 +08:00 |
|
|
0c48147ec1
|
fix(lib): fix CCMP encryption incompatible with some AP
|
2018-12-04 19:40:37 +08:00 |
|
|
2a1b95beb7
|
feat: add console save log
|
2018-11-30 20:39:43 +08:00 |
|
|
121cadc32f
|
feat(esp8266): SSC add CR/LR string end line character
Commit ID: 4299f376
|
2018-11-29 16:25:24 +08:00 |
|
|
af2ca65a02
|
feat(bootloader_support): Modify chip size to be spi flash configuration value
|
2018-11-29 09:27:40 +08:00 |
|
|
70d708cdc7
|
Merge branch 'feature/ets_putc_support_cr_lf_select' into 'master'
ets_putc support CR/LR/CRLR selection
See merge request sdk/ESP8266_RTOS_SDK!636
|
2018-11-28 16:50:57 +08:00 |
|
|
b7ff33269f
|
docs(esptool_py): Add SPI flash size note for users
|
2018-11-27 15:06:52 +08:00 |
|
|
48061e78a4
|
feat(esp8266): ets_putc support CR/LR/CRLR selection
ets_printf/ESP_EARLY_LOGX can use this function also.
|
2018-11-27 13:55:32 +08:00 |
|
|
72eea96f4a
|
fix(esp8266): Fix Wi-Fi state mixed
|
2018-11-26 09:34:55 +08:00 |
|
|
bacaafcd0b
|
Merge branch 'feature/modify_heap_trace_log_api' into 'master'
Modify heap trace log API
See merge request sdk/ESP8266_RTOS_SDK!633
|
2018-11-22 20:41:34 +08:00 |
|
|
f0bf1f748d
|
feat(heap): Modify heap trace log API
Using ESP_EARLY_LOGx instead of ESP_LOGx.
|
2018-11-22 17:28:57 +08:00 |
|
|
1f56d9a6aa
|
feat(esp8266): Add new "ets_vprintf" to save stack
It is better for interrupt and NMI functions to output information.
|
2018-11-22 17:11:14 +08:00 |
|
|
5afd8e4bcb
|
fix(esp8266): Fix WDEV start and complete index mixed
|
2018-11-22 11:26:39 +08:00 |
|
|
d95254ab2f
|
revert(esp8266): Revert 3 MRs 611 608 599
|
2018-11-16 12:06:46 +08:00 |
|
|
57c6215f9b
|
Merge branch 'feature/mbedtls_separate_Rx_Tx_buffers' into 'master'
feature/mbedtls_separate_Rx_Tx_buffers: Separating Tx, Rx buffer size setup
See merge request sdk/ESP8266_RTOS_SDK!581
|
2018-11-15 09:47:09 +08:00 |
|
|
9ce75256ca
|
feat(spi_flash): Remove SPI flash unused calling APIs
|
2018-11-13 17:01:05 +08:00 |
|
|
2e391bf5bd
|
Merge branch 'feature/refactor_hw_timer_driver' into 'master'
refactor(hw_timer): Refactor hw_timer driver for esp8266 idf
See merge request sdk/ESP8266_RTOS_SDK!365
|
2018-11-13 11:07:10 +08:00 |
|
|
ee32bdc336
|
feat(lwip): Add to prevent switch to tcpip thread between mbox post and sem wait
|
2018-11-09 17:57:52 +08:00 |
|
|
ccca5d8ceb
|
Merge branch 'feature/update_toolchain_to_5.2.0' into 'master'
feat: Update gcc to v5.2.0, new url in README
See merge request sdk/ESP8266_RTOS_SDK!619
|
2018-11-09 17:02:38 +08:00 |
|
|
b26e72c252
|
Merge branch 'feature/init_flash_at_boot' into 'master'
Initialize SPI flash clock and I/O mode at bootloader
See merge request sdk/ESP8266_RTOS_SDK!606
|
2018-11-09 17:02:02 +08:00 |
|
|
d5b14d7427
|
feat(bootloader): Initialize SPI flash clock and I/O mode at bootloader
|
2018-11-09 16:52:59 +08:00 |
|
|
2329a7cf73
|
refactor(hw_timer): Refactor hw_timer driver for esp8266 idf
|
2018-11-09 16:15:24 +08:00 |
|
|
efdd1c6efb
|
feat: Update gcc to v5.2.0, new url in README
|
2018-11-09 15:40:09 +08:00 |
|
|
e8a5a0fbd7
|
Merge branch 'bugfix/fix_esp_start_return' into 'master'
Fix esp_restart and it must not return
See merge request sdk/ESP8266_RTOS_SDK!615
|
2018-11-09 15:28:05 +08:00 |
|
|
39541f3a48
|
fix(esp8266): Fix esp_restart and it must not return
|
2018-11-09 15:25:10 +08:00 |
|
|
1852e08013
|
Merge branch 'feature/update_smartconfig_to_v2.8.0' into 'master'
feat(lib): updata smartconfig to v2.8.0
See merge request sdk/ESP8266_RTOS_SDK!612
|
2018-11-09 14:17:29 +08:00 |
|
|
fad9c08084
|
Merge branch 'feature/autoip_trigger_got_ip_event' into 'master'
AutoIP triggers "SYSTEM_EVENT_STA_GOT_IP" event
See merge request sdk/ESP8266_RTOS_SDK!609
|
2018-11-09 14:13:54 +08:00 |
|
|
08f8e94544
|
Merge branch 'feature/config_tcpip_mbox_size' into 'master'
Add configuration for TCPIP mailbox size
See merge request sdk/ESP8266_RTOS_SDK!582
|
2018-11-09 14:09:57 +08:00 |
|
|
021225031f
|
feat(lib): updata smartconfig to v2.8.0
|
2018-11-09 14:09:08 +08:00 |
|
|
0a95cf3c32
|
fix(esp8266): Fix ppT task block too long
|
2018-11-09 11:52:02 +08:00 |
|
|
01bc5bff4e
|
feat(util): Add base64 codec to util
|
2018-11-08 11:19:50 +08:00 |
|
|
3b8dbb8365
|
feat(tcpip_adapter): AutoIP triggers "SYSTEM_EVENT_STA_GOT_IP" event
|
2018-11-07 11:42:38 +08:00 |
|
|
14d8307dc2
|
Merge branch 'feature/using_wolfssl_as_default' into 'master'
Using WolfSSL as default
See merge request sdk/ESP8266_RTOS_SDK!607
|
2018-11-06 20:01:20 +08:00 |
|
|
687177e764
|
fix(esp8266): Fix NMI call OS API
|
2018-11-06 19:42:00 +08:00 |
|
|
5da37aa0a9
|
feat(ssl): Using WolfSSL as default
Add sdkconfig.defaults for example base on mbedTLS.
|
2018-11-06 17:48:08 +08:00 |
|
|
31c017a31f
|
feat(lib): Use gcc v5.2.0 to build the libraries
|
2018-11-05 20:04:11 +08:00 |
|
|
a87e1a0b69
|
Merge branch 'bugfix/fix_crash_when_wifi_netif_is_null' into 'master'
fix(lib): fix crash when wifi netif is null
See merge request sdk/ESP8266_RTOS_SDK!601
|
2018-11-05 17:53:51 +08:00 |
|
|
42ffe9e138
|
Merge branch 'docs/modify_tcpip_adapter_api_desc' into 'master'
Make tcpip_adapter doxygen style
See merge request sdk/ESP8266_RTOS_SDK!593
|
2018-11-05 17:48:29 +08:00 |
|
|
882382c624
|
Merge branch 'bugfix/fix_iphone_ip_for_airkiss' into 'master'
fix(smartconfig): The remote IP of cellphone is incorrect when using Airkiss method
See merge request sdk/ESP8266_RTOS_SDK!583
|
2018-11-05 17:48:11 +08:00 |
|
|
ea2e8ec060
|
fix(lib): fix crash when wifi netif is null
|
2018-11-05 17:23:06 +08:00 |
|
|
da5181e73e
|
Merge branch 'bugfix/fix_conflict_of_tx_frame' into 'master'
fix(lib): fix conflict of tx frame
See merge request sdk/ESP8266_RTOS_SDK!599
|
2018-11-05 15:13:10 +08:00 |
|
|
825d5c820c
|
Merge branch 'bugfix/auto_ip_config' into 'master'
bugfix/auto_ip_config: Adding config options for autoip.
See merge request sdk/ESP8266_RTOS_SDK!596
|
2018-11-05 15:11:04 +08:00 |
|
|
b809afc0c6
|
Merge branch 'feature/use_const_table_to_calculate_crc8' into 'master'
feat(util): use const table to calculate crc8
See merge request sdk/ESP8266_RTOS_SDK!600
|
2018-11-05 10:00:10 +08:00 |
|
|
03476f16c5
|
feat(util): use const table to calculate crc8
|
2018-11-04 17:19:41 +08:00 |
|
|
fdac24091f
|
fix(lib): fix conflict of tx frame
|
2018-11-03 22:50:33 +08:00 |
|