initial commit

This commit is contained in:
jhChun
2026-04-08 16:58:54 +09:00
commit 82e33d8bf9
2578 changed files with 1590432 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x30000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x6000
CODE_RAM (rwx) : ORIGIN = 0x800000, LENGTH = 0x6000
}
INCLUDE "nrf_common.ld"