aboutsummaryrefslogtreecommitdiff
path: root/lib/lm3s/Makefile
AgeCommit message (Collapse)Author
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
Adds libopencm3/cm3/assert.h header that provides assertion check macros similar to those provided by the standard C library. Thanks to Nicolas Schodet for help.
2012-08-13Changed local build target for library and linker files.Piotr Esden-Tempski
- The library files are now being built into the lib subdirectory of the source. - The linker files for each library are being copied into the lib source subdirectory. Motivation: The relative locations of files in the source directory after make are now the same as after make install now. This makes it easier to reuse examples with their makefiles outside of the libopencm3 sourcecode directory.
2012-03-02Some additional LGPL3+ license change cleanups.Piotr Esden-Tempski
Changed the license to LGPL3+ for some makefiles that got ommited in the previous big patch commit. Corrected a find and replace error in a linker file.
2011-10-04Switched all makefiles to arm-none-eabi default.Piotr Esden-Tempski
2011-03-14Added dependency generation. Abort loops on error.Gareth McMullin
2011-02-09Minor cosmetics, whitespace.Uwe Hermann
2011-02-04Added initial support for the LuminaryMicro LM3S family.Gareth McMullin