libopencm3/lib
Karl Palsson 54319107b0 ld: support ".noinit*" uninitialized ram section
Add support for a section(s) ".noinit*" that will be allocated in ram,
but not cleared or initialized.  This can be used for passing variables
between a bootloader and an app for instance, or even just between
restarts of your application.

Without any assigned usages of the section, there is zero change in ram
usage.  The align does nothing when the prior section was already
aligned.
2020-11-28 22:13:25 +00:00
..
cm3 cm3: nvic: use separate documentation to avoid warnings on cm0 2020-01-28 22:31:38 +00:00
dispatch stm32h7: add dispatch for enabling FPU 2020-10-07 21:41:53 +00:00
efm32 BREAKING: drop all part specific ld files 2020-11-28 22:13:25 +00:00
ethernet doc: fix some trivial parameter name style problems 2019-06-12 23:06:27 +00:00
gd32/f1x0 doc: gd32f1x0: merge flash and rcc into periperhal apis 2019-06-27 14:53:09 +00:00
lm3s BREAKING: drop all part specific ld files 2020-11-28 22:13:25 +00:00
lm4f usb: hid: add a stub file for doxygen 2019-12-25 21:04:17 +00:00
lpc13xx lpc13xx/lpc17xx: consistent makefiles 2019-06-17 22:33:32 +00:00
lpc17xx lpc13xx/lpc17xx: consistent makefiles 2019-06-17 22:33:32 +00:00
lpc43xx BREAKING: drop all part specific ld files 2020-11-28 22:13:25 +00:00
msp432/e4 ti msp432: consistent makefile 2019-06-17 22:33:32 +00:00
pac55xx pac55xx: gpio: fix gpio_set_af for pin alternate function settings. 2020-04-09 14:17:27 +00:00
sam BREAKING: drop all part specific ld files 2020-11-28 22:13:25 +00:00
stm32 stm32l1: desig: handle flash size footnotes from refman 2020-11-28 22:13:25 +00:00
swm050 swm050: register fix for timer_clock_div 2020-01-28 23:53:55 -06:00
usb usb: hid: add a stub file for doxygen 2019-12-25 21:04:17 +00:00
vf6xx vf6xx: consistent makefile 2019-06-17 22:33:32 +00:00
Makefile.include ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00
cortex-m-generic.ld ld: support ".noinit*" uninitialized ram section 2020-11-28 22:13:25 +00:00