mimxrt/boards: Add board.json file for OLIMEX RT1010Py.
This commit is contained in:
parent
66b5c4c770
commit
798a29f629
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"deploy": [
|
||||
"../deploy_mimxrt.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"MicroUSB",
|
||||
"MicroSD",
|
||||
"AudioCodec",
|
||||
"SPDIF",
|
||||
"JLink"
|
||||
],
|
||||
"images": [
|
||||
"OLIMEX_RT1010Py.jpg"
|
||||
],
|
||||
"mcu": "mimxrt",
|
||||
"product": "Olimex_RT1010Py",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.olimex.com/Products/ARM/NXP",
|
||||
"vendor": "OLIMEX"
|
||||
}
|
Loading…
Reference in New Issue