Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵ | Dean Camera | 2012-05-27 | 1 | -1/+1 |
| | | | | old copyright years on some makefiles. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -1/+2 |
| | | | | tool made by Laszlo Monda | ||||
* | Add default "all" makefile targets to the demo tree makefiles. | Dean Camera | 2010-06-25 | 1 | -0/+2 |
| | |||||
* | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵ | Dean Camera | 2010-05-07 | 1 | -2/+2 |
| | | | | the make tool to be overridden. | ||||
* | Use puts_P() and printf_P() instead of the normal variants where possible in ↵ | Dean Camera | 2010-04-28 | 1 | -2/+2 |
| | | | | the Host mode Class Driver demos. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Added start of the Still Image Host Class driver demo and driver code. | Dean Camera | 2009-08-30 | 1 | -1/+1 |
| | | | | Re-enabled building of the Host mode demos ClassDriver directory. | ||||
* | Fix memory corruption in Host mode Mass Storage Class driver. | Dean Camera | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Oops: Really disable building of Projects/Host/ClassDriver directory in the ↵ | Dean Camera | 2009-08-26 | 1 | -1/+1 |
| | | | | | | | | Projects/Host/ makefile. Add more skeleton functions and definitions to the Mass Storage Host mode Class driver. Made Endpoint_Write_DWord_* functions echo the structure of the matching Endpoint routines for clarity. | ||||
* | Fixed swapped paremeters in the HID state memory copy call while processing ↵ | Dean Camera | 2009-08-11 | 1 | -1/+1 |
| | | | | | | | | | | a HID PUSH item in the HID report parser. Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser. | ||||
* | Fix makefiles -- the auto-addition of -D switches to each LUFA compile time ↵ | Dean Camera | 2009-06-19 | 1 | -1/+1 |
| | | | | option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. | ||||
* | Add master device Host demo makefile. | Dean Camera | 2009-06-05 | 1 | -0/+18 |
| | | | | Copy and convert incomplete Bluetooth Host demo to the library. | ||||
* | Delete host mode demos from the root Host demos folder. | Dean Camera | 2009-06-05 | 1 | -46/+0 |
| | |||||
* | Fix errors in the KeyboardHost demo which prevented correct compilation. | Dean Camera | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | Added new GenericHIDHost demo. | Dean Camera | 2009-04-01 | 1 | -0/+4 |
| | | | | Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use. | ||||
* | Seperated out OTG, Device and Host mode demos into seperate folders for ↵ | Dean Camera | 2009-03-20 | 1 | -0/+42 |
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place. |