You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Projects/TempDataLogger
Dean Camera 9299735c75
Disable strict aliasing explicitly in the project makefiles, as this is 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.
15 years ago
..
Lib Disable strict aliasing explicitly in the project makefiles, as this is 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. 15 years ago
TempLogHostApp Add first lot of AVRStudio project files for some of the library projects. 15 years ago
Descriptors.c Fixed HID device class driver still using PrevReportINBuffer for GetReport control requests even when it has been set to NULL by the user application (thanks to Axel Rohde). 15 years ago
Descriptors.h Add first lot of AVRStudio project files for some of the library projects. 15 years ago
Doxygen.conf Add first lot of AVRStudio project files for some of the library projects. 15 years ago
TempDataLogger.aps Add remaining AVRStudio project files to the library projects. 15 years ago
TempDataLogger.c Added const attributes to some of the class driver function parameters that were missing it. 15 years ago
TempDataLogger.h Added const attributes to some of the class driver function parameters that were missing it. 15 years ago
TemperatureDataLogger.txt Add first lot of AVRStudio project files for some of the library projects. 15 years ago
makefile Disable strict aliasing explicitly in the project makefiles, as this is 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. 15 years ago