Fix warning about possible string truncation in the TempDataLogger project.
[pub/USBasp.git] / Bootloaders / CDC / makefile
2018-01-04 Dean CameraUpdate copyrights for 2018.
2017-04-18 Dean CameraUpdate copyrights for 2017.
2016-04-05 Dean CameraReplace the LUFA build system with DMBS.
2016-04-03 Dean CameraAdd LUFA DMBS extension modules, use DMBS in project...
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-01-31 Dean CameraUpdate copyrights to 2016.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2013-03-18 Dean CameraEnsure bootloader makefile calculation functions are...
2013-01-10 Dean CameraUpdate and add missing Atmel Studio project description...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-11-10 Dean CameraRemove dependency on the "bc" command line calculator...
2012-08-11 Dean CameraAdd help text to the project makefiles to help new...
2012-07-14 Dean CameraRename build system module makefiles from "lufa.MODULE...
2012-07-11 Dean CameraFix project makefiles - remove trailing slash from...
2012-06-29 Dean CameraFixed CDC and DFU bootloaders API page erase and write...
2012-06-26 Dean CameraClean up bootloader makefiles to make them a bit more...
2012-06-15 Dean CameraModify CDC and DFU bootloaders so that the various...
2012-06-09 Dean CameraClean up bootloader makefile comments.
2012-06-04 Dean CameraAdd new ATPROGRAM build system module. Add ATPROGRAM...
2012-06-02 Dean CameraClean up CORE build system module, use simple rather...
2012-06-01 Dean CameraSwitch over Demos, Bootloaders and Projects to the...
2012-05-27 Dean CameraMerge in AppConfigHeaders branch to trunk, altering...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-17 Dean CameraUpdate project Doxygen and makefiles so that the result...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest main.
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-12 Dean CameraAppConfigHeaders: Fix broken documentation in the HID...
2012-05-12 Dean CameraAppConfigHeaders: Merge in minor changes from trunk.
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-04-18 Dean CameraAlter the bootloader section sizes to all be 8KB, to...
2012-04-14 Dean CameraFixed CDC and DFU bootloaders failing to compile when...
2012-04-09 Dean CameraMake Doxygen fail for any Doxygen output other than...
2012-03-29 Dean CameraAdded additional bootloader API data to expose the...
2012-03-09 Dean CameraOnly abort Doxygen documentation generation if a non...
2012-03-09 Dean CameraUpdate Doxygen documentation build scripts to fail...
2012-01-15 Dean CameraMinor bootloader tweaks; make some functions static...
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-12-24 Dean CameraAdd ORDERED_EP_CONFIG compile time option to the CDC...
2010-11-09 Dean CameraFix incorrect ADEFS and CPPDEFS entries in the DFU...
2010-10-29 Dean CameraRename new CDC class bootloader NO_LOCK_BYTE_SUPPORT...
2010-10-29 Dean CameraAdded new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT...
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-17 Dean CameraAdded beginnings of a new AVRISP-MKII clone 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...
next