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
Age
Commit message (
Expand
)
Author
2010-07-15
Disable strict aliasing explicitly in the project makefiles, as this is appar...
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
Fix pointer aliasing warning in the Mass Storage demos.
Dean
2010-07-15
Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...
Dean
2010-07-15
Fixed HID device class driver still using PrevReportINBuffer for GetReport co...
Dean
2010-07-13
Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i...
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 Device mode demos.
Dean
2010-07-13
Add AVRStudio 4 project files to the ClassDriver Host 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 remaining AVRStudio project files to the library projects.
Dean
2010-07-13
Add first lot of AVRStudio project files for some of the library projects.
Dean
2010-07-13
Rename the AVRISP main source files to AVRISP-MKII so that it matches the pro...
Dean
2010-07-12
Add missing eol-style properties to new source files.
Dean
2010-07-12
Add missing clean_doxygen phony targets to the project makefiles.
Dean
2010-07-12
Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...
Dean
2010-07-12
Alter the ring buffer library headers to have both atomic and non-atomic inse...
Dean
2010-07-12
Add glitch protection to the software UART in the XPLAINBridge project code, ...
Dean
2010-07-11
Major changes to the XPLAINBridge software UART code for performance and reli...
Dean
2010-07-11
Correct misspellings in the Bluetooth demo code.
Dean
2010-07-11
Add more doxygen function documentation to the RFCOMM layer.
Dean
2010-07-11
Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ...
Dean
2010-07-11
Rename Bluetooth stack function parameters to clearly indicate what sort of B...
Dean
2010-07-09
Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrec...
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-08
Add a new RFCOMM service callback for when new data has been received on a va...
Dean
2010-07-08
Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....
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-07-02
Move out RFCOMM channel structure init code to a seperate routine, to save on...
Dean
2010-06-29
Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...
Dean
2010-06-26
Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...
Dean
2010-06-25
Add default "all" makefile targets to the demo tree makefiles.
Dean
2010-06-25
Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than...
Dean
2010-06-25
Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep...
Dean
2010-06-24
Make XPLAINBridge serial bridge much more reliable for the reception of chara...
Dean
2010-06-24
Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...
Dean
2010-06-23
Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to cop...
Dean
2010-06-23
Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...
Dean
2010-06-22
Use a bitmask instead of an array of bools in the SDP UUID List matching algo...
Dean
2010-06-22
Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...
Dean
2010-06-21
Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...
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
[next]