mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Add variants to the new ESP32_GENERIC_P4 board, so they appear on the download page. Signed-off-by: Damien George <damien@micropython.org>
26 lines
539 B
JSON
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"
|
|
}
|