- 21 Jun, 2012 1 commit
-
-
Dean Camera authored
-
- 19 Jun, 2012 3 commits
-
-
Dean Camera authored
Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk.
-
Dean Camera authored
-
Dean Camera authored
Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.
-
- 18 Jun, 2012 1 commit
-
-
Dean Camera authored
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
-
- 17 Jun, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks if it is not present.
-
Dean Camera authored
Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module.
-
Dean Camera authored
Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters.
-
- 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.
-
- 12 Jun, 2012 2 commits
-
-
Dean Camera authored
Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms.
-
Dean Camera authored
-
- 11 Jun, 2012 1 commit
-
-
Dean Camera authored
Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable.
-
- 10 Jun, 2012 16 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add checks to the endpoint and pipe configure functions and fail if the requested endpoint or pipe number is above the maximum for that device.
-
Dean Camera authored
Add OBJDIR optional build variable to the BULD build system module, to allow the user project to relocate the output object and dependency files to a different directory.
-
Dean Camera authored
-
Dean Camera authored
Make sure the main library core makefile does not interfere with the Doxygen module configuration if included in a legacy makefile.
-
Dean Camera authored
-
Dean Camera authored
Update CORE build system module to convert the sorted module data lists into printable lists, substituting in a "(None)" entry when no data is available.
-
Dean Camera authored
-
Dean Camera authored
Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Change the build system build module makefiles to have a set of sanity check macros they can call to verify user data. Add additional sanity checks.
-
- 09 Jun, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE() macro clearing all other bits in MCUSR when called. Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader.
-
- 07 Jun, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 06 Jun, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fix BUILD module so that user flags are applied after all auto-generated flags, ensure dependency files are generated with a .d extension rather than a .o.d extension, allow use of full part names ("at32uc3a0256") instead of GCC truncted part names ("uc3a0256").
-
Dean Camera authored
Simplify AVRDUDE build module, ensure that the correct target names for FLASH and EEPROM writing are passed to the programmer tool.
-
Dean Camera authored
Add optional CPPCHECK_FLAGS parameter to the CPPCHECK build module, for miscellaneous user flags. Ensure the user flags are applied after all auto-generated flags.
-