Add tag for the 120219 release.
[pub/USBasp.git] / Bootloaders / DFU / makefile
2012-02-19 Dean CameraAdd tag for the 120219 release. LUFA-120219
2011-11-23 Dean CameraUse the proper "-Wl,--undefined=BootloaderAPI_JumpTable...
2011-10-11 Dean CameraAdded User Application APIs to the CDC and DFU class...
2011-09-21 Dean CameraAdd project name to the Doxygen makefile target output.
2011-06-20 Dean CameraAdd new "checksource" target to the library makefiles...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-09 Dean CameraUpdate HID bootloader loader application to support...
2011-02-09 Dean CameraChange bootloader makefiles to automatically compute...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2010-11-09 Dean CameraFix incorrect ADEFS and CPPDEFS entries in the DFU...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-07 Dean CameraAdded new NO_SOF_EVENTS compile time option, enabled...
2010-09-24 Dean CameraAdded the --suppress-bootloader-mem option to the makef...
2010-09-15 Dean CameraMake project makefiles correctly clean intermeditary...
2010-08-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-05 Dean CameraFixed software application start command broken in...
2010-07-31 Dean CameraRe-add deleted linker options to the Bootloader makefil...
2010-07-30 Dean CameraAdd the formula used to obtain the bootloader start...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-18 Dean CameraChange over all makefiles to use C99 standards mode...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-12 Dean CameraAdd missing clean_doxygen phony targets to the project...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-05-30 Dean CameraSmall tweaks to ConfigDescriptor.c/.h to ensure pointer...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraChange over instances of "make" in the makefiles to...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-13 Dean CameraRemoved invalid dfu and flip related targets from the...
2010-02-04 Dean CameraNew BOARD value option BOARD_NONE (equivelent to not...
2009-12-20 Dean CameraAdded new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAK...
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-07-28 Dean CameraChange project makefiles so that the current target...
2009-07-28 Dean CameraBetter solution - change compile time token names to...
2009-07-28 Dean CameraAdded HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0...
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-26 Dean CameraOptimize vendor/product description string display...
2009-06-21 Dean CameraAdd NO_INTERNAL_SERIAL compile time option to bootloade...
2009-06-19 Dean CameraFix makefiles -- the auto-addition of -D switches to...
2009-06-19 Dean CameraMove LUFA compile time options to a new section in...
2009-06-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-04-24 Dean CameraEndpoint configuration is now refined to give better...
2009-04-23 Dean CameraFixed USB_RemoteWakeupEnabled flag never being set...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-03-23 Dean CameraFixed CDC demo not sending an empty packet after each...
2009-03-16 Dean CameraAdded extra output to makefiles to indicate the current...
2009-03-11 Dean CameraRenamed NO_CLEARSET_FEATURE_REQUEST compile time token...
2009-03-04 Dean CameraUpdated makefiles to reflect new dfu-ee programming...
2009-02-26 Dean CameraMakefiles and library modified to add a new F_CLOCK...
2009-02-23 Dean CameraMoved all source to the trunk directory.