- 23 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 20 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 18 Dec, 2009 5 commits
-
-
Dean Camera authored
Add LEDNotifier project to the Projects folder build list. Add new LEDMixer C# host application for the LEDNotifier project.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Enhance the HotmailNotifier project so that the LEDs' individual brightness can be controlled individually via software PWM.
-
- 17 Dec, 2009 1 commit
-
-
Dean Camera authored
Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger.
-
- 14 Dec, 2009 1 commit
-
-
Dean Camera authored
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
-
- 13 Dec, 2009 1 commit
-
-
Dean Camera authored
The AVRISP project can now enter PDI mode under both bit-bang and hardware USART connection modes, tested against the XPLAIN board hardware. Still need to complete higher level NVM access code so that the device's memories can be read and written.
-
- 07 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 04 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 03 Dec, 2009 2 commits
-
-
Dean Camera authored
Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
-
Dean Camera authored
Started implementing the low level PDI protocol in the AVRISP project, for XMEGA device programming.
-
- 02 Dec, 2009 4 commits
-
-
Dean Camera authored
Add new more reliable software UART for the XPLAINBridge project by David Prentice and Peter Danneger.
-
Dean Camera authored
Removed John Steggall's software UART code from the XPLAIN Bridge project due to reliability issues.
-
Dean Camera authored
-
Dean Camera authored
-
- 26 Nov, 2009 2 commits
-
-
Dean Camera authored
Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes.
-
Dean Camera authored
-
- 25 Nov, 2009 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints.
-
Dean Camera authored
-
- 23 Nov, 2009 1 commit
-
-
Dean Camera authored
The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick. The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR). The SCSI_Request_Sense_Response_t and SCSI_Inquiry_Response_t type defines are now part of the Mass Storage Class driver common defines, rather than being defined in the Host mode Class driver section only. The USB_MODE_HOST token is now defined even when host mode is not available. Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver.
-
- 17 Nov, 2009 1 commit
-
-
Dean Camera authored
Add new (incomplete) StandaloneProgrammer project, using the ELM Petite FAT library to read files stored on the board's dataflash by the host.
-
- 12 Nov, 2009 1 commit
-
-
Dean Camera authored
-
- 04 Nov, 2009 2 commits
-
-
Dean Camera authored
Added new Printer Host mode ClassDriver demo. Added table of supported classes and modes to the main USB Class Driver documentation.
-
Dean Camera authored
Add some missing documentation to some of the library demos.
-
- 03 Nov, 2009 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add new manual pages detailing the advantages of LUFA over the official Atmel USB AVR stack, and reasons why LUFA should be used over a built-from-scratch USB stack.
-
- 18 Oct, 2009 1 commit
-
-
Dean Camera authored
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
-
- 12 Oct, 2009 1 commit
-
-
Dean Camera authored
Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
-
- 08 Oct, 2009 2 commits
-
-
Dean Camera authored
Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own.
-
Dean Camera authored
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
-
- 03 Oct, 2009 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). Fixed ClassDriver AudioOutput demo not selecting an audio output mode.
-
- 02 Oct, 2009 1 commit
-
-
Dean Camera authored
-
- 30 Sep, 2009 1 commit
-
-
Dean Camera authored
Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library. MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs. Added beginnings of a MIDI class bootloader.
-
- 29 Sep, 2009 1 commit
-
-
Dean Camera authored
Add information on the new MouseHostDevice dual role demo to the library documentation. Add a 0x prefix to the LUFA_VERSION_INTEGER define to ensure that it is stored as BCD, and not an octal value.
-