1
0

Commit Graph

  • 6ea66a7770 Tweak the VSIX output names to indicate if it is a release or testing version. Dean Camera 2013-04-06 22:08:52 +00:00
  • 7c3867da33 Added new CONCAT() and CONCAT_EXPANDED() convenience macros. Dean Camera 2013-04-06 22:07:54 +00:00
  • 7dc77a6abc Update VSIX package generator; allow all newer test builds to be installed over the top of each other without first uninstalling the existing one, but allow all releases to supersede test builds. Dean Camera 2013-04-06 21:21:13 +00:00
  • dd08100a7d Clean up bootloader project ASF integration code. Dean Camera 2013-04-06 19:42:46 +00:00
  • 9aabce09f1 Add bootloader projects for Atmel Studio 6.1 (requires latest AS6.1 trunk). Dean Camera 2013-04-06 14:41:40 +00:00
  • ace61d757e Add checks to the bootloaders so that they will give a user-friendly compile error if not compiled with size optimizations. Dean Camera 2013-04-06 14:34:57 +00:00
  • 78fd5a7154 Add doc/build.md and doc/other_projects.md tmk 2013-04-06 00:01:04 +09:00
  • 09ae9ad004 Minor documentation improvements. Dean Camera 2013-04-04 20:29:40 +00:00
  • e40f0eb289 Automatically exit the printer class bootloader and start the application when the end of the HEX file is reached (thanks to Hans Schou). Dean Camera 2013-04-04 20:02:52 +00:00
  • c26a5eb2ac Fix keymap for new actions tmk 2013-04-05 03:44:42 +09:00
  • a8c465215f Merge branch 'action_refine' tmk 2013-04-05 03:28:10 +09:00
  • fbea2a3aae Fix keymap of hhkb for new actions tmk 2013-04-05 03:27:10 +09:00
  • 25d8de6e7b Fix doc/keymap.md for new actions tmk 2013-04-05 02:56:29 +09:00
  • 489fd75fdf Fix keymap of gh60 tmk 2013-04-05 01:39:17 +09:00
  • f9a7e224a4 Fix ACT_MODS action and switch_default_layer command tmk 2013-04-04 16:29:44 +09:00
  • ebe798f081 Add file action_code.h tmk 2013-04-04 15:16:03 +09:00
  • 6b155432dd Fix doc/keymap.md tmk 2013-04-03 01:33:33 +09:00
  • d612242692 Fix ACTION_LAYER macros tmk 2013-04-03 01:33:04 +09:00
  • c6d88d2795 Rename file layer_switch to action_layer tmk 2013-04-02 17:44:24 +09:00
  • cc8e66754b Refine ACT_LAYER and ACT_LAYER_TAP tmk 2013-04-02 16:09:43 +09:00
  • 646e63b089 Add explicit requirements for the AppConfig.h headers in the various project asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades. Dean Camera 2013-04-01 07:39:53 +00:00
  • 7dc5295103 Minor clean up of the Mass Storage bootloader. Dean Camera 2013-03-31 14:15:03 +00:00
  • 10f33a3e48 Remove ACT_KEYMAP and ACT_OVERLAY tmk 2013-03-31 22:47:19 +09:00
  • dc389f1c72 Add experimental warnings to the XMEGA and UC3 architectures when used in Atmel Studio 6.1. Dean Camera 2013-03-31 10:28:51 +00:00
  • 85343a436d Add ATTR_NEVER_INLINE attribute. Add EEPROM byte read/write proxy functions to the Mass Storage bootloader to prevent link errors due to linker relaxations. Dean Camera 2013-03-31 09:37:30 +00:00
  • 7251da6581 Add EEPROM read/write support to the Mass Storage class bootloader. Dean Camera 2013-03-30 17:16:29 +00:00
  • 829ecefe41 Clean up the VirtualFAT implementation. Dean Camera 2013-03-30 15:13:42 +00:00
  • b956fedeeb Minor cleanup of the Mass Storage bootloader VirtualFAT code. Dean Camera 2013-03-29 13:14:07 +00:00
  • ddd6632295 Oops - ensure the SCSI transfer length is correct in the Mass Storage bootloader. Dean Camera 2013-03-29 10:40:40 +00:00
  • 907cb2459c Minor documentation improvements. Dean Camera 2013-03-29 10:29:11 +00:00
  • 83d5c4729e Update Mass Storage bootloader for Linux compatibility, and to reduce the compiled bootloader size. Linux appears to replace files with a cluster offset on the disk rather than re-using the same disk clusters (unlike Windows) so the file offset needs to be tracked and compensated for. Dean Camera 2013-03-29 10:23:09 +00:00
  • 353a9b56e6 Fix BOOTLOADER_SIZE setting tmk 2013-03-29 11:31:21 +09:00
  • 41bf920412 Refine README.md tmk 2013-03-29 10:56:19 +09:00
  • 0644d87263 Merge branch 'action_tapping' tmk 2013-03-29 02:48:34 +09:00
  • c69f7e1069 Add action_tapping.[ch] for refactoring tmk 2013-03-29 00:56:34 +09:00
  • 148b434228 Minor documentation improvements. Dean Camera 2013-03-28 14:59:32 +00:00
  • 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