index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA.pnproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
AppConfigHeaders: Merge in latest trunk.
Dean Camera
2012-05-13
1
-1
/
+1
|
\
|
*
Fix incorrectly names build test directory references.
Dean Camera
2012-05-13
1
-1
/
+1
|
*
Added build test to verify correct compilation of all bootloaders using all s...
Dean Camera
2012-05-13
1
-1
/
+1
|
*
Add support for the ATXMEGA384C3.
Dean Camera
2012-05-07
1
-1
/
+1
|
*
Add partially complete BoardDriverTest build test.
Dean Camera
2012-05-06
1
-1
/
+1
|
*
Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
Dean Camera
2012-05-06
1
-1
/
+1
|
*
The library bootloaders will now correctly start the user application after a...
Dean Camera
2012-04-29
1
-1
/
+1
|
*
Add known issues to the documentation.
Dean Camera
2012-04-18
1
-1
/
+1
|
*
Added new SerialToLCD user project contributed by Simon Foster.
Dean Camera
2012-04-14
1
-1
/
+1
*
|
AppConfigHeaders: Update project file for Programmers Notepad.
Dean Camera
2012-05-12
1
-1
/
+1
*
|
AppConfigHeaders: Update several additional user projects to use configuratio...
Dean Camera
2012-05-12
1
-1
/
+1
*
|
AppConfigHeaders: Update several additional user projects to use configuratio...
Dean Camera
2012-05-10
1
-1
/
+1
*
|
AppConfigHeaders: Update several user projects to use configuration header fi...
Dean Camera
2012-05-10
1
-1
/
+1
*
|
AppConfigHeaders: Update bootloaders to use configuration header files, rathe...
Dean Camera
2012-05-10
1
-1
/
+1
*
|
Add branch for the conversion of demos to use standard C header files for con...
Dean Camera
2012-05-10
1
-1
/
+1
|
/
*
Remove outdated documentation from the library, minor documentation improveme...
Dean Camera
2012-04-09
1
-1
/
+1
*
Removed the old pseudo-scheduler from the library as it was unused and deprec...
Dean Camera
2012-04-08
1
-1
/
+1
*
Minor documentation improvements.
Dean Camera
2012-04-08
1
-1
/
+1
*
Doxygen documentation style changes. Minor documentation corrections.
Dean Camera
2012-04-08
1
-1
/
+1
*
Add additional specific sub-family parts to the ModuleTest build test as thes...
Dean Camera
2012-04-08
1
-1
/
+1
*
Add guide for importing LUFA into an AS5/AS6 project.
Dean Camera
2012-04-08
1
-1
/
+1
*
Reorder manual documentation sections, remove useless "AboutLUFA" section.
Dean Camera
2012-03-13
1
-1
/
+1
*
Update Doxygen configuration files to disable Markdown support.
Dean Camera
2012-03-08
1
-1
/
+1
*
Fix warnings and errors found by the new cppcheck provided static code analysis.
Dean Camera
2012-02-28
1
-1
/
+1
*
Fixed possible enumeration error if the user application selects the non-Cont...
Dean Camera
2012-02-26
1
-1
/
+1
*
Added support for the BitWizard Multio and Big-Multio boards.
Dean Camera
2012-02-22
1
-1
/
+1
*
Update build test "ModuleTest" to check platform drivers where possible. Add ...
Dean Camera
2012-02-19
1
-1
/
+1
*
Add build test for forced single USB modes.
Dean Camera
2012-02-19
1
-1
/
+1
*
Add build tests to verify correct compilation of as many modules as possible ...
Dean Camera
2012-02-18
1
-1
/
+1
*
Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8...
Dean Camera
2012-02-12
1
-1
/
+1
*
Added Serial USART peripheral driver for the XMEGA platform.
Dean Camera
2012-02-12
1
-1
/
+1
*
Altered the HID class driver to only try to construct at maximum one packet p...
Dean Camera
2012-02-09
1
-1
/
+1
*
Add board driver support for the Atmel XMEGA-B1 Xplained board.
Dean Camera
2012-02-06
1
-1
/
+1
*
Fix errors in the new Micropendous board drivers. Reorder the board definitio...
Dean Camera
2012-02-03
1
-1
/
+1
*
Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
Dean Camera
2011-11-28
1
-1
/
+1
*
Add new Android Open Accessory class driver to the library core and add a new...
Dean Camera
2011-11-24
1
-1
/
+1
*
Update library to indicate support for the Android Accessory Host demo.
Dean Camera
2011-11-23
1
-1
/
+1
*
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...
Dean Camera
2011-11-18
1
-1
/
+1
*
Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...
Dean Camera
2011-11-01
1
-1
/
+1
*
Add XMEGA SPI peripheral driver.
Dean Camera
2011-10-31
1
-1
/
+1
*
Add support for the Atmel XMEGA A3BU Xplained board.
Dean Camera
2011-10-31
1
-1
/
+1
*
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to p...
Dean Camera
2011-10-18
1
-1
/
+1
*
Added User Application APIs to the CDC and DFU class bootloaders.
Dean Camera
2011-10-11
1
-1
/
+1
*
Pull out architecture specific macros and other definitions into a new common...
Dean Camera
2011-08-16
1
-1
/
+1
*
Update LUFAConfig.h with missing options for the AVR32 target.
Dean Camera
2011-08-04
1
-1
/
+1
*
Update UC3 platform driver support to use the bitmasks defined in the header ...
Dean Camera
2011-07-14
1
-1
/
+1
*
Add start of an architecture port to the Atmel USB XMEGA devices.
Dean Camera
2011-07-13
1
-1
/
+1
*
Enhance and document the AVR32 UC3 platform drivers.
Dean Camera
2011-07-12
1
-1
/
+1
*
Add missing function attributes to the RingBuffer driver to reduce the chance...
Dean Camera
2011-07-11
1
-1
/
+1
*
Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...
Dean Camera
2011-07-06
1
-1
/
+1
[next]