mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
xiao-ble: add support for flash-1200-bps-reset
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"inherits": ["nrf52840"],
|
||||
"build-tags": ["xiao_ble", "softdevice", "s140v7"],
|
||||
"serial": "uart",
|
||||
"build-tags": ["xiao_ble", "nrf52840_reset_uf2", "softdevice", "s140v7"],
|
||||
"serial": "usb",
|
||||
"serial-port": ["acm:2886:8045", "acm:2886:0045"],
|
||||
"flash-1200-bps-reset": "true",
|
||||
"flash-method": "msd",
|
||||
"msd-volume-name": "XIAO-SENSE",
|
||||
"msd-firmware-name": "firmware.uf2",
|
||||
|
||||
Reference in New Issue
Block a user