Files
Damien George a94f8114f3 esp32/boards/ESP32_GENERIC_P4: Add variants to board.json and .md files.
Add variants to the new ESP32_GENERIC_P4 board, so they appear on the
download page.

Signed-off-by: Damien George <damien@micropython.org>
2025-12-03 14:50:04 +11:00

26 lines
539 B
JSON

{
"deploy": [
"../deploy.md"
],
"deploy_options": {
"flash_offset": "0x2000"
},
"docs": "",
"features": [
"BLE",
"WiFi"
],
"images": [
"esp32_p4_function_ev_board.jpg"
],
"mcu": "esp32p4",
"product": "ESP32-P4",
"thumbnail": "",
"url": "https://www.espressif.com/en/products/modules",
"variants": {
"C5_WIFI": "Support for external C5 WiFi/BLE",
"C6_WIFI": "Support for external C6 WiFi/BLE"
},
"vendor": "Espressif"
}