Skip to content

Commit 8130301

Browse files
author
Rohit Grover
committed
switch from s130-alpha to s130v1.0
1 parent 06501a4 commit 8130301

File tree

6 files changed

+6867
-6857
lines changed

6 files changed

+6867
-6857
lines changed

libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_ARM_STD/TARGET_MCU_NORDIC_16K/nRF51822.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
;
1313
;WITH SOFTDEVICE:
1414

15-
LR_IROM1 0x1D000 0x0023000 {
16-
ER_IROM1 0x1D000 0x0023000 {
15+
LR_IROM1 0x1C000 0x0024000 {
16+
ER_IROM1 0x1C000 0x0024000 {
1717
*.o (RESET, +First)
1818
*(InRoot$$Sections)
1919
.ANY (+RO)

libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_ARM_STD/TARGET_MCU_NORDIC_32K/nRF51822.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
;
1313
;WITH SOFTDEVICE:
1414

15-
LR_IROM1 0x1D000 0x0023000 {
16-
ER_IROM1 0x1D000 0x0023000 {
15+
LR_IROM1 0x1C000 0x0024000 {
16+
ER_IROM1 0x1C000 0x0024000 {
1717
*.o (RESET, +First)
1818
*(InRoot$$Sections)
1919
.ANY (+RO)

libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_GCC_ARM/TARGET_MCU_NORDIC_16K/NRF51822.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MEMORY
44
{
5-
FLASH (rx) : ORIGIN = 0x0001D000, LENGTH = 0x23000
5+
FLASH (rx) : ORIGIN = 0x0001C000, LENGTH = 0x24000
66
RAM (rwx) : ORIGIN = 0x20002800, LENGTH = 0x1800
77
}
88

libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_GCC_ARM/TARGET_MCU_NORDIC_32K/NRF51822.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MEMORY
44
{
5-
FLASH (rx) : ORIGIN = 0x0001D000, LENGTH = 0x23000
5+
FLASH (rx) : ORIGIN = 0x0001C000, LENGTH = 0x24000
66
RAM (rwx) : ORIGIN = 0x20002800, LENGTH = 0x5800
77
}
88

0 commit comments

Comments
 (0)