aboutsummaryrefslogtreecommitdiffstats
path: root/gcc_nrf52-mcuboot.ld
Commit message (Collapse)AuthorAgeFilesLines
* Mildly more correct linker flagsmark90642025-11-061-1/+0
|
* Update gcc_nrf52-mcuboot.ldAlex Dolzhenkov2022-12-271-1/+2
| | | Co-authored-by: JF <JF002@users.noreply.github.com>
* Update gcc_nrf52-mcuboot.ldAlex Dolzhenkov2022-12-271-0/+1
| | | Co-authored-by: JF <JF002@users.noreply.github.com>
* #1463 Replaced decimal numbers with hexAlex Dolzhenkov2022-12-051-2/+2
|
* #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