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
554 B
JSON
28 lines
554 B
JSON
{
|
|
"deploy": [
|
|
"deploy.md"
|
|
],
|
|
"docs": "",
|
|
"features": [
|
|
"Battery Charging",
|
|
"External Flash",
|
|
"External RAM",
|
|
"Feather",
|
|
"JST-SH",
|
|
"RGB LED",
|
|
"USB-C",
|
|
"WiFi"
|
|
],
|
|
"features_non_filterable": [
|
|
"5x5 RGB LED Matrix"
|
|
],
|
|
"images": [
|
|
"FeatherS2_Neo_White_Product2.jpg"
|
|
],
|
|
"mcu": "esp32s2",
|
|
"product": "Feather S2 Neo",
|
|
"thumbnail": "",
|
|
"url": "https://unexpectedmaker.com/feathers2-neo",
|
|
"vendor": "Unexpected Maker"
|
|
}
|