mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
Add support for the upcoming Soldered NULA Mini ESP32C6 board by Soldered Electronics. Signed-off-by: Josip Šimun Kuči <josipsimunkuci@gmail.com>
24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"deploy": [
|
|
"../deploy.md"
|
|
],
|
|
"deploy_options": {
|
|
"flash_offset": "0"
|
|
},
|
|
"docs": "",
|
|
"features": [
|
|
"BLE",
|
|
"WiFi",
|
|
"USB-C",
|
|
"JST-PH"
|
|
],
|
|
"images": [
|
|
"soldered-nula-mini-esp32c6.jpg"
|
|
],
|
|
"mcu": "esp32c6",
|
|
"product": "NULA Mini",
|
|
"thumbnail": "",
|
|
"url": "https://soldered.com/product/nula-mini-esp32-c6/",
|
|
"vendor": "Soldered Electronics"
|
|
}
|