group more nrf52840 boards

This commit is contained in:
hathach
2020-11-28 01:06:10 +07:00
parent 658194ccc4
commit f0ffe7b984
21 changed files with 259 additions and 809 deletions
+13
View File
@@ -0,0 +1,13 @@
/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x1000, LENGTH = 0xff000
RAM (rwx) : ORIGIN = 0x20000008, LENGTH = 0x3fff8
}
INCLUDE "nrf_common.ld"