nrf: support for SoftDevice s140 PCA10056 board

This commit is contained in:
Nikolas Sepos
2019-11-14 20:34:35 +02:00
committed by Ayke
parent 00f745e351
commit c09724bfc5
4 changed files with 19 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00000000 + 0x00027000, LENGTH = 1M - 0x00027000
RAM (xrw) : ORIGIN = 0x20000000 + 0x000039c0, LENGTH = 256K - 0x000039c0
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"