mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
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:
committed by
Damien George
parent
604cda5d54
commit
e6f1f78713
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user