index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Scheduler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move global interrupt enable/disable functions out to Common.h and document t...
Dean Camera
2011-04-08
2
-6
/
+6
*
Add in a new common Delay_MS() function, which provides a blocking delay for ...
Dean Camera
2011-04-08
2
-8
/
+12
*
More Doxygen updates for multiple architecture support.
Dean Camera
2011-02-20
1
-0
/
+1
*
Add new ARCH option to the makefiles to (eventually) specify the target devic...
Dean Camera
2011-02-19
2
-22
/
+18
*
Minor documentation improvements.
Dean Camera
2011-01-08
1
-7
/
+7
*
Update copyright year on all source files.
Dean Camera
2011-01-01
2
-4
/
+4
*
Documentation improvements - put driver example code into its own section, fi...
Dean Camera
2010-12-26
1
-1
/
+1
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
2
-2
/
+2
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
2
-41
/
+43
*
Fix up documentation - remove obsolete Scheduler Overview page, roll document...
Dean Camera
2010-08-29
1
-7
/
+25
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
1
-1
/
+1
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
2
-9
/
+14
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
1
-1
/
+1
*
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean Camera
2010-07-19
1
-1
/
+1
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
1
-13
/
+12
*
Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...
Dean Camera
2010-05-16
1
-10
/
+10
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
2
-388
/
+388
*
Add briefs for the library core structures.
Dean Camera
2010-03-29
1
-1
/
+4
*
Add file-level brief documentation.
Dean Camera
2010-03-29
1
-0
/
+1
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
1
-8
/
+4
*
Update Temperature board driver to be AVR32 compatible when the ADC periphera...
Dean Camera
2010-02-23
1
-2
/
+2
*
Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
Dean Camera
2010-02-22
1
-3
/
+7
*
Update copyright year to 2010.
Dean Camera
2009-12-30
2
-4
/
+4
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
2
-14
/
+14
*
Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...
Dean Camera
2009-06-29
1
-1
/
+1
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-7
/
+7
*
Re-add in simple scheduler for compatibility with legacy code, mark all sched...
Dean Camera
2009-06-19
2
-0
/
+384
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
2
-380
/
+0
*
Changed over all deprecated GCC structure tag initializers to the standardize...
Dean Camera
2009-04-20
1
-3
/
+3
*
Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...
Dean Camera
2009-04-19
1
-1
/
+1
*
More documentation changes for better module-level documentation rather than ...
Dean Camera
2009-04-17
1
-5
/
+11
*
Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
Dean Camera
2009-04-16
1
-11
/
+18
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-0
/
+9
*
All comments in the library, bootloaders, demos and projects have now been sp...
Dean Camera
2009-04-01
1
-5
/
+5
*
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean Camera
2009-03-04
1
-2
/
+3
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
2
-0
/
+357