aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/CDC/CDC.c
AgeCommit message (Collapse)Author
2009-12-07Rename CDC demos to VirtualSerial.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@953 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-11Minor code cleanups for clarity.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@892 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-10Added new stream creation function to the CDC Class drivers, to easily make ↵Dean
standard streams from CDC Class driver instances. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@890 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-06Add optional double-banking support to the Device mode Class Drivers, on a ↵Dean
per-endpoint, per-interface level. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@882 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-06Simplify CDC device demos, by directly assigning the string to transmit to ↵Dean
the pointer, rather than using an intermediatary table to hold all the possible transmit strings. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@726 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-05Renamed all library events to properly seperate out Device and Host mode ↵Dean
events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events. Fixed incorrect Host state assignment in the incomplete BluetoothHost demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@718 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-30Fix to HID device mode Class driver, so that new reports are compared ↵Dean
against the old, and updated reports made within the idle period are sent immediately to the host. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@704 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-30Minor cleanups to DualCDC ClassDriver device demo for clarity.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@703 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-30Added standard stream example to the ClassDriver CDC device demo.Dean
Fix incorrect HWB button mask in the STK526 Buttons driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@700 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-27State information for class drivers is now zeroed out during enumeration ↵Dean
(both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@689 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-23Added new Benito project, a simple modified USB-to-Serial bridge for the ↵Dean
programming of AVRs using the official Arduino bootloader. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@679 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-23Ensure that the USB_DeviceState variable is properly set upon wakeup events, ↵Dean
to the Addressed or Configured state as needed. Add explicit support for the AT90USB646 to the Teensy bootloader now that PJRC have released the Teensy++ board. Ensure unfinished SideShow demo uses an unallocated PID value within the LUFA range. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@678 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-18Break device mode class driver interfaces into seperate config and state ↵Dean
structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@609 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-11Changed to new device mode Class Driver function name prefixes to make way ↵Dean
for similar host mode Class drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@591 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-05Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean
re-add old low level demos to a LowLevel subdirectory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@572 d5102386-fcda-11dd-9fdb-3debd5008f28