mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +08:00
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
This commit is contained in:
@ -107,7 +107,7 @@ esp_err_t esp_phy_rf_init(const esp_phy_init_data_t* init_data, esp_phy_calibrat
|
||||
uart_tx_wait_idle(1);
|
||||
uart_div_modify(1, UART_CLK_FREQ / uart_baudrate);
|
||||
|
||||
rtc_init_2(local_init_data);
|
||||
rtc_init_clk(local_init_data);
|
||||
|
||||
int ret = register_chipv6_phy(local_init_data);
|
||||
if (ret) {
|
||||
|
Reference in New Issue
Block a user