Merge branch 'feat/soc_usb_fsls_phy_num_backport_v5.4' into 'release/v5.4'

feat(soc): add SOC_USB_FSLS_PHY_NUM for USB-OTG targets (backport v5.4)

See merge request espressif/esp-idf!47944
This commit is contained in:
morris
2026-09-04 14:12:38 +08:00
6 changed files with 15 additions and 0 deletions

View File

@@ -1359,6 +1359,10 @@ config SOC_USB_OTG_PERIPH_NUM
int
default 2
config SOC_USB_FSLS_PHY_NUM
int
default 1
config SOC_USB_UTMI_PHY_NUM
int
default 1

View File

@@ -483,6 +483,7 @@
// USB OTG Caps
#define SOC_USB_OTG_PERIPH_NUM (2U)
#define SOC_USB_FSLS_PHY_NUM (1U)
// USB PHY Caps
#define SOC_USB_UTMI_PHY_NUM (1U)

View File

@@ -911,6 +911,10 @@ config SOC_USB_OTG_PERIPH_NUM
int
default 1
config SOC_USB_FSLS_PHY_NUM
int
default 1
config SOC_SHA_DMA_MAX_BUFFER_SIZE
int
default 3968

View File

@@ -380,6 +380,7 @@
/*-------------------------- USB CAPS ----------------------------------------*/
#define SOC_USB_OTG_PERIPH_NUM (1U)
#define SOC_USB_FSLS_PHY_NUM (1U)
/*--------------------------- SHA CAPS ---------------------------------------*/
/* Max amount of bytes in a single DMA operation is 4095,

View File

@@ -1111,6 +1111,10 @@ config SOC_USB_OTG_PERIPH_NUM
int
default 1
config SOC_USB_FSLS_PHY_NUM
int
default 1
config SOC_SHA_DMA_MAX_BUFFER_SIZE
int
default 3968

View File

@@ -428,6 +428,7 @@
/*-------------------------- USB CAPS ----------------------------------------*/
#define SOC_USB_OTG_PERIPH_NUM (1U)
#define SOC_USB_FSLS_PHY_NUM (1U)
/*--------------------------- SHA CAPS ---------------------------------------*/
/* Max amount of bytes in a single DMA operation is 4095,