aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/lm3s
AgeCommit message (Collapse)Author
2012-09-15Setup to document entire project using doxygen.Ken Sarkies
New doc directory with config files and generated html, LaTeX/pdf. Makefile provided for autogeneration and explanatory README. The project structure is hostile to doxygen, which can't cope with functions of the same name. Doxygen is run for each family separately, and separately for LaTeX generation. Customized layout files sort of "integrate" HTML, and separate pdfs are generated for each family. Not ideal but seems the best solution until doxygen changes, if at all.
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
Agreed to by all the significant contributors to the library.
2011-02-09Added missing lm3s header files.Gareth McMullin
2011-02-09Added missing lm3s gpio.h.Gareth McMullin