added board nrf52840 mdk dongle

This commit is contained in:
hathach
2019-11-10 20:07:43 +07:00
parent 943b7467d8
commit a19db3bdd2
4 changed files with 266 additions and 1 deletions
@@ -0,0 +1,13 @@
/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x1000, LENGTH = 0xE0000-0x1000
RAM (rwx) : ORIGIN = 0x20000008, LENGTH = 0x3fff8
}
INCLUDE "nrf_common.ld"