aboutsummaryrefslogtreecommitdiffstats
path: root/gcc_nrf52-mcuboot.ld
Commit message (Collapse)AuthorAgeFilesLines
* Move noinit to after BSS segment,Tim Keller2021-08-231-9/+5
| | | | | Now dynamically allocates noinit area size stores it after the bss before the heap and stack.
* Add MCUBOOT linker changesTim Keller2021-08-191-1/+11
| | | | use better linker constant names
* Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF2020-05-241-0/+136
compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog