- 29 Jun, 2012 1 commit
-
-
Dean Camera authored
Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert).
-
- 27 Jun, 2012 1 commit
-
-
Dean Camera authored
Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).
-
- 26 Jun, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 24 Jun, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
Make sure dependency files are generated for assembly files too in the BUILD build system module. Minor code cleanups.
-
Dean Camera authored
-
- 23 Jun, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Move out BUILD build system module start and end messages to the respective targets, as they are only used once.
-
Dean Camera authored
-
- 21 Jun, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
Add svn:eol-style property on all source files where it was missing. Fix line endings of all makefile, *.c and *.h files.
-
Dean Camera authored
-
Dean Camera authored
Add additional sanity checks to the inputs of several AVR32 platform clock management driver functions.
-
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 10 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.
-