Commit Graph

  • d18f12bf42 Added additional MIDI command definitions to the MIDI class driver (thanks to Daniel Dreibrodt). Dean Camera 2013-03-28 14:59:19 +00:00
  • 8cd249c342 Add BIN build system target information to the documentation. Dean Camera 2013-03-28 09:30:37 +00:00
  • 4ba4097716 Fixed race condition in the DFU class bootloader causing failed device reprogramming in some circumstances (thanks to Luis Mendes). Dean Camera 2013-03-27 18:55:30 +00:00
  • 366c759795 Merge branch 'matrix_scan_fix' tmk 2013-03-27 17:16:27 +09:00
  • 2795b7a0a3 Fix debouncing on gh60, hbkb, macway tmk 2013-03-27 17:15:06 +09:00
  • 969cc4f812 Merge branch 'suspend_fix' tmk 2013-03-27 15:23:57 +09:00
  • ac509aa079 Add sleep LED test command tmk 2013-03-27 15:21:50 +09:00
  • f57a44261e Fix Makefile of gh60 tmk 2013-03-27 15:21:16 +09:00
  • afc3148e23 Add supsend and wakeup to pjrc stack tmk 2013-03-26 16:55:45 +09:00
  • f2e974954b Minor documentation improvements. Dean Camera 2013-03-26 18:59:45 +00:00
  • 3bc066cd69 Clean up the Mass Storage bootloader virtual FAT directory entry definitions. Dean Camera 2013-03-25 21:09:55 +00:00
  • 169f21fbb1 Add Long File Name (VFAT) entry to the Mass Storage class bootloader, so that systems such as Linux that load a VFAT filesystem driver instead of the legacy MSDOS filesystem do not corrupt the volume by trying to write a LFN entry. Dean Camera 2013-03-25 20:58:33 +00:00
  • 2c0bb5e7e6 Add common/suspend.c tmk 2013-03-25 01:46:32 +09:00
  • 1f19176867 Merge branch 'yeeeargh-patch' tmk 2013-03-25 00:04:54 +09:00
  • b862b4f030 Fix hid_liber for new keymap framework by yeeeargh tmk 2013-03-25 00:01:30 +09:00
  • 654217548b Fix incorrect Interrupt disable function for the XMEGA architecture (thanks to Simon Küppers). Dean Camera 2013-03-23 21:53:56 +00:00
  • 31d3984d8d Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael). Dean Camera 2013-03-23 12:01:25 +00:00
  • 141f24b4a1 Add known-issues documentation section to the various LUFA bootloaders. Dean Camera 2013-03-22 23:24:02 +00:00
  • 2b08a150a4 Merge branch 'add_build_options' tmk 2013-03-21 15:44:33 +09:00
  • b2a19328ad Changed Makefile and config.h for new options tmk 2013-03-21 15:34:36 +09:00
  • 74aea627e7 Clean action.c tmk 2013-03-21 15:24:48 +09:00
  • d44290b91b Add NO_ACTION_ONESHOT config option tmk 2013-03-21 14:42:40 +09:00
  • 54e46d7818 Add smaller AVR8 targets to the Mass Storage bootloader target list in the Bootloader build test. Dean Camera 2013-03-20 20:03:00 +00:00
  • 04feb435ed Fix broken core library Doxygen version number makefile macro. Dean Camera 2013-03-20 19:56:35 +00:00
  • 9d988fdc22 Make the Mass Storage bootloader compatible with the original (green) XPLAIN boards. Dean Camera 2013-03-20 19:08:54 +00:00
  • 199cf8f183 Significantly reduce the size of the Mass Storage class bootloader, by removing dependencies on large LUFA internal functions. Dean Camera 2013-03-20 19:02:29 +00:00
  • 6e8642185a Fix corrupted disassembly listing (LSS) files due to linker relaxations; pass -mrelax to the compiler to make it aware of, and able to compensate for, linker relaxations. Dean Camera 2013-03-20 17:50:56 +00:00
  • 9a3edb897a Fix Makefile and config.h of gh60 for new options tmk 2013-03-21 01:36:59 +09:00
  • b2e49663f6 Minor documentation improvements. Dean Camera 2013-03-19 17:03:31 +00:00
  • dbcac865b9 Add NO_ACTION_KEYMAP config option tmk 2013-03-20 00:56:54 +09:00
  • ecb7550a91 Add NO_ACTION_FUNCTION config option tmk 2013-03-20 00:37:32 +09:00
  • 9757f960f9 Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options tmk 2013-03-20 00:28:13 +09:00
  • b057511f45 Add NO_ACTION_OVERLAY config option tmk 2013-03-20 00:26:01 +09:00
  • 1687041267 Add COMMAND_ENABLE build option tmk 2013-03-19 16:05:53 +09:00
  • 9a106537f6 Add NO_PRINT and NO_DEBUG config options. tmk 2013-03-19 14:08:40 +09:00
  • 262b7d7b7b Make Mass Storage bootloader makefile variable naming consistent. Dean Camera 2013-03-18 19:25:36 +00:00
  • 03cdb09071 Minor documentation improvements. Dean Camera 2013-03-18 19:24:55 +00:00
  • 88bcc6fde5 Speed up Mass Storage bootloader by turning off the internal clock divider, as there is enough FLASH space to do so. Dean Camera 2013-03-18 17:27:18 +00:00
  • 1703283893 Ensure bootloader makefile calculation functions are uniform across all bootloaders. Dean Camera 2013-03-18 17:21:02 +00:00
  • be33d3a515 Update Mass Storage bootloader so that it can support devices with only 4KB bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code. Dean Camera 2013-03-18 17:18:11 +00:00
  • f8a1dc7424 Minor documentation improvements. Dean Camera 2013-03-18 17:04:33 +00:00
  • f429975e01 Tweak the LUFA config for the Mass Storage class bootloader to reduce the compiled size slightly by removing unused features. Dean Camera 2013-03-17 16:37:00 +00:00
  • dd1e18b264 Minor documentation improvements. Dean Camera 2013-03-17 16:34:33 +00:00
  • 8580c8d291 Enable Boot magick on hhkb tmk 2013-03-18 01:02:18 +09:00
  • 6dd4d0a9f1 Fixed incorrect HID report descriptor generated for 16-bit axis ranges by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() macros (thanks to Guillaume Germaine) Dean Camera 2013-03-17 13:52:12 +00:00
  • db79c1160b Change sleep led step table to get smooth tmk 2013-03-16 23:45:11 +09:00
  • 0142e20bf0 Add desription about breathing sleep LED tmk 2013-03-16 17:45:42 +09:00
  • e4589f808e Merge branch 'remote_wakeup' tmk 2013-03-16 17:30:18 +09:00
  • f0c5f1b910 Add breathing sleep LED during USB suspend tmk 2013-03-15 22:22:57 +09:00
  • d1155a9a27 Enable C++ compatibility check warnings in the ModuleTest build test. Dean Camera 2013-03-14 21:09:14 +00:00
  • 1575ca57bb Minor documentation improvements. Dean Camera 2013-03-14 21:08:53 +00:00
  • 42f6ff0886 Add power down mode sleep and watchdog interrupt tmk 2013-03-14 22:45:02 +09:00
  • e635872612 Small size improvement in the Printer and Mass Storage class bootloaders. Dean Camera 2013-03-13 21:19:31 +00:00
  • cb4e4a711e Fix invalid definition of STDOUT_ASSERT(). Dean Camera 2013-03-13 21:18:53 +00:00
  • c8cfde0138 Add intial code of RemoteWakeUp tmk 2013-03-13 16:01:53 +09:00
  • 9e8bf8c0cf Fix "grep: Version.h: No such file or directory" error when including the core LUFA library makefile in a legacy makefile. Dean Camera 2013-03-12 16:53:16 +00:00
  • cc8b12f1cb Add missing module dependency to the USBtoSerial project. Minor documentation corrections. Dean Camera 2013-03-12 15:17:53 +00:00
  • b78c654693 Merge branch 'debouncing_fix' tmk 2013-03-12 16:12:44 +09:00
  • 30f9baf898 Fix debouncing and add legacy keymap support tmk 2013-03-12 16:05:50 +09:00
  • c4ab832be0 Fix Locking CapsLock support in ADB converter tmk 2013-03-12 12:10:12 +09:00
  • c0137b4b32 Add description of Locking CapsLock in README tmk 2013-03-12 11:36:53 +09:00
  • 738baccb8f Merge branch 'locking_caps' tmk 2013-03-12 10:49:59 +09:00
  • 92b92dd78f Add mechanical locking switch support for CapsLock tmk 2013-03-12 01:07:06 +09:00
  • 8b9bd51d3a Add description of Boot Magic in README tmk 2013-03-11 16:01:35 +09:00
  • 48433a5e99 Merge branch 'eeprom_config' tmk 2013-03-11 15:35:55 +09:00
  • ef8439bddb Add build option BOOTMAGIC_ENABLE tmk 2013-03-11 15:28:14 +09:00
  • d055e0633e Fix debug parameter setting in eeconfig tmk 2013-03-11 15:10:56 +09:00
  • 1d5bbb55f2 Fix legacy keymap support tmk 2013-03-11 14:39:06 +09:00
  • fe2230cf60 Add default value to BOOTLOADER_SIZE tmk 2013-03-11 13:32:46 +09:00
  • 61d396b555 Minor documentation improvements. Dean Camera 2013-03-10 20:25:26 +00:00
  • 68c317c4e9 Fix off-by-one error in the Mass Storage bootloader file size, add missing Volume Label directory entry. Remove incorrect reference to "printer" in the bootloader documentation. Dean Camera 2013-03-10 19:53:48 +00:00
  • e4fbaf30be Add keyconf in eeconfig.c tmk 2013-03-11 01:55:41 +09:00
  • 09bd1aef12 Rename HOST_* to PROTOCOL_* in protocol/*.mk tmk 2013-03-11 00:14:58 +09:00
  • db024b6b18 Add --relax for size optimization to gh60 tmk 2013-03-11 00:05:35 +09:00
  • de8ef18a53 Add KEYCONF to eeconfig.c tmk 2013-03-10 19:22:54 +09:00
  • de9d05f32a Enable Mass Storage bootloader builds in the BootloaderTest build test. Dean Camera 2013-03-10 09:42:12 +00:00
  • 0b1f33e2a2 Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional. Dean Camera 2013-03-10 09:35:43 +00:00
  • ef7b6a274c Fix Printer bootloader top level documentation. Dean Camera 2013-03-10 09:34:28 +00:00
  • 32fcf1ec53 Remove compiled BIN files when running "make clean" with the BUILD build system module. Dean Camera 2013-03-10 09:34:13 +00:00
  • 3f52d6ee06 Add top level documentation to the Mass Storage class bootloader. Dean Camera 2013-03-10 09:32:03 +00:00
  • dddb709c43 Oops - fix broken FAT_DATE() and FAT_TIME() macros. Dean Camera 2013-03-10 09:21:57 +00:00
  • df9b04c87f Add documentation to the incomplete Mass Storage class bootloader, update the virtual FAT file entry so that the bootloader section is omitted (not user readable/writable). Fix some minor documentation errors in the Printer class bootloader. Dean Camera 2013-03-10 09:20:55 +00:00
  • 51050875b7 Add BOOTLOADER_SIZE and remove BOOT_SIZE tmk 2013-03-10 15:36:07 +09:00
  • 6c9632ae38 Minor optimizations and corrections to the incomplete Mass Storage class bootloader. Dean Camera 2013-03-10 08:38:47 +00:00
  • f55c677ba4 Fix watchdog in bootloader jump tmk 2013-03-10 15:05:28 +09:00
  • 1385058fc2 Fix gh60/matrix.c and Makefile tmk 2013-03-09 22:23:32 +09:00
  • d5cff25cd1 Update Bootloader buld test to generate bootloaders using the new Printer class bootloader. Optimize incomplete Mass Storage bootloader LUFA configuration. Dean Camera 2013-03-09 11:11:05 +00:00
  • e62e50c663 Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling routines, to prevent ejection errors on *nix systems due to an unknown SCSI command. Dean Camera 2013-03-09 10:59:53 +00:00
  • d5d83b8e8f Add LED flashing to the incomplete Mass Storage class bootloader. Clean up virtual FAT implementation. Dean Camera 2013-03-09 10:51:19 +00:00
  • 726b325c73 Update BUILD build system module to produce BIN files as well as HEX. Dean Camera 2013-03-09 10:37:12 +00:00
  • bb8754e2b8 Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage class bootloader. Dean Camera 2013-03-09 10:32:17 +00:00
  • 63e1fc6e6c Make the VirtualFAT firmware file read from device flash when opened by the host in the incomplete Mass Storage class bootloader. Dean Camera 2013-03-09 09:24:26 +00:00
  • d5d9ff73e5 Remove debug code from the incomplete Mass Storage class bootloader, rename main source files. Dean Camera 2013-03-09 09:17:42 +00:00
  • 0f0f9638a3 Use real firmware file size in the VirtualFAT layer, clean up FAT12 chain update function. Dean Camera 2013-03-09 09:13:44 +00:00
  • f00754ed97 FAT heuristics mean a disk as small as the one emulated in the incomplete Mass Storage bootloader *must* be FAT12, not FAT16. Update to use a FAT12 cluster chain. Dean Camera 2013-03-09 08:48:00 +00:00
  • 6da1677bc3 Fix off-by-one in the VirtualFAT cluster chain generator. Dean Camera 2013-03-09 08:08:31 +00:00
  • 7f5dab4f26 Refactor macros in the VirtualFAT implementation of the incomplete Mass Storage bootloader. Dean Camera 2013-03-09 08:00:22 +00:00
  • f0c7a11670 Corrections and debug channel in the Incomplete Mass Storage class bootloader. Dean Camera 2013-03-09 07:49:46 +00:00
  • 4d64fd8faa Add bootmagic.c and fix bootloader_jump tmk 2013-03-09 11:22:27 +09:00
  • 4753528b9e Add APIs to the incomplete Mass Storage bootloader. Dean Camera 2013-03-08 15:52:05 +00:00