summaryrefslogtreecommitdiff
path: root/gcc_nrf52.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
2021-08-17Make Clock Persistant.Tim Keller
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
2020-05-24Working demo of OTA using MCUBoot ↵JF
https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v4.1.4
2020-04-19Integration of nimble, work in progress.JF
Advertising is working.
2020-01-12Fix link error because of missing file "nrf_common.ld"JF
2019-11-17Initial commitJF