aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/makefile
Commit message (Expand)AuthorAgeFilesLines
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-2/+2
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-31/+49
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-1/+1
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-39/+21
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-1/+2
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-6/+6
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-4/+9
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+1
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-1/+1
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-2/+1
* Moved out each demos' functionality library files (e.g. Ring Buffer library) ...Dean Camera2009-05-221-1/+1
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-2/+1
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-1/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-1/+1
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-2/+1
* Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...Dean Camera2009-04-221-0/+1
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-4/+9
* Fixed CDC demo not sending an empty packet after each transfer to prevent the...Dean Camera2009-03-231-13/+18
* Fixed broken Magstripe project and TeensyHID bootloader.Dean Camera2009-03-171-2/+2
* Added extra output to makefiles to indicate the currently selected BOARD para...Dean Camera2009-03-161-7/+13
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-041-4/+5
* Makefiles and library modified to add a new F_CLOCK constant to give the unpr...Dean Camera2009-02-261-2/+17
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+712