forked from espressif/esp-idf
esp_phy: only esp32c3&esp32s3 support MAC_BB_PD, remove unused caps define
This commit is contained in:
@@ -551,10 +551,6 @@ config SOC_PHY_DIG_REGS_MEM_SIZE
|
|||||||
int
|
int
|
||||||
default 21
|
default 21
|
||||||
|
|
||||||
config SOC_MAC_BB_PD_MEM_SIZE
|
|
||||||
int
|
|
||||||
default 192
|
|
||||||
|
|
||||||
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
|
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
|
||||||
int
|
int
|
||||||
default 12
|
default 12
|
||||||
|
@@ -268,7 +268,6 @@
|
|||||||
|
|
||||||
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
|
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
|
||||||
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
|
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
|
||||||
#define SOC_MAC_BB_PD_MEM_SIZE (192*4)
|
|
||||||
|
|
||||||
/*--------------- WIFI LIGHT SLEEP CLOCK WIDTH CAPS --------------------------*/
|
/*--------------- WIFI LIGHT SLEEP CLOCK WIDTH CAPS --------------------------*/
|
||||||
#define SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH (12)
|
#define SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH (12)
|
||||||
|
@@ -859,10 +859,6 @@ config SOC_PHY_DIG_REGS_MEM_SIZE
|
|||||||
int
|
int
|
||||||
default 21
|
default 21
|
||||||
|
|
||||||
config SOC_MAC_BB_PD_MEM_SIZE
|
|
||||||
int
|
|
||||||
default 192
|
|
||||||
|
|
||||||
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
|
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
|
||||||
int
|
int
|
||||||
default 12
|
default 12
|
||||||
|
@@ -412,7 +412,6 @@
|
|||||||
|
|
||||||
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
|
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
|
||||||
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
|
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
|
||||||
#define SOC_MAC_BB_PD_MEM_SIZE (192*4)
|
|
||||||
|
|
||||||
// TODO: IDF-5679 (Copy from esp32c3, need check)
|
// TODO: IDF-5679 (Copy from esp32c3, need check)
|
||||||
/*--------------- WIFI LIGHT SLEEP CLOCK WIDTH CAPS --------------------------*/
|
/*--------------- WIFI LIGHT SLEEP CLOCK WIDTH CAPS --------------------------*/
|
||||||
|
@@ -727,10 +727,6 @@ config SOC_PHY_DIG_REGS_MEM_SIZE
|
|||||||
int
|
int
|
||||||
default 21
|
default 21
|
||||||
|
|
||||||
config SOC_MAC_BB_PD_MEM_SIZE
|
|
||||||
int
|
|
||||||
default 192
|
|
||||||
|
|
||||||
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
|
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
|
||||||
int
|
int
|
||||||
default 12
|
default 12
|
||||||
|
@@ -402,7 +402,6 @@
|
|||||||
// TODO: IDF-6337
|
// TODO: IDF-6337
|
||||||
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
|
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
|
||||||
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
|
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
|
||||||
#define SOC_MAC_BB_PD_MEM_SIZE (192*4)
|
|
||||||
|
|
||||||
// TODO: IDF-5679 (Copy from esp32c6, need check)
|
// TODO: IDF-5679 (Copy from esp32c6, need check)
|
||||||
/*--------------- WIFI LIGHT SLEEP CLOCK WIDTH CAPS --------------------------*/
|
/*--------------- WIFI LIGHT SLEEP CLOCK WIDTH CAPS --------------------------*/
|
||||||
|
@@ -755,10 +755,6 @@ config SOC_PHY_DIG_REGS_MEM_SIZE
|
|||||||
int
|
int
|
||||||
default 21
|
default 21
|
||||||
|
|
||||||
config SOC_MAC_BB_PD_MEM_SIZE
|
|
||||||
int
|
|
||||||
default 192
|
|
||||||
|
|
||||||
config SOC_PM_SUPPORT_BT_WAKEUP
|
config SOC_PM_SUPPORT_BT_WAKEUP
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@@ -359,7 +359,6 @@
|
|||||||
|
|
||||||
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
|
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
|
||||||
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
|
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
|
||||||
#define SOC_MAC_BB_PD_MEM_SIZE (192*4)
|
|
||||||
|
|
||||||
/*-------------------------- Power Management CAPS ----------------------------*/
|
/*-------------------------- Power Management CAPS ----------------------------*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user