index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
Age
Commit message (
Expand
)
Author
2010-07-19
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean
2010-07-15
Removed the automated checking of event names in the demo, project and bootlo...
Dean
2010-07-15
Added ability to set the serial baud rate via the user's terminal in the XPLA...
Dean
2010-07-15
Fixed HID device class driver still using PrevReportINBuffer for GetReport co...
Dean
2010-07-13
Remove the timeout period extension code from the AVRISP project, as no singl...
Dean
2010-07-13
Added const attributes to some of the class driver function parameters that w...
Dean
2010-07-13
Add AVRStudio 4 project files to the ClassDriver Device mode demos.
Dean
2010-07-13
Add AVRStudio 4 project files to the LowLevel Host mode demos.
Dean
2010-07-13
Add AVRStudio 4 project files for the library bootloaders.
Dean
2010-07-13
Add first lot of AVRStudio project files for some of the library projects.
Dean
2010-07-12
Add missing eol-style properties to new source files.
Dean
2010-07-12
Alter the ring buffer library headers to have both atomic and non-atomic inse...
Dean
2010-07-11
Major changes to the XPLAINBridge software UART code for performance and reli...
Dean
2010-07-09
Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...
Dean
2010-07-08
Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...
Dean
2010-07-06
Make main readme file easier to read, and make documentation build instructio...
Dean
2010-07-04
Improve commenting of the Dataflash stub board driver file, to prevent confus...
Dean
2010-07-02
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean
2010-06-23
Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...
Dean
2010-06-22
Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...
Dean
2010-06-17
Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.
Dean
2010-06-17
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean
2010-06-16
Fix compile and Doxygen errors due to the spell-check changes in the source c...
Dean
2010-06-16
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean
2010-06-15
Fix HID parser documentation for the default maximum report/path/etc. element...
Dean
2010-06-15
Change over Doxygen \note documentation to \pre where applicable.
Dean
2010-06-12
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean
2010-06-12
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean
2010-06-08
Update main library makefile with missing source files for the "clean" rule.
Dean
2010-06-08
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...
Dean
2010-06-08
Add Mecurial repository mirror link to the library documentation.
Dean
2010-06-07
Make the RFCOMM_SendFrame() function correctly generate frames from the input...
Dean
2010-06-03
Fixed incorrect function references in the Mass Storage Class driver document...
Dean
2010-06-03
More documentation fixes.
Dean
2010-06-03
Minor documentation cleanups.
Dean
2010-06-02
Oops - descriptor pointer should be assigned, not incremented with the new ty...
Dean
2010-06-02
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...
Dean
2010-06-02
Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...
Dean
2010-06-02
The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...
Dean
2010-05-31
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...
Dean
2010-05-30
Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...
Dean
2010-05-30
Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...
Dean
2010-05-29
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean
2010-05-29
Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...
Dean
2010-05-27
Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...
Dean
2010-05-26
Replace ring buffer library in Benito and USBtoSerial projects with the new l...
Dean
2010-05-26
Removed unused line encoding data and control requests from the CDC Bootloade...
Dean
2010-05-26
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean
2010-05-26
The RingBuff library code has been replaced in the XPLAINBridge project with ...
Dean
2010-05-25
Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...
Dean
[next]