micropython/ports/mimxrt/boards/TEENSY40/board.json
robert-hh 7cc9b257a9 mimxrt/boards: Update the board.json files and add deploy_xx.md files.
- Add board.md files for MIMXRT1060_EVK and MIMXRT1064_EVK warning about
  their experimental state.
- Add separate deploy_teensy.md and deploy_mimxrt.md files.
2021-11-16 23:17:42 +11:00

18 lines
327 B
JSON

{
"deploy": [
"../deploy_teensy.md"
],
"docs": "",
"features": [
"Breadboard Friendly"
],
"images": [
"teensy40_front.jpg"
],
"mcu": "mimxrt",
"product": "Teensy 4.0",
"thumbnail": "",
"url": "https://www.pjrc.com/store/teensy40.html",
"vendor": "PJRC"
}