mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
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>
19 lines
380 B
JSON
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"
|
|
}
|