Commit Graph

  • 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
  • e65575d4a5 Refactored bootloader jumping. Added USBaspLoader support. tmk 2011-09-22 16:56:36 +09:00
  • 77dbfd3cc4 Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. Dean Camera 2011-09-22 05:55:32 +00:00
  • 022fa26b43 Fix missing C++ linkage command in ArchitectureSpecific.h. Dean Camera 2011-09-21 23:40:05 +00:00
  • b5682f2c44 Add project name to the Doxygen makefile target output. Dean Camera 2011-09-21 06:45:09 +00:00
  • 06de32b1c2 Commit for the 111009 BETA release. Dean Camera 2011-09-21 06:28:42 +00:00
  • aae59857a2 Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC compiler versions. Dean Camera 2011-09-21 06:25:31 +00:00
  • 8b420566cd Fix Class Driver GenericHID demo using the wrong size for the returned reports. Dean Camera 2011-09-21 06:09:07 +00:00
  • e67c988824 Added Bulegiga iWRAP support into HHKB.(Bluetooth) tmk 2011-09-17 22:39:50 +09:00
  • 99ff27e403 Fixed HID Parser's largest report size bit count not including the size of the last parsed report item. Dean Camera 2011-09-17 13:07:21 +00:00
  • d881e0cbf6 Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri A Nikiforov). Dean Camera 2011-09-07 12:05:37 +00:00
  • 4b229cb5ef Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInfo() and USB_GetHIDReportItemInfo() routines if the report item was NULL (which should be allowable according to the API). Dean Camera 2011-09-07 10:18:49 +00:00
  • 94e0a0058a Oops - restore conditional calls to USB_USBTask() in the Mass Storage class driver for the non-stream loops. Dean Camera 2011-09-05 22:22:19 +00:00
  • e64f4b0cd9 Update the TempDataLogger project and driver documentation to use the new TWI_BITLENGTH_FROM_FREQ() macro. Dean Camera 2011-09-02 04:41:43 +00:00
  • 413438eb23 Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver. Dean Camera 2011-09-02 04:38:56 +00:00
  • b703de7b29 Added locking capslock key support and default now. tmk 2011-09-01 11:21:35 +09:00
  • 88d022a752 Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent. Dean Camera 2011-08-31 07:17:33 +00:00
  • dc9133ad21 Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. Dean Camera 2011-08-28 03:44:22 +00:00
  • 3b898ae178 Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings. Dean Camera 2011-08-28 01:40:36 +00:00
  • a233109909 Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host. Dean Camera 2011-08-24 09:50:21 +00:00
  • cff190b8f4 Minor documentation fixes. Dean Camera 2011-08-23 10:39:04 +00:00
  • 2d9f98b592 Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JOYSTICK() macro. Dean Camera 2011-08-23 07:07:34 +00:00
  • d0ac8e46f9 Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT(). Dean Camera 2011-08-22 13:03:56 +00:00
  • 40946a5704 Minor documentation corrections. Dean Camera 2011-08-19 06:11:39 +00:00
  • ccf4cffd78 Improve device support documentation in the manual; split out each architecture into a different sub-page of the Device Support section of the manual, add in table to indicate USB mode support for each microcontroller model. Dean Camera 2011-08-19 06:04:39 +00:00
  • af725dd418 Fix TWI peripheral driver example code in the library documentation. Dean Camera 2011-08-19 04:11:38 +00:00
  • 9708b45e69 Minor documentation corrections. Dean Camera 2011-08-17 14:51:05 +00:00
  • fc5fa769ef Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code. Dean Camera 2011-08-16 05:53:04 +00:00
  • 3478178127 Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to improve optimization if called with constant inputs. Dean Camera 2011-08-16 05:00:45 +00:00
  • ef4cff29c3 Fix TempDataLogger project logging interval always being 500ms more than the requested interval. Dean Camera 2011-08-16 04:07:39 +00:00
  • c505ba047f Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHost demo to prevent a timeout on the Android device from aborting Accessory mode after a command it sent to switch modes (thanks to Opendous Inc). Dean Camera 2011-08-09 16:38:35 +00:00
  • ddae47979d Update LUFAConfig.h with missing options for the AVR32 target. Dean Camera 2011-08-04 05:32:17 +00:00
  • aceb015ea7 Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden). Dean Camera 2011-07-30 02:49:59 +00:00
  • 40728fd20d Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks. Dean Camera 2011-07-29 08:12:00 +00:00
  • 025742fca8 Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII clone project (thanks to Volker Bosch). Dean Camera 2011-07-26 03:07:32 +00:00
  • d5e874d348 Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices. Dean Camera 2011-07-25 09:56:21 +00:00
  • 5c274d106b Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used. Dean Camera 2011-07-25 01:11:24 +00:00