Skip to content

Commit

Permalink
update flash, sn version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBakalor committed Jun 12, 2020
1 parent 8d3171b commit 42b48d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ld/nrf52840.ld
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion target-locked.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 42b48d7

Please sign in to comment.