projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Minor documentation improvements.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
2012-10-05
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2012-09-12
Dean Camera
Fixed possible rounding in the VERSION_BCD() macros...
tree
|
commitdiff
2012-09-09
Dean Camera
Update LUFA core to be compatible with the AVR-GCC...
tree
|
commitdiff
2012-09-01
Dean Camera
Use an early-abort in the USB_DeviceTask() function...
tree
|
commitdiff
2012-09-01
Dean Camera
Add human readable license information and add some...
tree
|
commitdiff
2012-08-28
Dean Camera
Fixed logic hole breaking USB operations on a USB contr...
tree
|
commitdiff
2012-08-27
Dean Camera
Minor documentation corrections.
tree
|
commitdiff
2012-08-18
Dean Camera
Spell-check latest trunk source code.
tree
|
commitdiff
2012-08-18
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2012-08-12
Dean Camera
Added workaround for broken VBUS detection on AVR8...
tree
|
commitdiff
2012-07-24
Dean Camera
Add missing UC3 architecture F_USB configuration checks.
tree
|
commitdiff
2012-07-22
Dean Camera
Fixed endianess issues in the RNDIS host class driver...
tree
|
commitdiff
2012-07-15
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2012-07-10
Dean Camera
Fix up makefile .NOTPARALLEL heuristics so that linear...
tree
|
commitdiff
2012-06-21
Dean Camera
Add svn:eol-style property on all source files where...
tree
|
commitdiff
2012-06-10
Dean Camera
Add checks to the endpoint and pipe configure functions...
tree
|
commitdiff
2012-06-10
Dean Camera
Minor correction to the UC3 USB clock division formula...
tree
|
commitdiff
2012-06-10
Dean Camera
Add MAX_ENDPOINT_INDEX compile time option for the...
tree
|
commitdiff
2012-06-09
Dean Camera
Spell check source code, fix mistakes.
tree
|
commitdiff
2012-06-07
Dean Camera
Update SVN line endings property on newer source files...
tree
|
commitdiff
2012-06-06
Dean Camera
Oops - really fix logic errors in USBMode.h.
tree
|
commitdiff
2012-06-06
Dean Camera
Fix errors in the SingleUSBModeTest build test. Fix...
tree
|
commitdiff
2012-06-06
Dean Camera
Fix typo in the UC3 host pipe driver. Improve library...
tree
|
commitdiff
2012-06-02
Dean Camera
Fix incorrect bank mask in Endpoint_ConfigureEndpoint...
tree
|
commitdiff
2012-06-02
Dean Camera
Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properl...
tree
|
commitdiff
2012-05-26
Dean Camera
AppConfigHeaders: Merge in latest trunk.
tree
|
commitdiff
2012-05-26
Dean Camera
Fixed swapped Little Endian/Big Endian endpoint and...
tree
|
commitdiff
2012-05-26
Dean Camera
Fix incorrect definition for the XMEGA Endpoint_BytesIn...
tree
|
commitdiff
2012-05-20
Dean Camera
Merge in latest trunk.
tree
|
commitdiff
2012-05-20
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2012-05-20
Dean Camera
Upgrade Doxygen configuration files for Doxygen 1.8...
tree
|
commitdiff
2012-05-19
Dean Camera
Add missing CPPCheck unusedFunction check suppressions...
tree
|
commitdiff
2012-05-13
Dean Camera
AppConfigHeaders: Merge in latest trunk.
tree
|
commitdiff
2012-05-13
Dean Camera
Added build test to verify correct compilation of all...
tree
|
commitdiff
2012-05-10
Dean Camera
Add branch for the conversion of demos to use standard...
tree
|
commitdiff
2012-05-07
Dean Camera
Add support for the ATXMEGA384C3.
tree
|
commitdiff
2012-05-05
Dean Camera
Add additional preprocessor sanity checks for the XMEGA...
tree
|
commitdiff
2012-05-05
Dean Camera
Fixed incorrect DFU version number reported to the...
tree
|
commitdiff
2012-04-15
Dean Camera
Fixed incorrect reponse to GET STATUS requests in devic...
tree
|
commitdiff
2012-04-14
Dean Camera
Reintegrate the FullEPAddresses development branch...
tree
|
commitdiff
2012-04-07
Dean Camera
Add architecture guards to all architecture-specific...
tree
|
commitdiff
2012-03-25
Dean Camera
Re-enable cppcheck static analysis unused function...
tree
|
commitdiff
2012-03-06
Dean Camera
Fixed compile error for the UC3 architecture when INTER...
tree
|
commitdiff
2012-02-26
Dean Camera
Fixed possible enumeration error if the user applicatio...
tree
|
commitdiff
2012-02-25
Dean Camera
Update main library documentation organisation for...
tree
|
commitdiff
2012-02-24
Dean Camera
Minor documentation fixes - change \note entries to...
tree
|
commitdiff
2012-02-20
Dean Camera
Remove potentially unaligned uint32_t access in HIDPars...
tree
|
commitdiff
2012-02-19
Dean Camera
Fix errors uncovered by the new build test compile...
tree
|
commitdiff
2012-02-18
Dean Camera
Add build tests to verify correct compilation of as...
tree
|
commitdiff
2012-02-09
Dean Camera
Fix XMEGA architecture not correctly resetting the...
tree
|
commitdiff
2012-02-08
Dean Camera
Allow serial strings to be generated on the older AVR8...
tree
|
commitdiff
2012-02-05
Dean Camera
Add (still preliminary) support for the ATXMEGA64A4...
tree
|
commitdiff
2012-02-05
Dean Camera
Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGE...
tree
|
commitdiff
2012-02-04
Dean Camera
Update file contributor copyrights for 2012.
tree
|
commitdiff
2012-02-04
Dean Camera
Update file header copyrights for 2012.
tree
|
commitdiff
2012-02-04
Dean Camera
Minor corrections to the XMEGA USB controller implement...
tree
|
commitdiff
2012-02-01
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2012-01-02
Dean Camera
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONF...
tree
|
commitdiff
2011-12-23
Dean Camera
Run wspurify script on /trunk/ and /branches/ C source...
tree
|
commitdiff
2011-12-13
Dean Camera
Minor XMEGA USB driver fixes.
tree
|
commitdiff
2011-12-11
Dean Camera
Change PIPE_PIPENUM_MASK from 0x07 to the more generic...
tree
|
commitdiff
2011-11-24
Dean Camera
Minor Doxygen documentation improvements.
tree
|
commitdiff
2011-11-24
Dean Camera
Add new USB_Host_GetDescriptor() function. Alter the...
tree
|
commitdiff
2011-11-24
Dean Camera
Added new USB_Host_GetDeviceConfiguration() and USB_Hos...
tree
|
commitdiff
2011-11-23
Dean Camera
Add XMEGA compile time tokens to the LUFAConfig.h code...
tree
|
commitdiff
2011-11-22
Dean Camera
Fixed broken AVR32 endpoint/pipe communications when...
tree
|
commitdiff
2011-11-14
Dean Camera
Minor corrections for the XMEGA USB controller. Add...
tree
|
commitdiff
2011-11-01
Dean Camera
Fix XMEGA core USB driver endpoint code to prevent...
tree
|
commitdiff
2011-10-31
Dean Camera
Add support for the new MEGA B series devices.
tree
|
commitdiff
2011-10-31
Dean Camera
Add support for the Atmel XMEGA A3BU Xplained board.
tree
|
commitdiff
2011-10-31
Dean Camera
Fix XMEGA core USB driver so that device mode enumerate...
tree
|
commitdiff
2011-10-30
Dean Camera
Namespace out the internal endpoint globals in the...
tree
|
commitdiff
2011-10-30
Dean Camera
Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum...
tree
|
commitdiff
2011-10-30
Dean Camera
Namespace out the internal endpoint and pipe globals...
tree
|
commitdiff
2011-10-30
Dean Camera
Update XMEGA clock management so that the correct 16...
tree
|
commitdiff
2011-10-30
Dean Camera
Minor documentation fixes.
tree
|
commitdiff
2011-10-30
Dean Camera
XMEGA port improvements; connection and disconnection...
tree
|
commitdiff
2011-10-25
Dean Camera
Update XMEGA platform clock management example code...
tree
|
commitdiff
2011-10-12
Dean Camera
When automatic PLL management mode is enabled on the...
tree
|
commitdiff
2011-10-09
Dean Camera
Prevent written but unused variable warnings on GCC...
tree
|
commitdiff
2011-10-07
Dean Camera
USB XMEGA support improvements; add DFLL clock platform...
tree
|
commitdiff
2011-10-07
Dean Camera
Fix incorrect function call name in USB_Host_SendContro...
tree
|
commitdiff
2011-10-07
Dean Camera
Added endian-correction to the CDC driver's Line Encodi...
tree
|
commitdiff
2011-10-04
Dean Camera
Fix compile errors for the USB XMEGA parts when the...
tree
|
commitdiff
2011-09-28
Dean Camera
Fix compile error on the UC3 targets when INTERRUPT_CON...
tree
|
commitdiff
2011-09-22
Dean Camera
Add missing "used" attribute to ATTR_INIT_SECTION to...
tree
|
commitdiff
2011-09-21
Dean Camera
Fix missing C++ linkage command in ArchitectureSpecific.h.
tree
|
commitdiff
2011-08-28
Dean Camera
Move documentation for the USB_HOST_TIMEOUT_MS into...
tree
|
commitdiff
2011-08-24
Dean Camera
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndp...
tree
|
commitdiff
2011-08-23
Dean Camera
Minor documentation fixes.
tree
|
commitdiff
2011-07-29
Dean Camera
Remove redundant calls to USB_USBTask() in the Mass...
tree
|
commitdiff
2011-07-25
Dean Camera
Add INTERRUPT_CONTROL_ENDPOINT compile time option...
tree
|
commitdiff
2011-07-25
Dean Camera
Fixed USB_USBTask not being called internally in stream...
tree
|
commitdiff
2011-07-19
Dean Camera
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
tree
|
commitdiff
2011-07-19
Dean Camera
Add support for the ORDERED_EP_CONFIG compile time...
tree
|
commitdiff
2011-07-19
Dean Camera
Move out the EP_TYPE_* macros to the base USBController...
tree
|
commitdiff
2011-07-18
Dean Camera
More USB XMEGA porting for Endpoint control.
tree
|
commitdiff
2011-07-15
Dean Camera
Add missing SVN eol-style property to files where it...
tree
|
commitdiff
2011-07-15
Dean Camera
Add option to the USB XMEGAs to set the USB bus interru...
tree
|
commitdiff
2011-07-15
Dean Camera
Complete USB XMEGA interrupt control subsystem code...
tree
|
commitdiff
next