Files
tinygo/targets/ra4m1.json
T
deadprogram 61af20bdb9 renesas: WIP
Signed-off-by: deadprogram <ron@hybridgroup.com>
2025-02-16 16:44:57 +01:00

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"
}