aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-29Fixed CDC and DFU bootloaders API page erase and write function failures ↵Dean
(thanks to Martin Lambert). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2377 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-27Fixed invalid configuration descriptor in the low level KeyboardMouse device ↵Dean
demo (thanks to Jun Wako). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2376 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-26Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP ↵Dean
code. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2375 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-26Clean up bootloader makefiles to make them a bit more readable.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2374 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-26Add "mostlyclean" makefile target to the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2373 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Don't enforce silent output on submake - pass down the value set by the user ↵Dean
implicitly instead. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2372 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Make sure dependency files are generated for assembly files too in the BUILD ↵Dean
build system module. Minor code cleanups. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2371 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Fix hard-coded cross-arch utility name in the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2370 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up DOXYGEN and SOURCES build system modules - use non-recursively ↵Dean
evaluated make variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2369 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated ↵Dean
make variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2368 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up BUILD build system module, expose "check-source" target for use in ↵Dean
user applications. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2367 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Move out BUILD build system module start and end messages to the respective ↵Dean
targets, as they are only used once. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2366 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Add ability to archive build object files into a .a library file to the ↵Dean
BUILD build system module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2365 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Oops - fix HID build system module documentation error.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2363 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Add svn:eol-style property on all source files where it was missing. Fix ↵Dean
line endings of all makefile, *.c and *.h files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2361 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Add HID bootloader build module (thanks to Stefan Hellermann).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2360 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Add additional sanity checks to the inputs of several AVR32 platform clock ↵Dean
management driver functions. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2359 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Minor build system improvements - force default shell.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2358 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Enable GCC's -pipe option by default, to build projects using intermediary ↵Dean
logical OS pipes rather than temporary files on disk. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2357 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Add extra human readable output to the build test makefile scripts.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2356 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Revert change to assembly file comment syntax; this apparently breaks on the ↵Dean
current AVR32 GNU assembler. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2355 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-18Minor makefile fixes - add phony targets, remove silence switch from the ↵Dean
root makefile and add missing build modules to the ClassDriver VirtualSerial device demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2354 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII ↵Dean
clone programmer. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2353 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility ↵Dean
breaks if it is not present. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2352 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Minor build system improvements - move out AVRDUDE base flags into a ↵Dean
makefile variable, clean up BUILD module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2351 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Replace C style comments in assembly code with true assembly comments for ↵Dean
consistency and to prevent it from confusing syntax highlighters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2349 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-15Modify CDC and DFU bootloaders so that the various BootloaderAPI components ↵Dean
are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2348 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-12Add missing <math.h> include for the UC3 devices, hide CDC class driver ↵Dean
stream functions for unsupported platforms. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2343 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-12Remove unused makefile macro from the DFU bootloader.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2340 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-11Add ability to generate SYM files in the BUILD module. Clean up build system ↵Dean
output to be slightly more human readable. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2339 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK ↵Dean
build module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2338 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2337 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add checks to the endpoint and pipe configure functions and fail if the ↵Dean
requested endpoint or pipe number is above the maximum for that device. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2336 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add OBJDIR optional build variable to the BULD build system module, to allow ↵Dean
the user project to relocate the output object and dependency files to a different directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2335 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Fix up core library makefile clean target to properly remove dependency files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2334 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Make sure the main library core makefile does not interfere with the Doxygen ↵Dean
module configuration if included in a legacy makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2333 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Minor correction to the UC3 USB clock division formula (thanks to Kim ↵Dean
Blomqvist). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2332 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Update CORE build system module to convert the sorted module data lists into ↵Dean
printable lists, substituting in a "(None)" entry when no data is available. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2331 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add a list of module provided make variables and macros to the build system ↵Dean
modules. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2330 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add Build System documentation to the library manual. Update CPPCHECK build ↵Dean
system module so that it uses the SRC variable rather than just the project directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2329 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Minor tweak to the BuildTest master makefile for better console output.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2328 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2327 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Fix BoardDriverTest build test clean target.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2326 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add compile time warnings for experimental architectures, for those that ↵Dean
don't read the manual. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2325 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Minor build system sanity check fixes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2324 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Change the build system build module makefiles to have a set of sanity check ↵Dean
macros they can call to verify user data. Add additional sanity checks. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2323 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Spell check source code, fix mistakes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2322 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Fix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII ↵Dean
descriptors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2321 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Clean up bootloader makefile comments.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2320 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2319 d5102386-fcda-11dd-9fdb-3debd5008f28