mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
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>
22 lines
397 B
JSON
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"
|
|
}
|