libopencm3/lib
Karl Palsson b88196f807 ld: support ".ramtext" section hook to place functions in ram
We already had the hooks for ccmram and ram1 and ram2 and ram3 and xsram
for "other" ram sections, but there was no method, out of the box, for
placing a function in "normal" ram.  The "easy" method of labelling a
function as ".data.someramfunc" causes warnings because code isn't meant
to have a name like ".data*" so we must explicitly add a new code
section.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
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 ".ramtext" section hook to place functions in ram 2020-11-28 22:13:25 +00:00