mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
Merge branch 'feature/update_phy362_rtc230' into 'master'
component/esp32 : update phy & rtc See merge request !1411
This commit is contained in:
Submodule components/esp32/lib updated: 3bf26ecbb2...d7c77c5ae8
@@ -27,13 +27,13 @@ static const char phy_init_magic_pre[] = PHY_INIT_MAGIC;
|
|||||||
* @brief Structure containing default recommended PHY initialization parameters.
|
* @brief Structure containing default recommended PHY initialization parameters.
|
||||||
*/
|
*/
|
||||||
static const esp_phy_init_data_t phy_init_data= { {
|
static const esp_phy_init_data_t phy_init_data= { {
|
||||||
1,
|
3,
|
||||||
3,
|
3,
|
||||||
0x05,
|
0x05,
|
||||||
0x04,
|
0x09,
|
||||||
0x06,
|
0x06,
|
||||||
0x05,
|
0x05,
|
||||||
0x01,
|
0x03,
|
||||||
0x06,
|
0x06,
|
||||||
0x05,
|
0x05,
|
||||||
0x04,
|
0x04,
|
||||||
@@ -45,10 +45,10 @@ static const esp_phy_init_data_t phy_init_data= { {
|
|||||||
0x00,
|
0x00,
|
||||||
0x00,
|
0x00,
|
||||||
0x05,
|
0x05,
|
||||||
0x04,
|
0x09,
|
||||||
0x06,
|
0x06,
|
||||||
0x05,
|
0x05,
|
||||||
0x01,
|
0x03,
|
||||||
0x06,
|
0x06,
|
||||||
0x05,
|
0x05,
|
||||||
0x00,
|
0x00,
|
||||||
@@ -59,9 +59,9 @@ static const esp_phy_init_data_t phy_init_data= { {
|
|||||||
0x00,
|
0x00,
|
||||||
0x00,
|
0x00,
|
||||||
0x00,
|
0x00,
|
||||||
0x0a,
|
0xfc,
|
||||||
0x0a,
|
0xfc,
|
||||||
0x0c,
|
0xfe,
|
||||||
0xf0,
|
0xf0,
|
||||||
0xf0,
|
0xf0,
|
||||||
0xf0,
|
0xf0,
|
||||||
@@ -72,16 +72,16 @@ static const esp_phy_init_data_t phy_init_data= { {
|
|||||||
0x18,
|
0x18,
|
||||||
0x18,
|
0x18,
|
||||||
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 78),
|
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 78),
|
||||||
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 76),
|
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 72),
|
||||||
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 74),
|
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 66),
|
||||||
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 68),
|
|
||||||
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 60),
|
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 60),
|
||||||
|
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 56),
|
||||||
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 52),
|
LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 52),
|
||||||
0,
|
0,
|
||||||
0,
|
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
|
2,
|
||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5,
|
5,
|
||||||
@@ -132,6 +132,8 @@ static const esp_phy_init_data_t phy_init_data= { {
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
} };
|
} };
|
||||||
|
|
||||||
static const char phy_init_magic_post[] = PHY_INIT_MAGIC;
|
static const char phy_init_magic_post[] = PHY_INIT_MAGIC;
|
||||||
|
Reference in New Issue
Block a user