Commit Graph

11 Commits

Author SHA1 Message Date
Dong Heng
a4dbca40f5 feat(phy): update phy library from 1155.0 to 1156.0
1. fix bug in calibration
2. reduce RAM cost
3. reduce current when RF is closed
2020-03-24 15:11:26 +08:00
Dong Heng
4dee04c03b feat(esp_event): examples use esp_event instead of old event process 2020-01-15 16:29:29 +08:00
Dong Heng
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
Dong Heng
d6c4be69e0 feat(phy): update phy library to 1155.0
Fix phy software closing RF to cause system error.
2019-11-11 18:42:40 +08:00
dongheng
464742672c feat(phy): update phy library
Optimize wifi sleep performance when DTIM > 2.
2019-10-25 11:30:09 +08:00
dongheng
a4498afae9 feat(phy): update phy to 1152.0
Fix clock error when init_data[112] = 1.
2019-10-22 09:55:06 +08:00
dongheng
c7ac512e99 feat(phy): update phy library to 1151.0
1. rename function from "rtc_init_2" to be "rtc_init_clk"
2. reduce time cost of openning RF
3. locate "phy_close_rf" and "i2c" from flash to IRAM
2019-09-29 18:14:51 +08:00
dongheng
4d4e1c0564 fix(esp8266): fix system and wifi sleep/wake process error 2019-09-25 14:13:47 +08:00
dongheng
157e214436 feat(esp8266): update libphy to version 1149
1. seperate rtc module from phy
2. fix the bug that frequency shifts in some scenarios
2019-09-09 10:29:11 +08:00
Chen Zheng Wei
47a13e19cc feature(uart_driver_install): To fit some modules, add invalid parameters in uart_driver_install 2019-09-04 14:47:11 +08:00
dongheng
9c19b1eedb feat(factory_test): add factory test and document 2019-06-04 15:38:35 +08:00