renesas: WIP

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-05-07 17:18:18 +02:00
parent c5879c682c
commit 61af20bdb9
3 changed files with 109 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"inherits": ["cortex-m4"],
"build-tags": ["ra4m1", "renesas"],
"linkerscript": "targets/ra4m1.ld",
"extra-files": [
"src/device/renesas/r7fa4m2ad.s"
],
"openocd-transport": "swd",
"openocd-target": "atsame5x"
}
+10
View File
@@ -0,0 +1,10 @@
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00000000+0x4000, LENGTH = 0x00080000-0x4000 /* First 16KB used by bootloader */
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x00030000
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"