aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2012-11-07Added directories with autogenerated files to the ignore list.Piotr Esden-Tempski
2012-11-07Ignore generated filesKarl Palsson
2012-10-16add the copied ld scripts in lib dir to gitignoreFelix Ruess
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-06-30Code for DAC module STM32Fxxx seriesKen Sarkies
Add prototypes to dac.h and small change to simplify alignment enum
2012-03-22Filled in the APB0 memory map for the lpc17xx. Also set values for theTaylor Vesely
GPIO on AHB.
2011-07-13Add more files to ignoreUwe Bonnes
2010-12-30Remove useless .gitignore entry.Uwe Hermann
2010-12-27Added some more files to gitignore.Piotr Esden-Tempski
2010-12-17Moved common example make code to a central file. Added more gitignores.Piotr Esden-Tempski
2009-07-20Update .gitignore to match recent file/dir renames.Uwe Hermann
2009-07-16Create bin, hex, srec, and list files for the example project.Uwe Hermann
2009-07-16Add .gitignore file.Uwe Hermann