mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
esp32/boards/ESP32_GENERIC_P4: Add board definition for ESP32P4.
Includes a base variant with LAN, and C5_WIFI and C6_WIFI variants with LAN, WiFi and BLE. And builds this board in the esp32 CI, to cover the P4 support. 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
e6f1f78713
commit
50a06b6404
@@ -254,6 +254,13 @@ function ci_esp32_build_c2_c5_c6 {
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C6
|
||||
}
|
||||
|
||||
function ci_esp32_build_p4 {
|
||||
ci_esp32_build_common
|
||||
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_P4
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_P4 BOARD_VARIANT=C6_WIFI
|
||||
}
|
||||
|
||||
########################################################################################
|
||||
# ports/esp8266
|
||||
|
||||
|
||||
Reference in New Issue
Block a user