mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
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>
This commit is contained in:
@@ -17,5 +17,9 @@
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
The following firmware is applicable to most development boards based on ESP32-P4, and
|
||||
the development boards must be equipped with at least 16 MiB external SPI Flash.
|
||||
|
||||
This board has multiple variants available:
|
||||
|
||||
* If your board has a standalone ESP32-P4 processor (or the board has a coprocessor but
|
||||
you do not want to use it) then choose the generic variant (first heading below).
|
||||
* If your board has an external ESP32-C5 coprocessor for WiFi and BLE then choose the
|
||||
"C5 WiFi/BLE" variant.
|
||||
* If your board has an external ESP32-C6 coprocessor for WiFi and BLE then choose the
|
||||
"C6 WiFi/BLE" variant.
|
||||
|
||||
Reference in New Issue
Block a user