Files
micropython/ports/esp32/boards/ESP32_GENERIC_P4/board.json
Vincent1-python 50a06b6404 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>
2025-12-01 13:08:52 +11:00

22 lines
397 B
JSON

{
"deploy": [
"../deploy.md"
],
"deploy_options": {
"flash_offset": "0x2000"
},
"docs": "",
"features": [
"BLE",
"WiFi"
],
"images": [
"esp32p4_devkitmini.jpg"
],
"mcu": "esp32p4",
"product": "ESP32-P4",
"thumbnail": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}