aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/makefile
Commit message (Expand)AuthorAgeFilesLines
* Bootloaders: Enable LTO to reduce compiled size.Dean Camera2019-07-291-0/+1
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-1/+1
* Update copyrights for 2018.Dean Camera2018-01-041-1/+1
* Update copyrights for 2017.Dean Camera2017-04-181-1/+1
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-8/+15
* Update copyrights to 2016.Dean Camera2016-01-311-1/+1
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
* Update copyrights for 2014.Dean Camera2014-01-041-1/+1
* Ensure bootloader makefile calculation functions are uniform across all bootl...Dean Camera2013-03-181-5/+5
* Update and add missing Atmel Studio project description XML files.Dean Camera2013-01-101-2/+2
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
* Remove dependency on the "bc" command line calculator tool in the bootloaders...Dean Camera2012-11-101-2/+3
* Add help text to the project makefiles to help new users get information on t...Dean Camera2012-08-111-0/+2
* Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk...Dean Camera2012-07-141-7/+7
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean Camera2012-07-111-1/+1
* Fixed CDC and DFU bootloaders API page erase and write function failures (tha...Dean Camera2012-06-291-2/+2
* Clean up bootloader makefiles to make them a bit more readable.Dean Camera2012-06-261-18/+20
* Modify CDC and DFU bootloaders so that the various BootloaderAPI components a...Dean Camera2012-06-151-4/+9
* Clean up bootloader makefile comments.Dean Camera2012-06-091-8/+5
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ...Dean Camera2012-06-041-0/+2
* Clean up CORE build system module, use simple rather than recursive make vari...Dean Camera2012-06-021-4/+4
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-011-693/+28
* Merge in latest trunk.Dean Camera2012-05-201-1/+1
|\
| * Update project Doxygen and makefiles so that the resulting project documentat...Dean Camera2012-05-171-1/+1
| * Alter the bootloader section sizes to all be 8KB, to be in line with the defa...Dean Camera2012-04-181-1/+1
* | Add branch for the conversion of demos to use standard C header files for con...Dean Camera2012-05-101-18/+3
|/
* Fixed CDC and DFU bootloaders failing to compile when the bootloader section ...Dean Camera2012-04-141-1/+1
* Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean Camera2012-04-091-1/+1
* Added additional bootloader API data to expose the bootloader start address a...Dean Camera2012-03-291-1/+1
* Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean Camera2012-03-091-1/+1
* Update Doxygen documentation build scripts to fail if any warnings are genera...Dean Camera2012-03-091-1/+3
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-151-0/+5
* Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ...Dean Camera2011-11-231-1/+1
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-2/+4
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-1/+10
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Update HID bootloader loader application to support the VID/PID used by the b...Dean Camera2011-02-091-0/+1
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-091-2/+4
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-1/+0
* Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to red...Dean Camera2010-12-241-0/+1
* Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader m...Dean Camera2010-11-091-2/+2
* Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N...Dean Camera2010-10-291-1/+1
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean Camera2010-10-291-0/+5
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-24/+25
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-071-0/+1
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-1/+1
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4