summaryrefslogtreecommitdiff
path: root/gcc_nrf52-mcuboot.ld
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23Move noinit to after BSS segment,Tim Keller1-9/+5
Now dynamically allocates noinit area size stores it after the bss before the heap and stack.
2021-08-19Add MCUBOOT linker changesTim Keller1-1/+11
use better linker constant names
2020-05-24Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF1-0/+136
compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog