aboutsummaryrefslogtreecommitdiffstats
path: root/gcc_nrf52.ld
Commit message (Collapse)AuthorAgeFilesLines
* Move noinit to after BSS segment,Tim Keller2021-08-231-9/+6
| | | | | Now dynamically allocates noinit area size stores it after the bss before the heap and stack.
* Add MCUBOOT linker changesTim Keller2021-08-191-4/+5
| | | | use better linker constant names
* Make Clock Persistant.Tim Keller2021-08-171-1/+10
|
* Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF2020-05-241-1/+1
| | | | | | | | compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog
* Working demo of OTA using MCUBoot ↵JF2020-05-241-1/+1
| | | | https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v4.1.4
* Integration of nimble, work in progress.JF2020-04-191-2/+2
| | | | Advertising is working.
* Fix link error because of missing file "nrf_common.ld"JF2020-01-121-1/+1
|
* Initial commitJF2019-11-171-0/+136