libopencm3/lib/stm32/l0
Karl Palsson 9a05dcb6c0 ld scripts: drop duplication of standard sections
Instead of every "simple" target having their own duplicate file with
all the section mappings, just provide a single, simple,
"cortex-m-generic.ld" that works with our startup code and any simple
rom/ram system.  This also drops the pointless copying of files all over
the place.  Using -L flags properly is sufficient, and the standard file
is now in the root of the library already.
2018-04-28 21:12:27 +00:00
..
Makefile stm32l0: enable iwdg 2018-03-28 13:06:57 +00:00
flash.c stm32l0: flash: use common functionality 2017-06-08 23:01:45 +00:00
gpio.c [stm32l0] Initial support for STM32L0 architecture, Add GPIO peripheral 2014-10-15 19:31:41 +02:00
i2c.c stm32: l0/l4: add i2c support 2017-03-30 21:48:07 +00:00
iwdg.c stm32l0: enable iwdg 2018-03-28 13:06:57 +00:00
rcc.c stm32l0:rcc: add rcc_set_pll_source() as per L1 2018-03-02 22:42:05 +00:00
rng.c stm32:rng: add common v1 to l0,l4,f7 2017-03-30 21:48:07 +00:00
stm32l0xx6.ld ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00
stm32l0xx8.ld ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00