mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
99b129d366
machine/grandcentral-m4: implementation for Adafruit Grand Central M4 board.
10 lines
249 B
JSON
10 lines
249 B
JSON
{
|
|
"inherits": ["atsamd51p20a"],
|
|
"build-tags": ["grandcentral_m4"],
|
|
"flash-1200-bps-reset": "true",
|
|
"flash-method": "msd",
|
|
"msd-volume-name": "GCM4BOOT",
|
|
"msd-firmware-name": "firmware.uf2",
|
|
"openocd-interface": "jlink"
|
|
}
|