mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
61af20bdb9
Signed-off-by: deadprogram <ron@hybridgroup.com>
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": ["ra4m1", "renesas"],
|
|
"linkerscript": "targets/ra4m1.ld",
|
|
"extra-files": [
|
|
"src/device/renesas/r7fa4m2ad.s"
|
|
],
|
|
"openocd-transport": "swd",
|
|
"openocd-target": "atsame5x"
|
|
}
|