aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Scheduler
Commit message (Expand)AuthorAgeFilesLines
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-1/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-282-2/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-132-41/+43
* Fix up documentation - remove obsolete Scheduler Overview page, roll document...Dean Camera2010-08-291-7/+25
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Add missing const qualifiers to class drivers.Dean Camera2010-07-212-9/+14
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-1/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-1/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-13/+12
* Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean Camera2010-05-161-10/+10
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-082-388/+388
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+4
* Add file-level brief documentation.Dean Camera2010-03-291-0/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-8/+4
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-231-2/+2
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-221-3/+7
* Update copyright year to 2010.Dean Camera2009-12-302-4/+4
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-282-14/+14
* Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...Dean Camera2009-06-291-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-7/+7
* Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean Camera2009-06-192-0/+384
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-012-380/+0
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-3/+3
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-1/+1
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-5/+11
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-161-11/+18
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-0/+9
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-5/+5
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-041-2/+3
* Moved all source to the trunk directory.Dean Camera2009-02-232-0/+357