2013-01-03 |
Dean Camera | Update copyright year to 2013. |
blob | commitdiff |
2012-08-11 |
Dean Camera | Add help text to the project makefiles to help new... |
blob | commitdiff | diff to current |
2012-07-14 |
Dean Camera | Rename build system module makefiles from "lufa.MODULE... |
blob | commitdiff | diff to current |
2012-07-11 |
Dean Camera | Fix project makefiles - remove trailing slash from... |
blob | commitdiff | diff to current |
2012-06-21 |
Dean Camera | Add HID bootloader build module (thanks to Stefan Helle... |
blob | commitdiff | diff to current |
2012-06-04 |
Dean Camera | Add new ATPROGRAM build system module. Add ATPROGRAM... |
blob | commitdiff | diff to current |
2012-06-01 |
Dean Camera | Switch over Demos, Bootloaders and Projects to the... |
blob | commitdiff | diff to current |
2012-05-27 |
Dean Camera | Merge in AppConfigHeaders branch to trunk, altering... |
blob | commitdiff | diff to current |
2012-05-27 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
blob | commitdiff | diff to current |
2012-05-27 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
blob | commitdiff | diff to current |
2012-05-26 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
blob | commitdiff | diff to current |
2012-05-21 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
blob | commitdiff | diff to current |
2012-05-20 |
Dean Camera | Merge in latest trunk. |
blob | commitdiff | diff to current |
2012-05-20 |
Dean Camera | Merge in latest trunk. |
blob | commitdiff | diff to current |
2012-05-17 |
Dean Camera | Update project Doxygen and makefiles so that the result... |
blob | commitdiff | diff to current |
2012-05-13 |
Dean Camera | AppConfigHeaders: Merge in latest main. |
blob | commitdiff | diff to current |
2012-05-13 |
Dean Camera | AppConfigHeaders: Switch class driver Host mode demos... |
blob | commitdiff | diff to current |
2012-04-09 |
Dean Camera | Make Doxygen fail for any Doxygen output other than... |
blob | commitdiff | diff to current |
2012-03-09 |
Dean Camera | Only abort Doxygen documentation generation if a non... |
blob | commitdiff | diff to current |
2012-03-09 |
Dean Camera | Update Doxygen documentation build scripts to fail... |
blob | commitdiff | diff to current |
2011-09-21 |
Dean Camera | Add project name to the Doxygen makefile target output. |
blob | commitdiff | diff to current |
2011-06-20 |
Dean Camera | Add new "checksource" target to the library makefiles... |
blob | commitdiff | diff to current |
2011-03-21 |
Dean Camera | F_CLOCK changed to F_USB to be more descriptive, and... |
blob | commitdiff | diff to current |
2011-02-19 |
Dean Camera | Add new ARCH option to the makefiles to (eventually... |
blob | commitdiff | diff to current |
2011-01-30 |
Dean Camera | Removed SerialStream module, rolled functionality into... |
blob | commitdiff | diff to current |
2010-10-13 |
Dean Camera | Clean up excessive whitespace at the end of each line... |
blob | commitdiff | diff to current |
2010-09-24 |
Dean Camera | Remove dfu-programmer program switches, to ensure maxim... |
blob | commitdiff | diff to current |
2010-09-24 |
Dean Camera | Added the --suppress-bootloader-mem option to the makef... |
blob | commitdiff | diff to current |
2010-09-15 |
Dean Camera | Make project makefiles correctly clean intermeditary... |
blob | commitdiff | diff to current |
2010-08-08 |
Dean Camera | Fix invocations of avr-size in all makefiles broken... |
blob | commitdiff | diff to current |
2010-07-19 |
Dean Camera | Update makefiles to use the latest WinAVR/Atmel toolcha... |
blob | commitdiff | diff to current |
2010-07-18 |
Dean Camera | Change over all makefiles to use C99 standards mode... |
blob | commitdiff | diff to current |
2010-07-15 |
Dean Camera | Disable strict aliasing explicitly in the project makef... |
blob | commitdiff | diff to current |
2010-07-15 |
Dean Camera | Removed the automated checking of event names in the... |
blob | commitdiff | diff to current |
2010-07-12 |
Dean Camera | Add missing clean_doxygen phony targets to the project... |
blob | commitdiff | diff to current |
2010-07-02 |
Dean Camera | Added new Drivers/USB/LowLevel/Device.c file to house... |
blob | commitdiff | diff to current |
2010-05-08 |
Dean Camera | Add svn:eol-style property to source files, so that... |
blob | commitdiff | diff to current |
2010-05-07 |
Dean Camera | Change over instances of "make" in the makefiles to... |
blob | commitdiff | diff to current |
2010-04-28 |
Dean Camera | Relocate USBInterrupt.c/.h from the HighLevel USB drive... |
blob | commitdiff | diff to current |
2010-02-04 |
Dean Camera | New BOARD value option BOARD_NONE (equivelent to not... |
blob | commitdiff | diff to current |
2009-11-09 |
Dean Camera | Fixed HID host Class driver report send/receive report... |
blob | commitdiff | diff to current |
2009-10-16 |
Dean Camera | Fix invalid Event name rule in demo/project makefiles. |
blob | commitdiff | diff to current |
2009-09-30 |
Dean Camera | Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time... |
blob | commitdiff | diff to current |
2009-09-29 |
Dean Camera | Remove old OTG demo directory with useless TestApp... |
blob | commitdiff | diff to current |
2009-09-20 |
Dean Camera | Added new Pipe_IsFrozen() macro to determine if the... |
blob | commitdiff | diff to current |
2009-09-09 |
Dean Camera | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time... |
blob | commitdiff | diff to current |
2009-09-06 |
Dean Camera | Add in new invalid event hook check targets to project... |
blob | commitdiff | diff to current |
2009-08-30 |
Dean Camera | Replace -finline-limit with -fno-inline-small-functions... |
blob | commitdiff | diff to current |
2009-07-28 |
Dean Camera | Change project makefiles so that the current target... |
blob | commitdiff | diff to current |
2009-07-27 |
Dean Camera | Add new MouseHost Class Driver demo, unfinished, to... |
blob | commitdiff | diff to current |
2009-06-26 |
Dean Camera | Optimize vendor/product description string display... |
blob | commitdiff |
2009-06-19 |
Dean Camera | Fix makefiles -- the auto-addition of -D switches to... |
blob | commitdiff | diff to current |
2009-06-19 |
Dean Camera | Move LUFA compile time options to a new section in... |
blob | commitdiff | diff to current |
2009-06-15 |
Dean Camera | Remove ConfigDescriptor.c/.h files from the ClassDriver... |
blob | commitdiff | diff to current |
2009-06-14 |
Dean Camera | Add host mode USB Class driver stubs, add beginnings... |
blob | commitdiff | diff to current |
2009-06-09 |
Dean Camera | Copy over schedulerless host demos to ClassDrivers... |
blob | commitdiff | diff to current |
2009-06-09 |
Dean Camera | Deleted Host ClassDriver demos -- not yet started,... |
blob | commitdiff |
2009-06-05 |
Dean Camera | Copy existing Host mode demos to new ClassDriver and... |
blob | commitdiff | diff to current |
|