aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Spell check all source files once again to find any typos.Dean Camera2010-07-297-86/+86
|
* Rename reserved members of all structs so that they are uniformly named ↵Dean Camera2010-07-261-4/+4
| | | | | | across all demos/projects/bootloaders. Added start of the Incomplete TMC demo's command parser code.
* Update all demos, projects and bootloaders to indent all function ↵Dean Camera2010-07-216-19/+48
| | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos.
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-9/+3
| | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU ↵Dean Camera2010-07-182-26/+26
| | | | Extensions.
* Disable strict aliasing explicitly in the project makefiles, as this is ↵Dean Camera2010-07-151-2/+2
| | | | apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-151-3/+2
|
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-1313-0/+5879