Commit Graph

  • bcd07f4f8a AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable. Dean Camera 2013-11-02 12:17:31 +01:00
  • 676d94d137 Fix PS/2 mouse support tmk 2013-11-02 03:10:49 +09:00
  • 1591764cfb Tweak time values of busywait PS/2 tmk 2013-11-02 03:06:51 +09:00
  • eea3b699a6 Merge branch 'onekey' tmk 2013-10-31 12:30:42 +09:00
  • 94323fadd1 Minor documentation improvements. Dean Camera 2013-10-30 19:36:55 +01:00
  • b7b6f212e9 Add new Bulk Vendor device demo application. Dean Camera 2013-10-30 19:34:31 +01:00
  • 14e44b626f Add Python host test application for the low level GenericHID demo. Dean Camera 2013-10-30 18:56:02 +01:00
  • b9fe36f237 Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs tmk 2013-10-28 11:43:45 +09:00
  • ee109d68d6 Delete MOUSEKEY_DELAY_TIME in config.h tmk 2013-10-28 11:32:19 +09:00
  • 814d0b9098 Minor documentation fixes. Dean Camera 2013-10-27 23:15:20 +01:00
  • 85141b37f9 Use non-abbreviated XPROG/PDI/TPI constant names. Dean Camera 2013-10-27 22:36:02 +01:00
  • 560e5f75fb Refactor AVRISP MKII Clone PDI/TPI command constants to simplify the driver code. Dean Camera 2013-10-27 21:34:44 +01:00
  • e1b19e4e10 More minor speedups to the AVRISP-MKII clone programmer PDI memory reading code. Dean Camera 2013-10-27 18:26:11 +01:00
  • 13b3014db4 Merge branch 'master' of github.com:abcminiuser/lufa Dean Camera 2013-10-27 18:25:30 +01:00
  • 3fc75f130b Minor documentation improvements. Dean Camera 2013-10-27 18:16:07 +01:00
  • cf41d16bc7 Only issue the REPEAT instruction in the clone programmer if needed to reduce protocol overhead. Dean Camera 2013-10-27 18:15:03 +01:00
  • c18c52f551 Merge blargg's fix into adb.c tmk 2013-10-14 23:37:05 +09:00
  • e7a8fd6033 Merge pull request #10 from mondalaci/replace-audio-interface-numbers-with-enums Dean Camera 2013-10-12 02:15:50 -07:00
  • cb10891bd6 Replace remaining MIDI interface numbers with enums. László Monda 2013-10-12 00:44:50 +02:00
  • 7024bb4c79 Merge pull request #9 from mondalaci/replace-remaining-interface-numbers-with-enums Dean Camera 2013-10-11 12:50:01 -07:00
  • 59ecced486 Add ADB protocol files from blargg's work tmk 2013-10-11 10:12:22 +09:00
  • 352152c664 Replace CDC interface numbers with enums. László Monda 2013-10-10 00:32:35 +02:00
  • 86082f90fa Change ADB scan delay 12ms tmk 2013-10-09 12:20:03 +09:00
  • e8e8f93bcf Fix ADB missing keystrokes problem Thanks, blargg! #14 tmk 2013-10-08 12:23:25 +09:00
  • 63b3e2cbfb Make LUFA stack as default for ADB converter tmk 2013-10-08 10:55:40 +09:00
  • 48662ace8b Fix build error and debug print PJRC stack #69 #68 tmk 2013-10-08 10:49:13 +09:00
  • 35f9f30074 Add timeout option to MODS_ONESHOT #66 tmk 2013-10-07 23:28:17 +09:00
  • ab238601b9 Minor documentation corrections. Dean Camera 2013-10-06 22:33:32 +02:00
  • 7ce4d35c39 Merge pull request #8 from mondalaci/extract-interface-numbers Dean Camera 2013-10-06 13:22:23 -07:00
  • 9ef29ea229 Extract interface numbers into enums. László Monda 2013-10-06 22:16:20 +02:00
  • d52d554360 Fix mod stuck of MODS_KEY when leaving layer #62 tmk 2013-10-04 03:30:09 +09:00
  • cb434cfebc Remove clear matrix on ADB recv error tmk 2013-10-04 15:03:42 +09:00
  • 7e8a85caad Fix VERSION: add opton --always to git describe tmk 2013-10-03 13:27:04 +09:00
  • 8819cf6bb1 Fix Tapping: release key immediately but modifier #65 tmk 2013-10-02 17:49:25 +09:00
  • 8e2476a125 Merge pull request #7 from mondalaci/hidclassdevice_whitespaces Dean Camera 2013-09-27 09:48:42 -07:00
  • 8026bee8d6 Merge branch 'mondalaci-avr910_typos' Dean Camera 2013-09-27 18:51:41 +02:00
  • b6bf314d50 Minor formatting fixes. Dean Camera 2013-09-27 18:50:34 +02:00
  • a0f9c1fb4f Merge branch 'm0110_keymap_section' tmk 2013-09-25 21:08:41 +09:00
  • ea5938da1a Change for default keymap of keymap editor tmk 2013-09-25 20:41:40 +09:00
  • 09e80fecc6 Add build option KEYMAP_SECTION_ENABLE to m0110 tmk 2013-09-25 15:21:00 +09:00
  • b9d59f33f2 Add M0120 scan code diagram tmk 2013-09-25 15:20:21 +09:00
  • d267ee2ada Fix LUFA blocking during startup tmk 2013-09-25 12:23:14 +09:00
  • ef1a4b750b Use spaces instead of tabs wherever necessary to fix indentation. László Monda 2013-09-24 11:19:42 +02:00
  • c41512c1e8 Use spaces instead of tabs where necessary to fix indentation. László Monda 2013-09-24 11:09:36 +02:00
  • 75419b4d97 Fix "AVR910" typos to "AVR109". László Monda 2013-09-24 02:16:04 +02:00
  • 7d692c492c Fix USB initilaize on LUFA tmk 2013-09-21 22:47:03 +09:00
  • 6ccea742de Merge branch 'm0110_next' tmk 2013-09-21 21:35:13 +09:00
  • b2c7529ec9 Fix to bootmagic key configurable tmk 2013-09-21 21:21:34 +09:00
  • 6cf6ddceb1 Fix README of M0110 tmk 2013-09-21 21:20:05 +09:00
  • 7e122279c5 Change keymap and enable bootmagic of M0110 tmk 2013-09-21 18:35:02 +09:00
  • febdf10602 Remove procedures not neeed from init of M0110 tmk 2013-09-21 15:45:42 +09:00
  • 22315fcdf9 Change m0110 pin configuration: swap D0 and D1 tmk 2013-09-20 00:58:30 +09:00
  • 58ca7b904b Merge branch 'tapping_fix60' tmk 2013-09-19 22:16:55 +09:00
  • 9f29fa6bf3 Fix version info command tmk 2013-09-19 00:51:44 +09:00
  • 0ca415004a Fix bootloader jump use word address tmk 2013-09-18 16:03:03 +09:00
  • 4d0b3aace0 Fix Tapping: release of a key pressed before tap tmk 2013-09-18 15:02:44 +09:00
  • cd3aae87da Add missing AppConfig.h reference in the Mass Storage class bootloader when used in Atmel Studio. Dean Camera 2013-09-16 18:45:32 +02:00
  • c7faa51ee8 Fix action macros tmk 2013-09-11 14:05:05 +09:00
  • da24259632 Merge branch 'keymap_section' tmk 2013-09-11 14:04:33 +09:00
  • 259c4a040a Add build option KEYMAP_SECTION for keymap editor tmk 2013-09-11 14:01:47 +09:00
  • 8bc96ac571 Add version string tmk 2013-09-11 13:44:54 +09:00
  • f7395268c0 Add ld script for keymap section tmk 2013-09-03 23:53:19 +09:00
  • d6be06ea6a Remove style override that conflicts with the latest MSHelp branding package from Atmel. Dean Camera 2013-09-05 17:55:48 +02:00
  • 716f356b21 Minor code style fix. Dean Camera 2013-09-05 17:44:57 +02:00
  • b229aef6f7 Reset version information following the 130901 release. Dean Camera 2013-09-01 14:12:29 +02:00
  • 012c565609 Version for the 130901 release. LUFA-130901 Dean Camera 2013-09-01 14:09:21 +02:00
  • dbad27dd6d Minor documentation improvements. Dean Camera 2013-09-01 13:25:43 +02:00
  • 53f7499009 Minor documentation improvements. Dean Camera 2013-09-01 12:05:47 +02:00
  • 96f2634770 Oops - use unique section names for the board driver stubs in the documentation. Dean Camera 2013-09-01 12:03:55 +02:00
  • c18283a275 Add user board driver stub code to the documentation. Dean Camera 2013-09-01 12:02:13 +02:00
  • 14ba7a7047 Fix outdated filename references in the LUFA documentation. Dean Camera 2013-09-01 11:34:38 +02:00
  • adb61c7b29 Add security warnings to the documentation of bootloaders without secure writes. Dean Camera 2013-09-01 11:14:28 +02:00
  • 2ba22d5571 Fix outdated Benito project ASF XML. Dean Camera 2013-08-31 12:57:47 +02:00
  • a8d907d704 Add DefaultInstall section to all INF driver files for easier installation. Dean Camera 2013-08-31 11:23:41 +02:00
  • 6216a71e1c Update Atmel Studio integration blob with better online documentation links and Getting Started graphics. Dean Camera 2013-08-31 00:34:20 +02:00
  • ce546b43cc Add Atmel Studio integration known issues. Dean Camera 2013-08-31 00:31:19 +02:00
  • af0adbcb36 Minor documentation improvements. Dean Camera 2013-08-25 00:36:09 +02:00
  • e5bee74fca Update Atmel Studio binary blob; update help when the extension is updated, add additional Getting Started information. Dean Camera 2013-08-24 16:01:40 +02:00
  • 8cd0b383c5 Fix double-spaced code samples in the Docbook transform output. Dean Camera 2013-08-23 23:27:09 +02:00
  • fbe2982858 Update to latest Doxygen configurations, patch Doxygen->Docbook transform due to changes in the code fragment output in the Doxygen XML. Dean Camera 2013-08-23 23:04:31 +02:00
  • aded8373cc Fixed error receiving PIMA events via the Still Image Host class driver. Dean Camera 2013-08-23 22:59:58 +02:00
  • 44bc433fb0 Fix code style in the HID parser module. Dean Camera 2013-08-23 21:42:51 +02:00
  • 46621b7a11 Add missing Known Issue entry for a previous LUFA release. Dean Camera 2013-08-19 20:23:48 +02:00
  • 41046f2354 Remove incorrect entry from the Known Issues list. Dean Camera 2013-08-19 20:22:29 +02:00
  • 179e18cf58 Prevent accessing past the UsageList bounds in the HID parser when dequeueing a usage. Dean Camera 2013-08-19 20:20:44 +02:00
  • cba09e323d Remove outdated known issue from the Known Issues list of the documentation. Dean Camera 2013-08-19 19:54:15 +02:00
  • 03ce1bc503 Bump AVRISP-MKII version number to be compatible with Atmel Studio 6.1 SP2. Dean Camera 2013-08-19 18:30:00 +02:00
  • 56c6b594ac Wipe working directory before building Atmel Studio extension. LUFA-130901-BETA Dean Camera 2013-08-18 21:52:39 +02:00
  • 3f99d419aa Use a timer prescaler of 256 instead of 1024 in the TempDataLogger project for better accuracy. Dean Camera 2013-08-18 13:56:12 +02:00
  • 25b0f55d99 Move out class driver modules into seperate AS6 integration modules, add ability to disable host/device/both modes for faster compilation. Dean Camera 2013-08-16 22:21:41 +02:00
  • ff8e86ba73 Fix blurry images on the Atmel Studio Getting Started page. Dean Camera 2013-08-14 22:16:47 +02:00
  • 4f90aeddda Minor documentation updates. Dean Camera 2013-08-14 20:29:06 +02:00
  • de366fdbe1 Add host application directories as distributables in Atmel Studio. Dean Camera 2013-08-14 19:18:16 +02:00
  • 82e606eb3b Archive AndroidAccessoryHost host application code, to prevent errors when distributed in Atmel Studio. Dean Camera 2013-08-14 19:10:20 +02:00
  • e24ab1600f Show installed version number on the Getting Started page inside Atmel Studio. Dean Camera 2013-08-13 22:36:38 +02:00
  • c02a2c5257 Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to prevent Doxygen from choking. Dean Camera 2013-08-13 21:46:41 +02:00
  • fd524b0e00 Add XMEGA TWI peripheral driver to the Atmel Studio extension XML. Dean Camera 2013-08-13 21:36:47 +02:00
  • 23910fa09e Add XMEGA TWI to the ModuleTest build test. Dean Camera 2013-08-13 21:35:21 +02:00
  • 7c57ad3858 Fix XMEGA TWI driver indentation and style to conform to the rest of the LUFA codebase. Dean Camera 2013-08-13 21:30:34 +02:00
  • 5fde9e0f0d Merge branch 'xmega-twi' of github.com:jamuraa/lufa into xmega-twi-integration Dean Camera 2013-08-13 21:04:40 +02:00