mirror of https://github.com/tinygo-org/tinygo.git
wasmstm32webassemblymicrocontrollerarmavrspiwasiadafruitarduinocircuitplayground-expressgpioi2cllvmmicrobitnrf51nrf52nrf52840samd21tinygo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
461 B
12 lines
461 B
{
|
|
"inherits": ["nrf52840"],
|
|
"build-tags": ["feather_nrf52840","nrf52840_reset_uf2", "softdevice", "s140v6"],
|
|
"serial": "usb",
|
|
"serial-port": ["acm:239a:8029", "acm:239a:0029", "acm:239a:002a", "acm:239a:802a"],
|
|
"flash-1200-bps-reset": "true",
|
|
"flash-method": "msd",
|
|
"msd-volume-name": "FTHR840BOOT",
|
|
"msd-firmware-name": "firmware.uf2",
|
|
"uf2-family-id": "0xADA52840",
|
|
"linkerscript": "targets/circuitplay-bluefruit.ld"
|
|
}
|
|
|