mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 12:29:03 +00:00
targets: WIP on Arduino Uno R4
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"inherits": ["ra4m1"],
|
||||
"build-tags": ["arduino_unor4"],
|
||||
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x4000 {bin}",
|
||||
"serial-port": ["2341:8057", "2341:0057"],
|
||||
"flash-1200-bps-reset": "true"
|
||||
}
|
||||
Reference in New Issue
Block a user