96e5df4ebd
fix(esp8266): fix UART output error when start up
...
Add UART system API to flush UART and wait until all characters are sent.
2019-09-16 15:21:42 +08:00
53813599e9
feat(wifi): refactor and add more wifi feature for 11n certificate
2019-08-30 14:19:16 +08:00
2084e8ed19
feat(esp8266): format phy_init.c
2019-06-12 10:38:33 +08:00
d04ce110f9
feat(esp8266): add set tx power via vdd33 function
2019-06-12 10:38:33 +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
d5d34f31af
feat(esp8266): add phy version log
2019-03-27 15:16:33 +08:00
e3dde84949
feat(esp8266): Add config to choose console UART none
2018-12-18 20:15:13 +08:00
1a6ffe4e9e
feat(esp8266): Add configuration for UART baudrate
2018-09-07 15:40:35 +08:00
a411ce44c9
feat(esp8266): add phy APIs
...
1. support save cal data in nvs;
2. support use phy partition to store init data;
In old SDK, we use (max_sec - 3) as init data sector, and (max_sec - 4) as cal data sector. This is changed in IDF style SDK, and these 2 sectors can be used for other perpose.
2018-07-06 10:52:43 +08:00