1a99f74063
This was used to override the firmware filename generated by the build server (to match the historical name before board definitions existed). Now we're making everything use the board definition name (i.e. the directory name). This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
28 lines
519 B
JSON
28 lines
519 B
JSON
{
|
|
"deploy": [
|
|
"deploy.md"
|
|
],
|
|
"docs": "",
|
|
"features": [
|
|
"Battery Charging",
|
|
"External Flash",
|
|
"External RAM",
|
|
"Feather",
|
|
"JST-SH",
|
|
"RGB LED",
|
|
"USB-C",
|
|
"WiFi"
|
|
],
|
|
"features_non_filterable": [
|
|
"Second LDO"
|
|
],
|
|
"images": [
|
|
"unexpectedmaker_feathers2.jpg"
|
|
],
|
|
"mcu": "esp32s2",
|
|
"product": "Feather S2",
|
|
"thumbnail": "",
|
|
"url": "https://feathers2.io/",
|
|
"vendor": "Unexpected Maker"
|
|
}
|