mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
targets: WIP on Arduino Uno R4
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
+3
-5
@@ -1,10 +1,8 @@
|
||||
{
|
||||
"inherits": ["cortex-m4"],
|
||||
"build-tags": ["ra4m1", "renesas"],
|
||||
"build-tags": ["ra4m1", "r7fa4m1ab", "renesas"],
|
||||
"linkerscript": "targets/ra4m1.ld",
|
||||
"extra-files": [
|
||||
"src/device/renesas/r7fa4m2ad.s"
|
||||
],
|
||||
"openocd-transport": "swd",
|
||||
"openocd-target": "atsame5x"
|
||||
"src/device/renesas/r7fa4m1ab.s"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user