Dean Camera
cfa48f5987
Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
2013-02-24 15:46:58 +00:00
Dean Camera
8703edc724
Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED driver.
2013-02-19 21:07:55 +00:00
Dean Camera
bc8e686e51
Added new Board Hardware Information board driver.
2013-01-27 15:27:02 +00:00
Dean Camera
22b04429e6
Fixed incorrectly issuing STALL response to unsupported control request SETUP packets, rather than in the data/status stage.
2013-01-27 13:07:48 +00:00
Dean Camera
180180e234
Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser).
2013-01-19 17:04:32 +00:00
Dean Camera
af241316de
Fix oops - forgot to save changelog after previous update.
2013-01-15 19:41:59 +00:00
Dean Camera
730db924c9
Fixed bug in the TWI peripheral driver for the AVR8 devices causing incorrect failure codes to be returned in some cases (thanks to Peter K).
2013-01-15 19:34:35 +00:00
Dean Camera
397d77cb44
Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is saved in EEPROM (thanks to Gerhard Wesser).
2013-01-13 12:46:23 +00:00
Dean Camera
ab8ae60058
Fixed incorrect ordering of the linker options in the build system causing link failures in some cases.
2013-01-05 15:45:27 +00:00
Dean Camera
2608fd1dd4
Fixed hardware race condition that could cause failed device enumerations for AVR8 and UC3 architectures (thanks to Mike Beyhs).
...
Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen).
Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).
2013-01-03 10:53:47 +00:00
Dean Camera
c786d8a0b7
Remove dependency on the "bc" command line calculator tool in the bootloaders to make compiling on Windows easier with only MinGW.
2012-11-10 16:47:04 +00:00
Dean Camera
fe49fd51b2
Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte).
2012-10-20 11:31:24 +00:00
Dean Camera
826a77e90c
Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro)
2012-10-14 13:58:08 +00:00
Dean Camera
9a04475c23
Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro).
2012-10-14 11:51:57 +00:00
Dean Camera
f3049d958e
Fixed incorrect Dataflash functionality in the USBKEY board if the driver is modified for a single Dataflash chip (thanks to Jonathan Oakley).
2012-09-19 19:12:52 +00:00
Dean Camera
e186907e39
Fixed lengthy timeouts in the USBtoSerial project if no application on the host is consuming data (thanks to Nicolas Saugnier).
...
Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.
2012-09-16 18:18:07 +00:00
Dean Camera
45a56b4df7
Added support for the Xevelabs USB2AX revision 3.1 board.
2012-09-15 13:47:00 +00:00
Dean Camera
cd40797a4d
Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step increments (thanks to Oliver Zander).
2012-09-12 17:23:53 +00:00
Dean Camera
7aa8dc1de0
Add support for the Atmel UC3-A3 Xplained board.
2012-09-08 09:16:41 +00:00
Dean Camera
1adf8174cf
Add additional driver documentation to the AVRISP-MKII clone programmer project.
2012-09-03 20:52:40 +00:00
Dean Camera
44aea22949
Fixed logic hole breaking USB operations on a USB controller with only one supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set.
2012-08-28 20:09:14 +00:00
Dean Camera
9eef78d21e
Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut).
2012-08-27 16:39:06 +00:00
Dean Camera
8d8e5c06b9
Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build system module. Clean up CORE build system module.
2012-08-18 12:07:05 +00:00
Dean Camera
1ba60b4a18
Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell).
2012-08-16 19:15:18 +00:00
Dean Camera
40755d4fde
Fixed inverted LED driving code for the Arduino Leonardo board. Fixed inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.
2012-08-12 17:25:39 +00:00
Dean Camera
f0e5425208
Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED masks so that it lines up with the Arduino boards.
2012-08-12 14:03:57 +00:00
Dean Camera
ffbb30e0f8
Added workaround for broken VBUS detection on AVR8 devices when a bootloader starts the application via a software jump without first turning off the OTG pad (thanks to Simon Inns)
2012-08-12 13:46:24 +00:00
Dean Camera
fa664f8b46
Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project.
2012-08-12 13:25:27 +00:00
Dean Camera
af3c001cba
Reset to placeholder version values in the library after the 120730 release.
2012-07-30 17:52:34 +00:00
Dean Camera
e90eeb791d
Commit for the 120730 release.
2012-07-30 16:59:38 +00:00
Dean Camera
16cd7c6896
Add support for the Olimex AVR-ISP-MK2 board.
2012-07-26 19:23:15 +00:00
Dean Camera
badbca5791
Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set.
2012-07-22 13:32:39 +00:00
Dean Camera
8e1328dc6a
Commit for the LUFA-120730-BETA release.
2012-07-16 17:07:47 +00:00
Dean Camera
4b8a46193e
Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs() function implementations (thanks to MitchJS).
2012-07-03 15:54:17 +00:00
Dean Camera
2e27cc2670
Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert).
2012-06-29 04:55:44 +00:00
Dean Camera
579fbb68fc
Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).
2012-06-27 19:41:30 +00:00
Dean Camera
cd0bd7bf90
Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE() macro clearing all other bits in MCUSR when called.
...
Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader.
2012-06-09 13:00:56 +00:00
Dean Camera
56e792c95b
Switch over Demos, Bootloaders and Projects to the new and improved build system.
2012-06-01 22:32:43 +00:00
Dean Camera
35564bb1a7
Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the UC3 devices (thanks to Andrew Chu).
2012-05-26 16:02:20 +00:00
Dean Camera
d4f00fe7d5
Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII clone programmer project (thanks to Robert Spitzenpfeil).
2012-05-20 15:34:47 +00:00
Dean Camera
380f014c4c
Added build test to verify correct compilation of all bootloaders using all supported devices.
...
Fixed compile error with the unreleased ATMEGA32U6 device.
2012-05-13 13:06:11 +00:00
Dean Camera
96fd39eda8
Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay).
2012-05-13 10:13:24 +00:00
Dean Camera
9207e8b2fd
Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed.
2012-05-06 12:19:03 +00:00
Dean Camera
395e4287a1
Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
2012-05-06 12:10:30 +00:00
Dean Camera
1007317c5f
Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown).
2012-05-06 11:11:33 +00:00
Dean Camera
590d9b5ff8
Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
2012-05-06 11:10:25 +00:00
Dean Camera
2d98e5499b
Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).
2012-05-05 19:43:06 +00:00
Dean Camera
46d511c021
Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock).
2012-05-05 15:25:27 +00:00
Dean Camera
04740d680e
The library bootloaders will now correctly start the user application after a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.
2012-04-29 17:15:06 +00:00
Dean Camera
69ecaae732
Added support for the DorkbotPDX Duce board.
2012-04-25 18:42:33 +00:00