index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
3
-3
/
+3
*
Added board hardware driver support for the Minimus board (thanks to the PSGr...
Dean Camera
2010-10-17
1
-0
/
+3
*
Added board hardware driver support for the Maximus board (thanks to the PSGr...
Dean Camera
2010-10-17
1
-0
/
+3
*
Added board hardware driver support for the Blackcat USB JTAG board (thanks t...
Dean Camera
2010-10-17
1
-0
/
+3
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
3
-52
/
+55
*
Added board hardware driver support for the Busware CUL V3 board.
Dean Camera
2010-10-06
1
-0
/
+3
*
Added board hardware driver support for the Arduino Uno development board.
Dean Camera
2010-09-28
1
-0
/
+3
*
Reverted modifications to USBInterrupt.h that were intefering with correct ho...
Dean Camera
2010-09-22
1
-2
/
+2
*
Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).
Dean Camera
2010-09-14
1
-1
/
+1
*
Added board hardware driver support for the BUI development board.
Dean Camera
2010-09-14
1
-0
/
+3
*
Added board hardware driver support for the UDIP development board.
Dean Camera
2010-09-14
1
-0
/
+3
*
Added board hardware driver support for the Olimex AVR-USB-162 development bo...
Dean Camera
2010-09-03
1
-0
/
+3
*
Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...
Dean Camera
2010-07-30
1
-2
/
+2
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
2
-5
/
+5
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
1
-1
/
+1
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
1
-7
/
+9
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
1
-1
/
+2
*
Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...
Dean Camera
2010-07-09
1
-5
/
+34
*
Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...
Dean Camera
2010-06-22
1
-3
/
+38
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
2
-16
/
+16
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
1
-1
/
+1
*
Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...
Dean Camera
2010-06-02
1
-1
/
+1
*
The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...
Dean Camera
2010-06-02
1
-1
/
+1
*
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean Camera
2010-05-29
1
-5
/
+5
*
Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...
Dean Camera
2010-05-29
1
-1
/
+1
*
Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...
Dean Camera
2010-05-25
1
-1
/
+1
*
Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...
Dean Camera
2010-05-23
1
-3
/
+3
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
3
-443
/
+443
*
Use puts_P() and printf_P() instead of the normal variants where possible in ...
Dean Camera
2010-04-28
1
-8
/
+8
*
Minor documentation improvements.
Dean Camera
2010-04-15
1
-3
/
+7
*
Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...
Dean Camera
2010-04-15
2
-8
/
+17
*
Add missing board Buttons driver for the USBTINY MKII board target.
Dean Camera
2010-03-30
1
-1
/
+1
*
Oops - make sure board driver dispatch headers test for the correct BOARD def...
Dean Camera
2010-03-30
1
-1
/
+1
*
Added support for the JM-DB-U2 board hardware.
Dean Camera
2010-03-30
1
-0
/
+3
*
Added board hardware driver support for the Benito programmer.
Dean Camera
2010-03-30
1
-1
/
+4
*
Added board hardware driver support for Tom's USBTINY MKII programmer.
Dean Camera
2010-03-30
1
-1
/
+4
*
Add file-level brief documentation.
Dean Camera
2010-03-29
3
-0
/
+3
*
Added new Relay Controller Board project (thanks to OBinou).
Dean Camera
2010-03-24
1
-0
/
+3
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
3
-127
/
+2
*
Update Temperature board driver to be AVR32 compatible when the ADC periphera...
Dean Camera
2010-02-23
1
-2
/
+2
*
Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...
Dean Camera
2010-02-23
1
-1
/
+1
*
Change over board hardware drivers to use the custom uintN_t and intN_t nativ...
Dean Camera
2010-02-22
1
-0
/
+6
*
Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
Dean Camera
2010-02-22
3
-2
/
+121
*
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...
Dean Camera
2010-02-04
1
-0
/
+12
*
Inline USB management functions in the Class drivers which are standardized b...
Dean Camera
2010-01-05
1
-1
/
+1
*
Update copyright year to 2010.
Dean Camera
2009-12-30
3
-6
/
+6
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
3
-21
/
+21
*
Added support for the Atmel EVK527 board hardware.
Dean Camera
2009-12-04
1
-4
/
+7
*
Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN...
Dean Camera
2009-12-03
1
-2
/
+5
*
Add optional double-banking support to the Device mode Class Drivers, on a pe...
Dean Camera
2009-11-06
1
-5
/
+1
[next]