Skip to content

Commit da99eac

Browse files
committed
Merge branch 'feature/update_phy' into 'master'
phy: update phy library to 1151.0 See merge request sdk/ESP8266_RTOS_SDK!1119
2 parents e00c0c2 + c7ac512 commit da99eac

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

components/esp8266/include/driver/rtc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void phy_close_rf(void);
4848
/**
4949
* @brief Initialize RTC hardware
5050
*/
51-
void rtc_init_2(uint8_t *init_param);
51+
void rtc_init_clk(uint8_t *init_param);
5252

5353
/**
5454
* @brief Initialize light sleep hardware

components/esp8266/lib/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gwen:
77
wps: 6a32b9b
88

99
smartconfig: 2.8.2
10-
phy: 1150.0
10+
phy: 1151.0

components/esp8266/lib/libclk.a

-106 Bytes
Binary file not shown.

components/esp8266/lib/libphy.a

2.27 KB
Binary file not shown.

components/esp8266/source/phy_init.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ esp_err_t esp_phy_rf_init(const esp_phy_init_data_t* init_data, esp_phy_calibrat
107107
uart_tx_wait_idle(1);
108108
uart_div_modify(1, UART_CLK_FREQ / uart_baudrate);
109109

110-
rtc_init_2(local_init_data);
110+
rtc_init_clk(local_init_data);
111111

112112
int ret = register_chipv6_phy(local_init_data);
113113
if (ret) {
Binary file not shown.

0 commit comments

Comments
 (0)