index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Projects
/
TemperatureDataLogger
Age
Commit message (
Expand
)
Author
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean
2010-04-28
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean
2010-04-18
Add const keyword to the demo function parameters where possible.
Dean
2010-03-29
Add briefs for the library core structures.
Dean
2010-03-22
Standardized the naming scheme given to configuration descriptor sub-elements...
Dean
2010-02-24
Added a timeout value to the TWI_StartTransmission() function, within which t...
Dean
2010-02-18
Add uIP-split code to the Webserver project, so that each packet is split in ...
Dean
2010-02-15
Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_...
Dean
2010-02-04
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...
Dean
2010-02-03
Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
Dean
2010-02-02
Minor fixups to the documentation and preprocessor tokens.
Dean
2010-01-28
Fix up project documentation files' overview tables, so that multiple items o...
Dean
2010-01-28
Add FatFS library to the Webserver project, extend the HTTP server so that it...
Dean
2010-01-25
Exclude host application directories from the Doxygen input source file direc...
Dean
2010-01-25
Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
Dean
2010-01-25
Minor code cleanups, remove TemperatureDataLogger host application's Visual S...
Dean
2010-01-24
Fixed DFU bootloader programming not discarding the correct number of filler ...
Dean
2010-01-24
Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...
Dean
2010-01-06
Update Doxygen configuration files to the latest Doxygen version.
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-30
Oops - remove accidentally committed .lst files from the TemperatureDataLogge...
Dean
2009-12-30
Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...
Dean
2009-12-30
Oops - fix include directory for case-sensitive filesystems.
Dean
2009-12-30
Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper...
Dean