mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 01:58:24 +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:
@ -48,7 +48,7 @@ void phy_close_rf(void);
|
||||
/**
|
||||
* @brief Initialize RTC hardware
|
||||
*/
|
||||
void rtc_init_2(uint8_t *init_param);
|
||||
void rtc_init_clk(uint8_t *init_param);
|
||||
|
||||
/**
|
||||
* @brief Initialize light sleep hardware
|
||||
|
Reference in New Issue
Block a user