summaryrefslogtreecommitdiff
path: root/ports/nrf/boards/feather52840
diff options
context:
space:
mode:
authorKevin Townsend <microbuilder@users.noreply.github.com>2018-02-13 08:40:40 +0100
committerGitHub <noreply@github.com>2018-02-13 08:40:40 +0100
commit59f25fb7a541c6099ea40f74299a2e240c4e90aa (patch)
tree30221de3dadad61a8f6dd833bcf8f382897b922b /ports/nrf/boards/feather52840
parent3a54a67f3d4e645f311779d5a642f242a5f6b8e7 (diff)
Update to S140
Diffstat (limited to 'ports/nrf/boards/feather52840')
-rw-r--r--ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld b/ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld
index 23c0c1e03..c6dba263d 100644
--- a/ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld
+++ b/ports/nrf/boards/feather52840/bluefruit_nrf52840_s140_6.0.0.ld
@@ -1,5 +1,5 @@
/*
- GNU linker script for NRF52 w/ s132 5.0.0 SoftDevice
+ GNU linker script for NRF52 w/S140 6.0.0 SoftDevice
MEMORY MAP
------------------------------------------------------------------------
@@ -18,7 +18,7 @@
0x00000000..0x00000FFF (4KB) Master Boot Record
*/
-/* Specify the memory areas (S132 5.0.0) */
+/* Specify the memory areas (S140 6.0.0) */
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x100000
@@ -33,7 +33,7 @@ MEMORY
/* produce a link error if there is not this amount of RAM for these sections */
_minimum_stack_size = 2K;
-_minimum_heap_size = 0 /*16K Circuit Python use static variable for HEAP */;
+_minimum_heap_size = 0;
/* top end of the stack */