1
0

Commit Graph

  • db3f8565b8 Enhance bootloader descriptor strings in the CDC and DFU bootloaders. Dean Camera 2012-07-29 15:14:56 +00:00
  • 33f832b958 Add missing source URL for the HID DLL library use in the TempDataLogger application. Dean Camera 2012-07-28 12:43:31 +00:00
  • cf48972f5a Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test. Dean Camera 2012-07-26 20:00:06 +00:00
  • a002487140 Add hack to the XPLAINBridge project to allow it to compile even if an identical OBJDIR directory exists in the dependant AVRISP-MKII clone project folder. Dean Camera 2012-07-26 19:57:02 +00:00
  • 16cd7c6896 Add support for the Olimex AVR-ISP-MK2 board. Dean Camera 2012-07-26 19:23:15 +00:00
  • 5a0bd85330 Fix errors in some board driver LED_Disable() functions. Dean Camera 2012-07-26 19:16:58 +00:00
  • efa5d54093 Minor documentation fixes. Dean Camera 2012-07-26 14:59:29 +00:00
  • 9f0cd5ebb8 Split out bootloader HEX generation into separate directories for each bootloader in the maintenance script. Dean Camera 2012-07-25 15:47:24 +00:00
  • b8807e9928 Extend bootloader build test to include all supported configurations including the special XPLAIN board configuration and possible F_USB values. Dean Camera 2012-07-24 15:43:39 +00:00
  • 61d52c9fff Force the maintenance script to built bootloaders with F_USB values of 8MHz and 16Mhz - fix when additional architecture bootloaders are available. Dean Camera 2012-07-24 05:13:06 +00:00
  • c90b9b507d Add missing UC3 architecture F_USB configuration checks. Dean Camera 2012-07-24 05:03:11 +00:00
  • bfee7f8c56 Add missing supported bootloader configurations to the BootloaderTest build test. Dean Camera 2012-07-23 20:00:32 +00:00
  • 5b6bae3445 Make the bootloader generation maintenance script copy over the project license text when generation is complete. Dean Camera 2012-07-23 19:19:34 +00:00
  • 07f4f8e990 Update bootloader build test with bootloader target board information. Dean Camera 2012-07-23 19:13:52 +00:00
  • 8820b1f6cc Add a "make_bootloaders" target to the Maintenance makefile, to generate all possible bootloaders and archive them for separate distribution. Dean Camera 2012-07-23 19:04:01 +00:00
  • c0da7660fc Add missing INTC_GetInterruptHandler() function prototype. Dean Camera 2012-07-22 14:00:58 +00:00
  • badbca5791 Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set. Dean Camera 2012-07-22 13:32:39 +00:00
  • e075361b6f Add CONSOLE_ENABLE build option to LUFA. tmk 2012-07-14 02:47:29 +09:00
  • 8e1328dc6a Commit for the LUFA-120730-BETA release. Dean Camera 2012-07-16 17:07:47 +00:00
  • 5b8b5018f2 Minor documentation improvements. Dean Camera 2012-07-15 18:49:42 +00:00
  • 3ca025f214 Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests. Dean Camera 2012-07-15 09:59:35 +00:00
  • 3c1b28cf5f Use immediate variable expansion in the second-deepest level makefile scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable. Dean Camera 2012-07-14 23:04:37 +00:00
  • a57ed1abfb Update makefile template with the new build module filenames. Dean Camera 2012-07-14 16:14:17 +00:00
  • 79122426c9 Fix up main library core makefile include paths. Dean Camera 2012-07-14 13:24:59 +00:00
  • b7e3c86e4e Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Dean Camera 2012-07-14 13:18:13 +00:00
  • d4980e58d4 Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line with the DFU module target names. Dean Camera 2012-07-14 12:59:53 +00:00
  • 1faa5ba70a Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors. Dean Camera 2012-07-11 19:57:19 +00:00
  • a9b6852603 Oops - override OBJDIR with "." not blank for the XPLAINBridge project. Dean Camera 2012-07-10 21:16:17 +00:00
  • 22eeb9b4e9 Override the OBJDIR setting for the XPLAINBridge project, as this currently doesn't work. Turn off check-config test in the StaticAnalysisTest build test to save time - if the standard build fails this can be run manually to determine the problem cause. Dean Camera 2012-07-10 21:13:09 +00:00
  • 0da99447d3 Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories. Dean Camera 2012-07-10 20:49:03 +00:00
  • e3578113c9 Fix Maintenance makefile calling "make" directly rather than using $(MAKE). Dean Camera 2012-07-10 20:15:48 +00:00
  • 3bf7ce15d5 Fix up makefile .NOTPARALLEL heuristics so that linear building is only enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique. Dean Camera 2012-07-10 19:33:39 +00:00
  • b2920402b4 Add check and error to the BUILD module if OBJDIR option is set but object filenames are not unique. Dean Camera 2012-07-10 18:51:21 +00:00
  • 7f29c468d7 Slightly better method of recursive make - use proper make dependencies to allow for parallel builds. Dean Camera 2012-07-10 18:30:41 +00:00
  • fafb52118d Fix broken builds when OBJDIR is specified in the BUILD build system module. Dean Camera 2012-07-09 16:17:57 +00:00
  • 73a87a8c7b Remove unnecessary build system modules from the HID EEPROM Loader shim application makefile. Dean Camera 2012-07-09 16:17:20 +00:00
  • 5087e6c303 Clean up HID EEPROM loader shim application code, simplify project makefile. Ensure shim application is properly rebuild by explicitly cleaning it before requesting a rebuild. Dean Camera 2012-07-08 19:38:38 +00:00
  • fb8394da83 Change keymap of hhkb/macway. tmk 2012-07-09 00:11:26 +09:00
  • 8947029950 Interrupt driven Control ep and Console task tmk 2012-07-08 23:57:25 +09:00
  • c4da1929cd Update BUILD build system module with OBJECT_FILES variable, for additional user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target. Dean Camera 2012-07-08 10:24:39 +00:00
  • 56d368f2de Reduce bootloader magic key to 16 bits to save FLASH space. Dean Camera 2012-07-07 15:30:35 +00:00
  • 10944d9ddf Update CDC driver INF files so that they should work even on systems without usbser.sys extracted by default (see MS KB entry 837637). Dean Camera 2012-07-07 13:43:15 +00:00
  • 8881e5a52d Minor documentation improvements. Dean Camera 2012-07-06 20:16:22 +00:00
  • f7ad67cf18 Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_PATH rather than LUFA_PATH. Dean Camera 2012-07-05 18:32:50 +00:00
  • 865529adea Minor documentation improvements. Dean Camera 2012-07-03 16:00:31 +00:00
  • 4b8a46193e Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs() function implementations (thanks to MitchJS). Dean Camera 2012-07-03 15:54:17 +00:00
  • 34c1b49cd1 Minor documentation improvements. Dean Camera 2012-07-03 15:53:44 +00:00
  • ab89bfce03 Fix LUFA descriptor of Extra for Windows tmk 2012-07-02 11:53:11 +09:00
  • 5d9403fde4 Fix up non-relative header file include paths (thanks to Kim Blomqvist). Dean Camera 2012-07-01 13:20:16 +00:00
  • fca518f90d Merge branch 'lufa' tmk 2012-06-30 14:56:24 +09:00
  • 2769f09d11 Fix Makefiles. tmk 2012-06-30 14:44:59 +09:00
  • 6d79e6579f Add support of USBasp bootloader. tmk 2012-06-30 14:44:14 +09:00
  • 2c5d3ac76f Add Makefile.lufa to keyboard/hhkb and hbkb. tmk 2012-06-30 13:26:09 +09:00
  • f427529a30 Fix bootloader.c tmk 2012-06-30 11:19:07 +09:00
  • a112f3614e confirm SetReport LED. tmk 2012-06-29 16:48:36 +09:00
  • 2e27cc2670 Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert). Dean Camera 2012-06-29 04:55:44 +00:00
  • f2ebac101d Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE. tmk 2012-06-29 03:33:59 +09:00
  • 52011f08c9 Make console compatible with PJRC hid_listen. tmk 2012-06-28 23:54:54 +09:00
  • cc68adeb57 Add protocol/lufa. LUFA supported now. tmk 2012-06-28 23:05:21 +09:00
  • 3d81d5221e Add consumer/system control feature to LUFA. tmk 2012-06-28 20:15:56 +09:00
  • a9a3610dd4 Add LUFA mouse feature and fix mouse report. tmk 2012-06-28 16:51:56 +09:00
  • effa5914bf clean descriptor setting. Remove keyboard OUT Endpoint. tmk 2012-06-28 12:59:17 +09:00
  • 579fbb68fc Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako). Dean Camera 2012-06-27 19:41:30 +00:00
  • 3969ec09b4 Add sendchar with Generic HID to support debug print. tmk 2012-06-27 18:31:33 +09:00
  • 6f90d45684 Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP code. Dean Camera 2012-06-26 18:53:30 +00:00
  • c9ba8f2a2c Clean up bootloader makefiles to make them a bit more readable. Dean Camera 2012-06-26 17:54:04 +00:00
  • 80fab49e1d Add "mostlyclean" makefile target to the BUILD build system module. Dean Camera 2012-06-26 17:37:25 +00:00
  • dd93d2915f initial attempt for LUFA. tmk 2012-06-26 15:55:45 +09:00
  • aba33a0334 Don't enforce silent output on submake - pass down the value set by the user implicitly instead. Dean Camera 2012-06-24 19:38:37 +00:00
  • 3f4efc6159 Make sure dependency files are generated for assembly files too in the BUILD build system module. Minor code cleanups. Dean Camera 2012-06-24 15:48:30 +00:00
  • 8b985b44b5 Fix hard-coded cross-arch utility name in the BUILD build system module. Dean Camera 2012-06-24 13:32:39 +00:00
  • 6655815b32 Clean up DOXYGEN and SOURCES build system modules - use non-recursively evaluated make variables. Dean Camera 2012-06-23 17:03:01 +00:00
  • 43e10d666b Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables. Dean Camera 2012-06-23 17:02:15 +00:00
  • 90b6bf9e25 Clean up BUILD build system module, expose "check-source" target for use in user applications. Dean Camera 2012-06-23 17:01:08 +00:00
  • e5cf169469 Move out BUILD build system module start and end messages to the respective targets, as they are only used once. Dean Camera 2012-06-23 15:18:16 +00:00
  • bf5b49ecf5 Add ability to archive build object files into a .a library file to the BUILD build system module. Dean Camera 2012-06-23 15:15:52 +00:00
  • 924edb2f9a Oops - fix HID build system module documentation error. Dean Camera 2012-06-21 21:22:05 +00:00
  • ef06eefc8b 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 2012-06-21 20:27:00 +00:00
  • 393fc71d8e Add HID bootloader build module (thanks to Stefan Hellermann). Dean Camera 2012-06-21 20:24:29 +00:00
  • 532b3a18f1 Add additional sanity checks to the inputs of several AVR32 platform clock management driver functions. Dean Camera 2012-06-21 20:21:06 +00:00
  • 8ccc2b2272 Minor build system improvements - force default shell. Dean Camera 2012-06-21 20:06:10 +00:00
  • cce71a74e7 Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk. Dean Camera 2012-06-19 19:36:03 +00:00
  • 1d2f231cc1 Add extra human readable output to the build test makefile scripts. Dean Camera 2012-06-19 19:35:12 +00:00
  • 7e65340c31 Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler. Dean Camera 2012-06-19 19:31:01 +00:00
  • 6fa8da4e56 Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo. Dean Camera 2012-06-18 20:36:51 +00:00
  • 76033dcd89 Add a keymap layer into ADB converter. tmk 2012-06-18 12:23:17 +09:00
  • d8621ee8f4 Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone programmer. Dean Camera 2012-06-17 15:35:17 +00:00
  • 7d83e10b7f Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks if it is not present. Dean Camera 2012-06-17 12:55:50 +00:00
  • c128d8783e Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module. Dean Camera 2012-06-17 11:40:50 +00:00
  • 751806458b Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters. Dean Camera 2012-06-17 10:59:49 +00:00
  • 4da2ba9f1c 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. Dean Camera 2012-06-15 16:02:19 +00:00
  • dd10d11a44 Change pin configurationa and keymap. tmk 2012-06-15 16:14:56 +09:00
  • c4ebddd27a Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms. Dean Camera 2012-06-12 19:49:15 +00:00
  • deb6fce7bc Remove unused makefile macro from the DFU bootloader. Dean Camera 2012-06-12 17:10:24 +00:00
  • 3d39cbe94b Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable. Dean Camera 2012-06-11 18:58:14 +00:00
  • 784c6e3979 Fix README.md: remove bad links tmk 2012-06-11 15:20:40 +09:00
  • 62d1ebb91c Merge branch 'newdir' tmk 2012-06-11 10:53:02 +09:00
  • 81706d1130 Moved protocol files; news and x68k. tmk 2012-06-10 23:50:47 +09:00
  • 2351c46f0b Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module. Dean Camera 2012-06-10 20:08:02 +00:00
  • e7e45baef1 Minor documentation improvements. Dean Camera 2012-06-10 20:02:52 +00:00