projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
2011-02-20
Dean Camera
Added start of a port of the core USB driver code to...
tree
|
commitdiff
2011-02-20
Dean Camera
More updates to remove architecture-specific comments...
tree
|
commitdiff
2011-02-20
Dean Camera
More Doxygen updates for multiple architecture support.
tree
|
commitdiff
2011-02-20
Dean Camera
Start update of documentation to support possible multi...
tree
|
commitdiff
2011-02-19
Dean Camera
Initial restructuring of the core USB driver module...
tree
|
commitdiff
2011-02-19
Dean Camera
Fix documentation glitches from the restructuring changes.
tree
|
commitdiff
2011-02-19
Dean Camera
Move out Dataflash IC command constants headers into...
tree
|
commitdiff
2011-02-19
Dean Camera
Add new ARCH option to the makefiles to (eventually...
tree
|
commitdiff
2011-02-19
Dean Camera
Reduced latency for executing the Start-Of-Frame events...
tree
|
commitdiff
2011-02-16
Dean Camera
Added board driver support for the Sparkfun ATMEGA8U2...
tree
|
commitdiff
2011-02-13
Dean Camera
Add more const-ness to the stream endpoint/pipe functio...
tree
|
commitdiff
2011-02-12
Dean Camera
Fix include path in the library RingBuffer.h header...
tree
|
commitdiff
2011-02-10
Dean Camera
Add static keyword to all project globals whose scope...
tree
|
commitdiff
2011-02-02
Dean Camera
Fixed incorect BUTTONS_BUTTON1 definition for the Minim...
tree
|
commitdiff
2011-01-30
Dean Camera
Renamed all driver termination *_ShutDown() functions...
tree
|
commitdiff
2011-01-30
Dean Camera
Renamed the PRNT_Host_SendString(), CDC_Host_SendString...
tree
|
commitdiff
2011-01-30
Dean Camera
Removed SerialStream module, rolled functionality into...
tree
|
commitdiff
2011-01-30
Dean Camera
Oops - forgot to add in LOGICAL MINIMUM and LOGICAL...
tree
|
commitdiff
2011-01-30
Dean Camera
Add new HID_DESCRIPTOR_VENDOR() macro, change over...
tree
|
commitdiff
2011-01-26
Dean Camera
Added new KeyboardMouseMultiReport Device ClassDriver...
tree
|
commitdiff
2011-01-23
Dean Camera
Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD...
tree
|
commitdiff
2011-01-17
Dean Camera
Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT...
tree
|
commitdiff
2011-01-17
Dean Camera
Abuse the the C preprocessor so that the HID macros...
tree
|
commitdiff
2011-01-16
Dean Camera
Fixed several functions in the Host mode Still Image...
tree
|
commitdiff
2011-01-16
Dean Camera
Minor documentation corrections for the new HID report...
tree
|
commitdiff
2011-01-16
Dean Camera
New HID report item macros (with HID_RI_ prefix) to...
tree
|
commitdiff
2011-01-16
Dean Camera
Added new ADC_GET_CHANNEL_MASK() convenience macro...
tree
|
commitdiff
2011-01-13
Dean Camera
Added new high level TWI packet read/write commands...
tree
|
commitdiff
2011-01-10
Dean Camera
Fix typos and outdated information.
tree
|
commitdiff
2011-01-10
Dean Camera
Call USB_USBTask() in the Endpoint stream functions...
tree
|
commitdiff
2011-01-10
Dean Camera
Altered all endpoint/pipe stream transfers so that...
tree
|
commitdiff
2011-01-08
Dean Camera
Oops - fix type preventing compilation of demos using...
tree
|
commitdiff
2011-01-08
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2011-01-08
Dean Camera
The FAST_STREAM_TRANSFERS compile time option has been...
tree
|
commitdiff
2011-01-03
Dean Camera
Update Doxygen documentation configuration file for...
tree
|
commitdiff
2011-01-01
Dean Camera
Update copyright year on all source files.
tree
|
commitdiff
2010-12-31
Dean Camera
Fixed incorrect byte ordering in the Audio_Device_Write...
tree
|
commitdiff
2010-12-31
Dean Camera
Rename RingBuffer header functions and typedefs from...
tree
|
commitdiff
2010-12-28
Dean Camera
Fixed inverted Minimus board LEDs.
tree
|
commitdiff
2010-12-26
Dean Camera
Fix compile errors from the changes to the SerialStream...
tree
|
commitdiff
2010-12-26
Dean Camera
More minor documentation corrections.
tree
|
commitdiff
2010-12-26
Dean Camera
Documentation improvements - put driver example code...
tree
|
commitdiff
2010-12-26
Dean Camera
Added basic driver example use code to the library...
tree
|
commitdiff
2010-12-26
Dean Camera
Make a new general RingBuffer.h misc library driver...
tree
|
commitdiff
2010-12-24
Dean Camera
Much more efficient algorithm for the Endpoint/Pipe...
tree
|
commitdiff
2010-12-24
Dean Camera
Re-add in old Endpoint/Pipe workaround for unordered...
tree
|
commitdiff
2010-12-13
Dean Camera
Fixed incorrect definition of the HID_KEYBOARD_SC_D...
tree
|
commitdiff
2010-12-02
Dean Camera
Fixed HID hpst class driver incorrectly binding to...
tree
|
commitdiff
2010-12-02
Dean Camera
Refactored Host mode Class Driver *_Host_ConfigurePipes...
tree
|
commitdiff
2010-11-29
Dean Camera
Fixed broken HID_REQ_GetReport request handler in the...
tree
|
commitdiff
2010-11-21
Dean Camera
Added board hardware driver support for the Microsin...
tree
|
commitdiff
2010-11-21
Dean Camera
Remove internal USB_Device_NibbleToASCII() function...
tree
|
commitdiff
2010-11-17
Dean Camera
Better documentation for the ANSI terminal escape codes...
tree
|
commitdiff
2010-11-08
Dean Camera
Added board hardware driver support for the Adafruit...
tree
|
commitdiff
2010-11-05
Dean Camera
Fix documentation reference error.
tree
|
commitdiff
2010-11-05
Dean Camera
Renamed the EVENT_USB_Device_UnhandledControlRequest...
tree
|
commitdiff
2010-11-03
Dean Camera
Fixed USBtoSerial and XPLAINBridge demos discarding...
tree
|
commitdiff
2010-11-03
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2010-11-03
Dean Camera
Fixed MIDI class driver send routines silently discardi...
tree
|
commitdiff
2010-11-02
Dean Camera
Fix XPLAINBridge code broken during the changes to...
tree
|
commitdiff
2010-10-29
Dean Camera
Oops - typos in the naming of the NBUSYBK0 bits breakin...
tree
|
commitdiff
2010-10-29
Dean Camera
Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks...
tree
|
commitdiff
2010-10-28
Dean Camera
Added standard keyboard HID report scancode defines...
tree
|
commitdiff
2010-10-28
Dean Camera
Move Set Feature and Clear Feature control request...
tree
|
commitdiff
2010-10-28
Dean Camera
Move RNDISConstants.h into the RNDIS class driver commo...
tree
|
commitdiff
2010-10-28
Dean Camera
Changed over fourwalledcubicle.com links to the new...
tree
|
commitdiff
2010-10-27
Dean Camera
Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option...
tree
|
commitdiff
2010-10-26
Dean Camera
Changed AudioInput and AudioOutput demos to reload...
tree
|
commitdiff
2010-10-25
Dean Camera
Add descriptor class, subclass and protocol constants...
tree
|
commitdiff
2010-10-24
Dean Camera
All USB class drivers are now automatically included...
tree
|
commitdiff
2010-10-24
Dean Camera
Better algorithm to extract and convert the internal...
tree
|
commitdiff
2010-10-20
Dean Camera
Oops - fix broken SPI driver due to missing bit inversi...
tree
|
commitdiff
2010-10-17
Dean Camera
Added board hardware driver support for the Minimus...
tree
|
commitdiff
2010-10-17
Dean Camera
Oops - add missing Maximus board LED hardware driver...
tree
|
commitdiff
2010-10-17
Dean Camera
Added board hardware driver support for the Maximus...
tree
|
commitdiff
2010-10-17
Dean Camera
Added board hardware driver support for the Blackcat...
tree
|
commitdiff
2010-10-13
Dean Camera
Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BAN...
tree
|
commitdiff
2010-10-13
Dean Camera
Fix SoftUART.c not compiling due to accidental check...
tree
|
commitdiff
2010-10-13
Dean Camera
Clean up excessive whitespace at the end of each line...
tree
|
commitdiff
2010-10-12
Dean Camera
Fixed MIDI_Host_Flush() not aborting early when the...
tree
|
commitdiff
2010-10-12
Dean Camera
Remove USB_MODE_* macros, replace with a semantically...
tree
|
commitdiff
2010-10-12
Dean Camera
Fixed random enumeration failure while in device mode...
tree
|
commitdiff
2010-10-07
Dean Camera
Added new NO_SOF_EVENTS compile time option, enabled...
tree
|
commitdiff
2010-10-06
Dean Camera
Added board hardware driver support for the Busware...
tree
|
commitdiff
2010-10-06
Dean Camera
Fixed SPI driver not explicitly setting /SS and MISO...
tree
|
commitdiff
2010-10-06
Dean Camera
Cache the USB_DeviceState variable internally in the...
tree
|
commitdiff
2010-10-01
Dean Camera
Fixed LowLevel JoystickHostWithParser demo not saving...
tree
|
commitdiff
2010-10-01
Dean Camera
Fix device mode for the U4 parts.
tree
|
commitdiff
2010-10-01
Dean Camera
Whitespace corrections.
tree
|
commitdiff
2010-09-30
Dean Camera
Make Host mode Class drivers only set the class driver...
tree
|
commitdiff
2010-09-30
Dean Camera
Fix incorrectly named configuration descriptor callback...
tree
|
commitdiff
2010-09-30
Dean Camera
Fix low level host mode demos not correctly fetching...
tree
|
commitdiff
2010-09-30
Dean Camera
Reverted Endpoint/Pipe non-sequential configuration...
tree
|
commitdiff
2010-09-29
Dean Camera
Changed default value for the reset polarity parameter...
tree
|
commitdiff
2010-09-28
Dean Camera
Fix up incorrect version numbers in demo/project descri...
tree
|
commitdiff
2010-09-28
Dean Camera
Added board hardware driver support for the Arduino...
tree
|
commitdiff
2010-09-28
Dean Camera
Move out many of the common class driver constants...
tree
|
commitdiff
2010-09-24
Dean Camera
Fixed endpoint selection within the CALLBACK_HID_Device...
tree
|
commitdiff
2010-09-22
Dean Camera
Reverted modifications to USBInterrupt.h that were...
tree
|
commitdiff
2010-09-21
Dean Camera
Oops - need to call USB_Attach() when reinitializing...
tree
|
commitdiff
next