351a99545c
fix(wifi): fix writting error
2020-03-02 17:37:49 +08:00
622482eb76
feat(esp_common): update esp_common
...
1. add Kconfig file and rename old global macro
2. move some independent files to esp_common
2020-01-15 14:56:39 +08:00
7eee2bdd8d
Merge branch 'feature/set_wifi_default_rx_continuous_buffer_to_8' into 'master'
...
feat(esp8266): set wifi default rx continuous buffer to 8
See merge request sdk/ESP8266_RTOS_SDK!1231
2019-12-23 13:11:57 +08:00
63d94ec49c
feat(esp8266): set wifi default rx continuous buffer to 8
2019-12-23 11:38:26 +08:00
1e69cbd242
feat(gdbstub): modify GDB stub for ESP8266
2019-12-19 11:33:38 +08:00
82c0c5243b
feat(esp8266): change scan num to 99
2019-12-02 12:46:54 +08:00
95ed4d1e50
feat(wpa2): add wpa2_enterprise to esp8266
2019-11-26 16:09:38 +08:00
73bf28b991
Merge branch 'feature/hspi_test' into 'master'
...
feat(spi): fix some bugs and restructure the spi driver and the demo
See merge request sdk/ESP8266_RTOS_SDK!1113
2019-11-13 10:00:35 +08:00
330d6792c3
feat(spi): fix some bugs and restructure the spi driver and the demo
2019-11-12 17:42:32 +08:00
5c3f1e058d
feat(lib): set the connection to the open router mechanism when pwd is set
2019-11-12 16:19:23 +08:00
668c3bbb2c
fix(esp8266): remove 40MHz STAL option
2019-11-11 14:11:53 +08:00
efe9834313
feat(newlib): Add macro ESP8266_TIME_SYSCALL_USE_FRC1 to enable clock_gettime function
2019-10-16 10:10:31 +08:00
0f4a396e04
feat(esp8266): set phy cal option according to cal data check
2019-09-16 17:21:29 +08:00
e3c73f339c
feat(phy): add phy partial calibration in phy init
2019-09-16 10:49:08 +08:00
53813599e9
feat(wifi): refactor and add more wifi feature for 11n certificate
2019-08-30 14:19:16 +08:00
37ffcbe9e6
feat(esp8266): Add feature to copy old RF parameters to new SDK partition
...
The old SDK's RF parameters is also kept.
2019-05-05 09:58:18 +08:00
581935b68b
feat(freertos): Add option for panic
2019-04-23 14:57:58 +08:00
28c49527f2
Merge branch 'feature/add_settings_for_wifi_tx_power_to_menuconfig' into 'master'
...
feat(esp8266): add settings for wifi tx power to menuconfig
See merge request sdk/ESP8266_RTOS_SDK!899
2019-04-18 12:17:56 +08:00
aeaa66ec08
feat(esp8266): add settings for wifi tx power to menuconfig
2019-04-18 11:37:56 +08:00
b6fd236fa0
Merge branch 'feature/errno_to_string' into 'master'
...
Add esp-idf error number description
See merge request sdk/ESP8266_RTOS_SDK!851
2019-04-17 15:03:05 +08:00
cdc22f273c
feature(adc): add adc example
2019-04-15 12:01:11 +08:00
965fc47ff8
feat(log): add esp_log to internal wifi lib
2019-04-12 09:35:45 +08:00
c378e07232
feat(esp8266): Add option to init OS before starting it
2019-03-26 16:35:23 +08:00
050fb6a63f
feat(esp8266): Add esp-idf error number description
...
Commit ID: f49e2afe
2019-03-22 17:41:48 +08:00
d847d847e4
Merge branch 'feature/speedup_uart_at_romcode' into 'master'
...
Add arguments for users to "close" main part of rom UART0 print
See merge request sdk/ESP8266_RTOS_SDK!803
2019-03-06 13:07:11 +08:00
721a161bc1
feat(esp8266): Add option to configurate CPU frequncy to 160MHz before "app_main"
2019-03-05 11:50:33 +08:00
2790d5605c
bugfix(fix): Fix combine binary overwrite checking
2019-03-01 13:49:52 +08:00
57b4530e93
feat(esptool_py): Add arguments for users to "close" main part of rom UART0 print
2019-02-27 15:49:36 +08:00
48c160f7e7
feat(kconfig): Rename "TARGET_PLATFORM_ESPxxx" to "IDF_TARGET_ESPxxx"
2019-02-15 19:02:26 +08:00
11db1b0daf
feat(bootloader): Support v2 firmware updates to v3 by OTA
2019-01-16 14:20:58 +08:00
09fe8f7085
fix(log): Fix log time mismatch
...
When system startup, using 2*crystal as clock source.
2018-12-28 14:44:12 +08:00
09e36f19c1
Merge branch 'feature/app_bin_support_4KB_align' into 'master'
...
Update partition table script and OTA example
See merge request sdk/ESP8266_RTOS_SDK!677
2018-12-28 09:09:33 +08:00
3d63a6ca52
feat(partition_table): Update partition table script and OTA example
...
1. APP binary supports 4KB align instead of 64KB align
2. Add options to sdkconfig.defaults:
2.1. using 1MB flash
2.2. use custom partition table "partitions_two_ota.1MB.mini.csv"
2.3. custom partition table base address is 0x4000
3. "make ota flash" using APP1_OFFSET as app downloading address
2018-12-26 17:44:41 +08:00
f1c9374bce
fix(esp8266): Fix selecting Custom UART can't set UART baudrate
2018-12-25 14:14:50 +08:00
048c58571d
Merge branch 'feature/add_reset_reason' into 'master'
...
Add reset reason function
See merge request sdk/ESP8266_RTOS_SDK!651
2018-12-19 16:35:14 +08:00
0f728b64de
feat(esp8266): Add reset reason function
...
The function can be disable.
2018-12-19 15:11:29 +08:00
e3dde84949
feat(esp8266): Add config to choose console UART none
2018-12-18 20:15:13 +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
f1811b353b
feature/config_event_loop_stack_size: Add config option for event loop stack
...
Adding configuration option for the event loop stack in ESP8266.
2018-10-24 15:03:15 +05:30
6232932aac
feat(esp8266): Enable task watch dog dump information default
2018-10-15 09:53:59 +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
8f21fea94e
feat(esp8266): Add macro "__ESP_FILE__" and its configuration
2018-09-21 13:03:55 +08:00
0dd8594d03
fix(esp8266): Fix compiling error when disable watch initialization
2018-09-18 16:00:02 +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
f5c913ed4f
feat(esp8266): Add ppT task stack size configuration
2018-09-13 16:04:58 +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
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