mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 13:03:39 +00:00
a2b2926d4f
Signed-off-by: deadprogram <ron@hybridgroup.com>
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": ["ra4m1", "r7fa4m1ab", "renesas"],
|
|
"linkerscript": "targets/ra4m1.ld",
|
|
"extra-files": [
|
|
"src/device/renesas/r7fa4m1ab.s"
|
|
]
|
|
}
|