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