libopencm3/lib/lm4f
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 make: use std=c99 everywhere by default. 2017-06-08 23:01:45 +00:00
gpio.c Fix misspellings using codespell tool 2016-03-08 08:52:54 -08:00
rcc.c Fix misspellings using codespell tool 2016-03-08 08:52:54 -08:00
systemcontrol.c lm4f: Appease checkpath.pl and de-typedef enums 2013-07-07 16:33:18 -07:00
uart.c Fix misspellings using codespell tool 2016-03-08 08:52:54 -08:00
vector_chipset.c lm4f: Enable FPU using the vector_chipset hook 2016-08-15 20:58:34 +00:00