From 42b48d7b8fd6db3921a90d3748227427ef7fe3f7 Mon Sep 17 00:00:00 2001 From: JoeBakalor Date: Fri, 12 Jun 2020 09:08:34 -0400 Subject: [PATCH] update flash, sn version --- ld/nrf52840.ld | 2 +- target-locked.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ld/nrf52840.ld b/ld/nrf52840.ld index 85f401c..82bbc31 100644 --- a/ld/nrf52840.ld +++ b/ld/nrf52840.ld @@ -1,7 +1,7 @@ MEMORY { SD (rx) : ORIGIN = 0x00000, LENGTH = 0x27000 - FLASH (rx) : ORIGIN = 0x27000, LENGTH = 0xD9000 + FLASH (rx) : ORIGIN = 0x27000, LENGTH = 0xD0000 RAM (rwx) : ORIGIN = 0x20008000, LENGTH = 0x38000 } OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") diff --git a/target-locked.json b/target-locked.json index 1ca72d6..3ec195a 100644 --- a/target-locked.json +++ b/target-locked.json @@ -52,6 +52,6 @@ "linker_flags": "-Wl,--no-wchar-size-warning -Wl,--gc-sections -Wl,--wrap,atexit -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group", "post_process": "", "processor": "NRF52840", - "snapshot_version": "v1.1.11", + "snapshot_version": "v1.1.12", "toolchain": "ARM_GCC" } \ No newline at end of file