esp32: Add support for ESP32-P4.

This commit adds support for ESP32-P4 SoCs.

Signed-off-by: Vincent1-python <pywei201209@163.com>
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Vincent1-python
2025-08-15 17:26:05 +08:00
committed by Damien George
parent 604cda5d54
commit e6f1f78713
31 changed files with 393 additions and 31 deletions

View File

@@ -108,7 +108,8 @@ void mp_task(void *pvParameter) {
#endif
#if MICROPY_HW_ESP_USB_SERIAL_JTAG
usb_serial_jtag_init();
#elif MICROPY_HW_ENABLE_USBDEV
#endif
#if MICROPY_HW_ENABLE_USBDEV
usb_phy_init();
#endif
#if MICROPY_HW_ENABLE_UART_REPL