Commit Graph

9 Commits (main)

Author SHA1 Message Date
Alex Dolzhenkov 1e8ed181ea
Update gcc_nrf52-mcuboot.ld
Co-authored-by: JF <JF002@users.noreply.github.com>
2022-12-27 09:58:51 +07:00
Alex Dolzhenkov 71e9a97e7c
Update gcc_nrf52-mcuboot.ld
Co-authored-by: JF <JF002@users.noreply.github.com>
2022-12-27 09:57:50 +07:00
Alex Dolzhenkov 4f6a9571f3 #1463 Replaced decimal numbers with hex 2022-12-05 22:04:14 +07:00
Alex Dolzhenkov a356113d0c #1463 Fixed linker script syntax 2022-12-04 08:14:10 +07:00
Alex Dolzhenkov fe32af1ce9 #1463 Update mcuboot-app linker file to be more consistent 2022-12-03 20:42:55 +07:00
Alex Dolzhenkov aac0081929 Fix linker script to prevent using not available flash memory 2022-12-03 10:08:08 +07:00
Tim Keller 110c82c225 Move noinit to after BSS segment,
Now dynamically allocates noinit area size
stores it after the bss before the heap and stack.
2021-08-23 20:13:26 +07:00
Tim Keller 16502b788f Add MCUBOOT linker changes
use better linker constant names
2021-08-19 00:14:42 +07:00
JF 331481cd0c Refactor CMake files to allow building 2 binaries : one standalone and one compatible with mcuboot bootloader (the offset in memory is different).
Add documentation about mcuboot image generation and OTA.

Re-enable watchdog
2020-05-24 16:36:04 +07:00