- 04 Jan, 2018 1 commit
-
-
Dean Camera authored
-
- 01 Oct, 2017 1 commit
-
-
Dean Camera authored
Fixed bootloaders not disabling global interrupts during erase and write operations (thanks to Zoltan).
-
- 18 Apr, 2017 1 commit
-
-
Dean Camera authored
-
- 31 Jan, 2016 1 commit
-
-
Dean Camera authored
-
- 17 May, 2015 1 commit
-
-
Dean Camera authored
-
- 12 Oct, 2014 2 commits
-
-
Dean Camera authored
Revert commit 2304a730 as it breaks compilation of the bootloaders.
-
Dean Camera authored
-
- 03 Jan, 2014 1 commit
-
-
Dean Camera authored
-
- 31 Mar, 2013 1 commit
-
-
Dean Camera authored
-
- 10 Mar, 2013 2 commits
-
-
Dean Camera authored
Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional.
-
Dean Camera authored
-
- 08 Mar, 2013 1 commit
-
-
Dean Camera authored
-
- 03 Jan, 2013 1 commit
-
-
Dean Camera authored
-
- 05 Oct, 2012 1 commit
-
-
Dean Camera authored
-
- 15 May, 2012 1 commit
-
-
Dean Camera authored
AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
-
- 04 Feb, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 23 Dec, 2011 1 commit
-
-
Dean Camera authored
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
-
- 28 Nov, 2011 1 commit
-
-
Dean Camera authored
-
- 23 Nov, 2011 1 commit
-
-
Dean Camera authored
Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.).
-
- 09 Nov, 2011 1 commit
-
-
Dean Camera authored
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
-
- 11 Oct, 2011 1 commit
-
-
Dean Camera authored
-
- 01 Jan, 2011 1 commit
-
-
Dean Camera authored
-
- 28 Oct, 2010 1 commit
-
-
Dean Camera authored
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
-
- 24 Oct, 2010 1 commit
-
-
Dean Camera authored
All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers.
-
- 13 Oct, 2010 1 commit
-
-
Dean Camera authored
-
- 08 May, 2010 1 commit
-
-
Dean Camera authored
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
-
- 30 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 28 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 23 Nov, 2009 1 commit
-
-
Dean Camera authored
The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick. The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR). The SCSI_Request_Sense_Response_t and SCSI_Inquiry_Response_t type defines are now part of the Mass Storage Class driver common defines, rather than being defined in the Host mode Class driver section only. The USB_MODE_HOST token is now defined even when host mode is not available. Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver.
-
- 29 Sep, 2009 1 commit
-
-
Dean Camera authored
Remove old OTG demo directory with useless TestApp demo. Add new DualRole directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers.
-
- 05 Jun, 2009 1 commit
-
-
Dean Camera authored
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
-
- 22 May, 2009 1 commit
-
-
Dean Camera authored
Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.
-
- 20 Mar, 2009 1 commit
-
-
Dean Camera authored
Seperated out OTG, Device and Host mode demos into seperate folders for clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.
-
- 23 Feb, 2009 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-