- 15 Jun, 2012 1 commit
-
-
Dean Camera authored
Modify CDC and DFU bootloaders so that the various BootloaderAPI components are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address.
-
- 09 Jun, 2012 1 commit
-
-
Dean Camera authored
-
- 04 Jun, 2012 1 commit
-
-
Dean Camera authored
Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
-
- 02 Jun, 2012 1 commit
-
-
Dean Camera authored
Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.
-
- 01 Jun, 2012 1 commit
-
-
Dean Camera authored
-
- 17 May, 2012 1 commit
-
-
Dean Camera authored
Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
-
- 10 May, 2012 1 commit
-
-
Dean Camera authored
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
-
- 18 Apr, 2012 1 commit
-
-
Dean Camera authored
Alter the bootloader section sizes to all be 8KB, to be in line with the 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).
-
- 14 Apr, 2012 1 commit
-
-
Dean Camera authored
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
-
- 09 Apr, 2012 1 commit
-
-
Dean Camera authored
Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
-
- 29 Mar, 2012 1 commit
-
-
Dean Camera authored
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
-
- 09 Mar, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 15 Jan, 2012 1 commit
-
-
Dean Camera authored
Minor bootloader tweaks; make some functions static where possible to reduce the compiled binary size, add additional comments to the makefiles.
-
- 23 Nov, 2011 1 commit
-
-
Dean Camera authored
Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line 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.).
-
- 11 Oct, 2011 1 commit
-
-
Dean Camera authored
-
- 21 Sep, 2011 1 commit
-
-
Dean Camera authored
-
- 20 Jun, 2011 1 commit
-
-
Dean Camera authored
Add new "checksource" target to the library makefiles, for automated source file existance checking.
-
- 21 Mar, 2011 1 commit
-
-
Dean Camera authored
-
- 19 Feb, 2011 1 commit
-
-
Dean Camera authored
Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
-
- 09 Feb, 2011 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Change bootloader makefiles to automatically compute the bootloader starting address from a flash size and bootloader section size, expressed in KB.
-
- 10 Jan, 2011 1 commit
-
-
Dean Camera authored
Altered all endpoint/pipe stream transfers so that the new BytesProcessed 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).
-
- 24 Dec, 2010 1 commit
-
-
Dean Camera authored
Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to reduce the compiled binary size, as the endpoint initialization order is fixed in the code.
-
- 09 Nov, 2010 1 commit
-
-
Dean Camera authored
-
- 29 Oct, 2010 2 commits
-
-
Dean Camera authored
Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code.
-
Dean Camera authored
Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
-
- 13 Oct, 2010 1 commit
-
-
Dean Camera authored
-
- 07 Oct, 2010 1 commit
-
-
Dean Camera authored
Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size.
-
- 24 Sep, 2010 1 commit
-
-
Dean Camera authored
Added the --suppress-bootloader-mem option to the makefile dfu target, to 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.
-
- 15 Sep, 2010 1 commit
-
-
Dean Camera authored
Make project makefiles correctly clean intermeditary build files from assembly and C++ sources (thanks to Daniel Czigany).
-
- 08 Aug, 2010 1 commit
-
-
Dean Camera authored
Fix invocations of avr-size in all makefiles broken on unpatched *nix systems, due to the recent update to the latest WinAVR makefile template.
-
- 05 Aug, 2010 1 commit
-
-
Dean Camera authored
Fixed software application start command broken in the DFU class bootloader when dfu-programmer is used due to application start address corruption.
-
- 31 Jul, 2010 1 commit
-
-
Dean Camera authored
Re-add deleted linker options to the Bootloader makefiles, which was preventing the compiled application from being shifted into the bootloader section address space.
-
- 30 Jul, 2010 1 commit
-
-
Dean Camera authored
Add the formula used to obtain the bootloader start address to the Bootloader makefiles to help users compute the correct address for each device based on the bootloader section size.
-
- 19 Jul, 2010 1 commit
-
-
Dean Camera authored
Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
-
- 18 Jul, 2010 1 commit
-
-
Dean Camera authored
-
- 15 Jul, 2010 2 commits
-
-
Dean Camera authored
Disable strict aliasing explicitly in the project makefiles, as this is apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.
-
Dean Camera authored
Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform. Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure.
-
- 12 Jul, 2010 1 commit
-
-
Dean Camera authored
-