diff options
| author | Ha Thach <[email protected]> | 2026-03-06 11:51:29 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-06 11:51:29 +0700 |
| commit | 694d921643be7c81fae42eb438cc29bf1560980c (patch) | |
| tree | 8e5dc1153b3476209e671e496a9ecff0f7e822c4 /hw | |
| parent | 115581a6bfd54a3696670a4db3c5eaa471360b33 (diff) | |
| parent | 4ed45cf9bc866750492210b0a14bf751d43421ab (diff) | |
Merge pull request #3394 from hathach/ci_deinit
ci_hs: add deinit support
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/lpc43/family.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/lpc43/family.c b/hw/bsp/lpc43/family.c index bade53b07..56834a1b0 100644 --- a/hw/bsp/lpc43/family.c +++ b/hw/bsp/lpc43/family.c @@ -185,8 +185,10 @@ void board_init(void) */ Chip_USB1_Init(); +#ifdef _BOARD_EA4357_H // USB0 Vbus Power: P2_3 on EA4357 channel B U20 GPIO26 active low (base board) Chip_SCU_PinMuxSet(2, 3, SCU_MODE_PULLUP | SCU_MODE_INBUFF_EN | SCU_MODE_FUNC7); +#endif #if defined(BOARD_TUD_RHPORT) && BOARD_TUD_RHPORT == 0 // P9_5 (GPIO5[18]) (GPIO28 on oem base) as USB connect, active low. |
