mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 01:58:24 +08:00
Merge branch 'feature/update_phy' into 'master'
phy: update phy library to 1151.0 See merge request sdk/ESP8266_RTOS_SDK!1119
This commit is contained in:
@ -48,7 +48,7 @@ void phy_close_rf(void);
|
|||||||
/**
|
/**
|
||||||
* @brief Initialize RTC hardware
|
* @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
|
* @brief Initialize light sleep hardware
|
||||||
|
@ -7,4 +7,4 @@ gwen:
|
|||||||
wps: 6a32b9b
|
wps: 6a32b9b
|
||||||
|
|
||||||
smartconfig: 2.8.2
|
smartconfig: 2.8.2
|
||||||
phy: 1150.0
|
phy: 1151.0
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -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_tx_wait_idle(1);
|
||||||
uart_div_modify(1, UART_CLK_FREQ / uart_baudrate);
|
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);
|
int ret = register_chipv6_phy(local_init_data);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user