aboutsummaryrefslogtreecommitdiffstats
path: root/gcc_nrf52-mcuboot.ld
Commit message (Collapse)AuthorAgeFilesLines
* #1463 Fixed linker script syntaxAlex Dolzhenkov2022-12-041-2/+2
|
* #1463 Update mcuboot-app linker file to be more consistentAlex Dolzhenkov2022-12-031-4/+4
|
* Fix linker script to prevent using not available flash memoryAlex Dolzhenkov2022-12-031-2/+30
|
* 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