Files
micropython/ports/samd/boards/SAMD21_XPLAINED_PRO/board.json
robert-hh 4d36ecf8a8 samd/boards/SAMD21_XPLAINED_PRO: Add specific deploy instructions.
Add instructions to install a bootloader to the board.  The SAMD21 XPLAINED
PRO board is shipped without a bootloader, which therefore has to be
installed once before it can be used with MicroPython.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-11-18 23:49:39 +11:00

19 lines
380 B
JSON

{
"deploy": [
"deploy_xplained_pro.md"
],
"docs": "",
"features": [
"External Flash",
"USB"
],
"images": [
"2033-atsamd21-xpro.jpg"
],
"mcu": "samd21",
"product": "SAMD21 Xplained Pro",
"thumbnail": "",
"url": "https://www.microchip.com/en-us/development-tool/atsamd21-xpro",
"vendor": "Microchip"
}