mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
fc9188a298
Also adds DTR and RTS functions along with timeouts to USBCDC functions to prevent lockups. Signed-off-by: Ron Evans <ron@hybridgroup.com>
6 lines
161 B
JSON
6 lines
161 B
JSON
{
|
|
"inherits": ["atsamd21g18a"],
|
|
"build-tags": ["sam", "atsamd21g18a", "arduino_nano33"],
|
|
"flash": "bossac -d -i -e -w -v -R --offset=0x2000 {bin}"
|
|
}
|