Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | Add LUFA DMBS extension modules, use DMBS in project makefiles. | Dean Camera | 2016-04-03 | 1 | -8/+15 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | Ensure bootloader makefile calculation functions are uniform across all ↵ | Dean Camera | 2013-03-18 | 1 | -5/+5 |
| | | | | bootloaders. | ||||
* | Update and add missing Atmel Studio project description XML files. | Dean Camera | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Remove dependency on the "bc" command line calculator tool in the ↵ | Dean Camera | 2012-11-10 | 1 | -2/+3 |
| | | | | bootloaders to make compiling on Windows easier with only MinGW. | ||||
* | Add help text to the project makefiles to help new users get information on ↵ | Dean Camera | 2012-08-11 | 1 | -0/+2 |
| | | | | the improved build system. | ||||
* | Rename build system module makefiles from "lufa.MODULE.in" to ↵ | Dean Camera | 2012-07-14 | 1 | -7/+7 |
| | | | | | | | | "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile. | ||||
* | Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵ | Dean Camera | 2012-07-11 | 1 | -1/+1 |
| | | | | XPLAINBridge project AVRISP file include path to prevent build errors. | ||||
* | Fixed CDC and DFU bootloaders API page erase and write function failures ↵ | Dean Camera | 2012-06-29 | 1 | -2/+2 |
| | | | | (thanks to Martin Lambert). | ||||
* | Clean up bootloader makefiles to make them a bit more readable. | Dean Camera | 2012-06-26 | 1 | -18/+20 |
| | |||||
* | Modify CDC and DFU bootloaders so that the various BootloaderAPI components ↵ | Dean Camera | 2012-06-15 | 1 | -4/+9 |
| | | | | are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address. | ||||
* | Clean up bootloader makefile comments. | Dean Camera | 2012-06-09 | 1 | -8/+5 |
| | |||||
* | Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵ | Dean Camera | 2012-06-04 | 1 | -0/+2 |
| | | | | all application makefiles. | ||||
* | Clean up CORE build system module, use simple rather than recursive make ↵ | Dean Camera | 2012-06-02 | 1 | -4/+4 |
| | | | | variables for internal constants and $(shell) derived values. | ||||
* | Switch over Demos, Bootloaders and Projects to the new and improved build ↵ | Dean Camera | 2012-06-01 | 1 | -693/+28 |
| | | | | system. | ||||
* | Merge in latest trunk. | Dean Camera | 2012-05-20 | 1 | -1/+1 |
|\ | |||||
| * | Update project Doxygen and makefiles so that the resulting project ↵ | Dean Camera | 2012-05-17 | 1 | -1/+1 |
| | | | | | | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. | ||||
| * | Alter the bootloader section sizes to all be 8KB, to be in line with the ↵ | Dean Camera | 2012-04-18 | 1 | -1/+1 |
| | | | | | | | | default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock). | ||||
* | | Add branch for the conversion of demos to use standard C header files for ↵ | Dean Camera | 2012-05-10 | 1 | -18/+3 |
|/ | | | | configuration, rather than makefile defined macros. | ||||
* | Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵ | Dean Camera | 2012-04-14 | 1 | -1/+1 |
| | | | | size is 8KB or more (thanks to Georg Glock). | ||||
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵ | Dean Camera | 2012-04-09 | 1 | -1/+1 |
| | | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. | ||||
* | Added additional bootloader API data to expose the bootloader start address ↵ | Dean Camera | 2012-03-29 | 1 | -1/+1 |
| | | | | and class to the DFU and CDC class bootloaders. | ||||
* | Only abort Doxygen documentation generation if a non-unsupported tag warning ↵ | Dean Camera | 2012-03-09 | 1 | -1/+1 |
| | | | | is encountered. | ||||
* | Update Doxygen documentation build scripts to fail if any warnings are ↵ | Dean Camera | 2012-03-09 | 1 | -1/+3 |
| | | | | generated. | ||||
* | Minor bootloader tweaks; make some functions static where possible to reduce ↵ | Dean Camera | 2012-01-15 | 1 | -0/+5 |
| | | | | the compiled binary size, add additional comments to the makefiles. | ||||
* | Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ↵ | Dean Camera | 2011-11-23 | 1 | -1/+1 |
| | | | | parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.). | ||||
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 1 | -2/+4 |
| | |||||
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | Add new "checksource" target to the library makefiles, for automated source ↵ | Dean Camera | 2011-06-20 | 1 | -1/+10 |
| | | | | file existance checking. | ||||
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵ | Dean Camera | 2011-03-21 | 1 | -7/+7 |
| | | | | architecture ports. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -1/+5 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Update HID bootloader loader application to support the VID/PID used by the ↵ | Dean Camera | 2011-02-09 | 1 | -0/+1 |
| | | | | bootloader. | ||||
* | Change bootloader makefiles to automatically compute the bootloader starting ↵ | Dean Camera | 2011-02-09 | 1 | -2/+4 |
| | | | | address from a flash size and bootloader section size, expressed in KB. | ||||
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵ | Dean Camera | 2011-01-10 | 1 | -1/+0 |
| | | | | | | | | | | parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions. Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it. Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov). | ||||
* | Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to ↵ | Dean Camera | 2010-12-24 | 1 | -0/+1 |
| | | | | reduce the compiled binary size, as the endpoint initialization order is fixed in the code. | ||||
* | Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader ↵ | Dean Camera | 2010-11-09 | 1 | -2/+2 |
| | | | | makefiles. | ||||
* | Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to ↵ | Dean Camera | 2010-10-29 | 1 | -1/+1 |
| | | | | | | NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code. | ||||
* | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT ↵ | Dean Camera | 2010-10-29 | 1 | -0/+5 |
| | | | | and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -24/+25 |
| | | | | tool made by Laszlo Monda | ||||
* | Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to ↵ | Dean Camera | 2010-10-07 | 1 | -0/+1 |
| | | | | reduce the compiled binary size. | ||||
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ↵ | Dean Camera | 2010-09-24 | 1 | -1/+1 |
| | | | | | | | | ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde). Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target. Makefile whitespace fixes. | ||||
* | Make project makefiles correctly clean intermeditary build files from ↵ | Dean Camera | 2010-09-15 | 1 | -2/+2 |
| | | | | assembly and C++ sources (thanks to Daniel Czigany). | ||||
* | Fix invocations of avr-size in all makefiles broken on unpatched *nix ↵ | Dean Camera | 2010-08-08 | 1 | -1/+4 |
| | | | | systems, due to the recent update to the latest WinAVR makefile template. | ||||
* | Fixed software application start command broken in the DFU class bootloader ↵ | Dean Camera | 2010-08-05 | 1 | -0/+1 |
| | | | | when dfu-programmer is used due to application start address corruption. | ||||
* | Re-add deleted linker options to the Bootloader makefiles, which was ↵ | Dean Camera | 2010-07-31 | 1 | -0/+1 |
| | | | | preventing the compiled application from being shifted into the bootloader section address space. |