1
0

Commit Graph

  • 252bd7bb2c Fixed invalid PID value used in the TempDataLogger project host application (thanks to Anupam Pathak). Dean Camera 2012-02-05 13:16:08 +00:00
  • e55946f972 Add missing svn:eol-style properties to /trunk/. Dean Camera 2012-02-04 23:00:22 +00:00
  • f1b6ddb710 Update file contributor copyrights for 2012. Dean Camera 2012-02-04 22:38:44 +00:00
  • 2c806f6cee Update file header copyrights for 2012. Dean Camera 2012-02-04 22:32:30 +00:00
  • 64e9361298 Minor corrections to the XMEGA USB controller implementation. Dean Camera 2012-02-04 22:16:34 +00:00
  • df33278d91 Minor documentation corrections. Dean Camera 2012-02-04 15:17:49 +00:00
  • 43a3350981 Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support. Dean Camera 2012-02-03 21:49:36 +00:00
  • 3dacb73af3 Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. Dean Camera 2012-02-03 21:10:07 +00:00
  • 10a56f6105 Add support for the Micropendous series of USB AVR8 boards. Dean Camera 2012-02-03 20:20:11 +00:00
  • 8d2cb61a5b Minor documentation fixes. Dean Camera 2012-02-03 19:09:37 +00:00
  • a436fbb612 Minor documentation improvements. Dean Camera 2012-02-02 20:17:22 +00:00
  • fc4d3ab400 Minor documentation improvements. Dean Camera 2012-02-01 21:28:25 +00:00
  • 956f9e3709 Fixed AVRISP-MKII Clone timing out on long programming commands such as programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling). Dean Camera 2012-01-30 16:54:09 +00:00
  • 401ff1cef1 Add missing reference to the BootloaderAPI.S source file in the DFU and CDC class bootloader AVRStudio 4 project files. Dean Camera 2012-01-29 14:42:18 +00:00
  • 9f99c7fa03 Fixed DFU class bootloader not resetting the LED pins as high impedance inputs when a software jump to the user applications is requested. Dean Camera 2012-01-29 14:37:30 +00:00
  • 5563da6a62 Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers. Dean Camera 2012-01-29 14:33:36 +00:00
  • a147cee95f Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver. Dean Camera 2012-01-28 18:07:35 +00:00
  • dd312cead4 Make all AVRISP-MKII programmer parameters readable, since there's no real good reason to restrict parameter reads. Fix misspelt target reset polarity EEPROM variable. Dean Camera 2012-01-23 20:28:34 +00:00
  • e2d7ca5652 Fixed wrong description about pins. tmk 2012-01-16 04:40:14 +09:00
  • 9addeae872 Added USART implementation for PS/2 signal handling. tmk 2012-01-16 00:41:06 +09:00
  • bc3db793e9 Minor bootloader tweaks; make some functions static where possible to reduce the compiled binary size, add additional comments to the makefiles. Dean Camera 2012-01-15 14:07:14 +00:00
  • 579991b927 added SONY NEWS keyboard NWP-5461 support. tmk 2012-01-06 01:37:33 +09:00
  • 3038ea1c6e USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors). Dean Camera 2012-01-02 05:43:23 +00:00
  • 154d28e39f Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks to Caroline Saliman). Dean Camera 2011-12-26 13:23:43 +00:00
  • f201f6697b Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. Dean Camera 2011-12-23 01:51:39 +00:00
  • 7386c76191 fixed a bug on host_system_send(). tmk 2011-12-22 01:05:28 +09:00
  • 77f354609f Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg Glock). Dean Camera 2011-12-20 13:15:36 +00:00
  • baf885dc31 M0110: added keymaps, mousekeys tmk 2011-12-19 14:06:53 +09:00
  • 3f0289e666 Added protocol support for Macintosh keyboard M0110. tmk 2011-12-14 12:13:32 +09:00
  • 676de74d9b Don't validate the Device Descriptor's vendor ID when validating that a device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values. Dean Camera 2011-12-14 02:52:42 +00:00
  • 84a739ae72 Minor XMEGA USB driver fixes. Dean Camera 2011-12-13 03:40:51 +00:00
  • ec3e47a7d0 Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements. Dean Camera 2011-12-11 03:04:16 +00:00
  • e2afc305ed PS/2 to USB: fix comments. tmk 2011-12-09 14:51:30 +09:00
  • 3f9de37310 Added ISO/JIS keyboard support. tmk 2011-12-05 02:53:15 +09:00
  • ecba8bcecf Fix incorrect Capabilities value in the CDC class Bootloader descriptors. Dean Camera 2011-12-01 08:40:14 +00:00
  • 0c59d5993e Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface. Dean Camera 2011-12-01 08:39:43 +00:00
  • 798cc84ff5 Fixed AVRISP-MKII Clone failing to start application firmware once a TPI programming session is exited. Dean Camera 2011-11-29 13:33:28 +00:00
  • 259a3c9854 Fix typo in the Joystick board driver documentation example code. Dean Camera 2011-11-29 11:31:00 +00:00
  • 24ca2d49fe Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MSB of the data byte on startup, not the LSB. Dean Camera 2011-11-29 11:30:25 +00:00
  • 70f3d8e933 Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). Dean Camera 2011-11-28 23:43:58 +00:00
  • 2b23318357 Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta board targets. Dean Camera 2011-11-28 13:15:27 +00:00
  • 057972bd25 Remove unnecessary ErrorCode variable initializations from the LowLevel Host mode demos. Dean Camera 2011-11-28 13:14:51 +00:00
  • b0a258722d Add missing const qualifier to bootloader API function parameters. Dean Camera 2011-11-28 13:14:15 +00:00
  • cdd4e11fa8 Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Accessory class driver. Dean Camera 2011-11-24 21:35:22 +00:00
  • 38d7cdf803 Minor Doxygen documentation improvements. Dean Camera 2011-11-24 11:59:52 +00:00
  • 3b99abb5fc Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function. Dean Camera 2011-11-24 11:46:04 +00:00
  • e915d968a5 Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions. Dean Camera 2011-11-24 11:33:10 +00:00
  • 7f8dbb4908 Convert the LowLevel AndroidAccessory demo to use the new class driver constants to reduce code duplication. Dean Camera 2011-11-24 01:31:31 +00:00
  • 8b5aa61601 Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo. Dean Camera 2011-11-24 01:24:01 +00:00
  • 075538abb9 Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.). Dean Camera 2011-11-23 14:09:01 +00:00
  • d619214854 Update library to indicate support for the Android Accessory Host demo. Dean Camera 2011-11-23 06:59:27 +00:00
  • 08f448407b Move out Android Accessory Host demo to the Host mode LowLevel directory now that it is functionally complete. Dean Camera 2011-11-23 06:50:50 +00:00
  • e9802253e2 Add const-correctness to the Android_SendString() function of the Android Accessory Host demo. Dean Camera 2011-11-23 06:46:19 +00:00
  • 4f223302b1 Oops: Typo on the new TEENSY2 board support. Dean Camera 2011-11-23 00:25:20 +00:00
  • c704131be4 Fix interface protocol match value for the Android Accessory Host demo interface configuration parser code (thanks to Opendous Inc.). Dean Camera 2011-11-23 00:16:33 +00:00
  • a81ccd83fd Added support for version 2 of the Teensy boards (thanks to Christoph Redecker). Dean Camera 2011-11-23 00:15:58 +00:00
  • 09577fe541 Add XMEGA compile time tokens to the LUFAConfig.h code template. Dean Camera 2011-11-23 00:04:16 +00:00
  • b711b7d6a4 Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias). Dean Camera 2011-11-22 08:06:52 +00:00
  • eb2e883fd3 Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities. Dean Camera 2011-11-18 06:26:51 +00:00
  • 3e04487279 Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda). Dean Camera 2011-11-16 08:19:34 +00:00
  • dc09ccab8b Minor corrections for the XMEGA USB controller. Add compile time warning if the USB clock frequency is provably incorrect. Dean Camera 2011-11-14 07:31:40 +00:00
  • e30be658c9 Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout. Dean Camera 2011-11-09 23:35:16 +00:00
  • 46aea9d4ce Update the incomplete StandaloneProgrammer project to be compatible with the latest LUFA core API. Dean Camera 2011-11-09 23:24:11 +00:00
  • b057041660 Use strcat() in the HTTPServer project instead of using strcpy() and strlen(). Dean Camera 2011-11-09 12:47:15 +00:00
  • 6564416479 Update host C# applications for VS2010. Make LEDNotifier project host applications only display valid COM port names for the PC it is run on, rather than all possible port names. Add missing property files to the TempDataLogger project host application. Dean Camera 2011-11-09 12:45:10 +00:00
  • 8df0cf3241 Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests. Dean Camera 2011-11-09 12:29:14 +00:00
  • 2b54cd984d Fix typos in makefile templates. Dean Camera 2011-11-09 12:09:13 +00:00
  • 0ad6f1fb53 Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USART-as-SPI transport driver still pending). Dean Camera 2011-11-01 06:06:41 +00:00
  • cb7f7a8241 Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination. Dean Camera 2011-11-01 06:05:54 +00:00
  • 139c1afeeb Add XMEGA SPI peripheral driver. Dean Camera 2011-10-31 04:30:47 +00:00
  • 7992202603 Add support for the new MEGA B series devices. Dean Camera 2011-10-31 03:39:12 +00:00
  • 00ad509061 Add support for the Atmel XMEGA A3BU Xplained board. Dean Camera 2011-10-31 03:31:00 +00:00
  • 0304916356 Fix XMEGA core USB driver so that device mode enumerates correctly on the host PC. Dean Camera 2011-10-31 02:26:21 +00:00
  • eb5b8a32e4 Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs). Dean Camera 2011-10-30 14:12:11 +00:00
  • 1e0c3bc69a Namespace out the internal endpoint globals in the XMEGA architecture. Dean Camera 2011-10-30 14:05:34 +00:00
  • fe87b8a225 Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07. Dean Camera 2011-10-30 14:04:47 +00:00
  • 72717825e5 Namespace out the internal endpoint and pipe globals in the UC3 architecture. Dean Camera 2011-10-30 14:03:53 +00:00
  • b714ffbfa0 Update XMEGA clock management so that the correct 16-bit calibration is used when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator. Dean Camera 2011-10-30 12:06:02 +00:00
  • c739974292 Fix error in XMEGA clock platform driver for the DFLL calibration byte order. Dean Camera 2011-10-30 07:43:13 +00:00
  • ab43251bf9 Minor documentation fixes. Dean Camera 2011-10-30 07:09:44 +00:00
  • 028a3c4ab3 XMEGA port improvements; connection and disconnection are now detected correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices. Dean Camera 2011-10-30 07:09:20 +00:00
  • 6519aaa571 Fix incorrect Android Accessory Host interface descriptor subclass value (thanks to Opendous Inc.). Dean Camera 2011-10-28 05:16:38 +00:00
  • f1543ae8ff Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey). Dean Camera 2011-10-26 06:51:07 +00:00
  • bc14c1a7f6 Update XMEGA platform clock management example code to suit the currently released silicon. Dean Camera 2011-10-25 04:28:22 +00:00
  • e9029d49d5 Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool. Dean Camera 2011-10-18 11:35:04 +00:00
  • 3aa8a69246 Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled. Dean Camera 2011-10-18 11:31:03 +00:00
  • 738c9203fc Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements. Dean Camera 2011-10-18 11:23:23 +00:00
  • c6d6bdae0a Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair). Dean Camera 2011-10-12 05:31:35 +00:00
  • c15eaa5dae When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale). Dean Camera 2011-10-12 02:27:22 +00:00
  • 1a4a26271e Added User Application APIs to the CDC and DFU class bootloaders. Dean Camera 2011-10-11 06:20:18 +00:00
  • beb069b9b8 Commit for the 111009 release. LUFA-111009 Dean Camera 2011-10-10 10:04:25 +00:00
  • c9e817ff47 Fixed port state table corruption in the TCP layer of the RNDIS Ethernet device demos. Dean Camera 2011-10-09 13:14:53 +00:00
  • 68e777e16b Prevent written but unused variable warnings on GCC 4.6 with dummy reads. Dean Camera 2011-10-09 12:54:50 +00:00
  • a4d67bb6ff USB XMEGA support improvements; add DFLL clock platform support, ensure the endpoint table is correctly aligned and configured in the USB controller. Dean Camera 2011-10-07 05:52:35 +00:00
  • db73b11244 Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI protocols (thanks to Justin Mattair). Dean Camera 2011-10-07 04:40:56 +00:00
  • 6553bf5bfb Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices. Dean Camera 2011-10-07 04:38:53 +00:00
  • 2ae41fb153 Added endian-correction to the CDC driver's Line Encoding control request handlers. Dean Camera 2011-10-07 03:47:42 +00:00
  • 3bb8055459 Fix compile errors for the USB XMEGA parts when the USB driver is used. Dean Camera 2011-10-04 11:40:55 +00:00
  • 6284b147c2 add debouncing into macway/matrix.c. tmk 2011-09-29 17:08:57 +09:00
  • 3223786c49 Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin). Dean Camera 2011-09-28 13:24:08 +00:00