pub/USBasp.git
2010-07-29 Dean CameraAdded support to the AVRISP-MKII project for ISP speeds...
2010-07-28 Dean CameraAdd TMC header read and write functions, so that TMC...
2010-07-27 Dean CameraUse static inline intermediatary functions in Endpoint...
2010-07-27 Dean CameraMove over message ID specific header data to unions...
2010-07-26 Dean CameraRename reserved members of all structs so that they...
2010-07-26 Dean CameraAdd comments to the currently completed portions of...
2010-07-26 Dean CameraAdd missing INTERRUPT_CONTROL_ENDPOINT compile time...
2010-07-26 Dean CameraAdd stream callback flags and class specific control...
2010-07-25 Dean CameraAdded periodic flush timer to the Benito project. Alter...
2010-07-23 Dean CameraAdd TMC device capabilities to the incomplete TMC demo.
2010-07-23 Dean CameraUpdate size of compiled Mouse demo in documentation...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
2010-07-22 Dean CameraFuture proof the XPROG protocol of the AVRISP-MKII...
2010-07-22 Dean CameraAdded start of a low level device Test and Measurement...
2010-07-22 Dean CameraFix up minor whitespace formatting errors.
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-21 Dean CameraReplace internal Pipe_BytesToEPSizeMask() routine with...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-21 Dean CameraAdd missing const qualifier to the parameters of the...
2010-07-20 Dean CameraFixed MIDI_Device_SendEventPacket() not correctly waiti...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-18 Dean CameraChange over all makefiles to use C99 standards mode...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-15 Dean CameraAdded ability to set the serial baud rate via the user...
2010-07-15 Dean CameraFix pointer aliasing warning in the Mass Storage demos.
2010-07-15 Dean CameraFixed possible buffer overrun in the XPLAINBridge proje...
2010-07-15 Dean CameraFixed HID device class driver still using PrevReportINB...
2010-07-13 Dean CameraChange AVRISP-MKII and XPLAINBridge descriptors to...
2010-07-13 Dean CameraRemove the timeout period extension code from the AVRIS...
2010-07-13 Dean CameraAdded const attributes to some of the class driver...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Device...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Device...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Host...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Host...
2010-07-13 Dean CameraAdd AVRStudio 4 project files for the library bootloaders.
2010-07-13 Dean CameraAdd remaining AVRStudio project files to the library...
2010-07-13 Dean CameraAdd first lot of AVRStudio project files for some of...
2010-07-13 Dean CameraRename the AVRISP main source files to AVRISP-MKII...
2010-07-12 Dean CameraAdd missing eol-style properties to new source files.
2010-07-12 Dean CameraAdd missing clean_doxygen phony targets to the project...
2010-07-12 Dean CameraReduce prescaler of the flush timer in the USBtoSerial...
2010-07-12 Dean CameraAlter the ring buffer library headers to have both...
2010-07-12 Dean CameraAdd glitch protection to the software UART in the XPLAI...
2010-07-11 Dean CameraMajor changes to the XPLAINBridge software UART code...
2010-07-11 Dean CameraCorrect misspellings in the Bluetooth demo code.
2010-07-11 Dean CameraAdd more doxygen function documentation to the RFCOMM...
2010-07-11 Dean CameraOops - ACL layer Bluetooth_SendPacket() function should...
2010-07-11 Dean CameraRename Bluetooth stack function parameters to clearly...
2010-07-09 Dean CameraOops - fix errors in the MassStorageKeyboard SCSI drive...
2010-07-09 Dean CameraRewrote the implementation of the SwapEndian_16() and...
2010-07-08 Dean CameraAdd a new RFCOMM_ChannelOpened() callback event for...
2010-07-08 Dean CameraAdd a new RFCOMM service callback for when new data...
2010-07-08 Dean CameraMove out Bluetooth stack callback functions to a sepera...
2010-07-06 Dean CameraMake main readme file easier to read, and make document...
2010-07-04 Dean CameraImprove commenting of the Dataflash stub board driver...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-07-02 Dean CameraMove out RFCOMM channel structure init code to a sepera...
2010-06-29 Dean CameraAdd RFCOMM service routine, to send pending configurati...
2010-06-26 Dean CameraMake Bluetooth ACL channel searches skip over closed...
2010-06-25 Dean CameraAdd default "all" makefile targets to the demo tree...
2010-06-25 Dean CameraMake loops in AVRISP-MKII Clone project's XPROG protoco...
2010-06-25 Dean CameraFix Doxygen formatting of parameters for the CALLBACK_H...
2010-06-24 Dean CameraMake XPLAINBridge serial bridge much more reliable...
2010-06-24 Dean CameraMaximise the size of the ring buffers in the Benito...
2010-06-23 Dean CameraSplit RFCOMM channel signals into Remote and Local...
2010-06-23 Dean CameraAdd TEST RFCOMM command handler. Remove the RFCOMM...
2010-06-22 Dean CameraUse a bitmask instead of an array of bools in the SDP...
2010-06-22 Dean CameraAdded new pgm_read_ptr() macro to Common.h for reading...
2010-06-21 Dean CameraMoved calls to V2Params_UpdateParamValues() out of...
2010-06-17 Dean CameraFixed broken PDI EEPROM Section Erase functionality...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-16 Dean CameraFix compile and Doxygen errors due to the spell-check...
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-15 Dean CameraRename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariabl...
2010-06-15 Dean CameraChanged the RFCOMM-specific ItemProtocolChannel_t type...
2010-06-15 Dean CameraAdd RFCOMM channel configuration parsing and channel...
2010-06-15 Dean CameraFix HID parser documentation for the default maximum...
2010-06-15 Dean CameraChange over Doxygen \note documentation to \pre where...
2010-06-14 Dean CameraUpdate TemperatureDataLogger and Webserver projects...
2010-06-13 Dean CameraSplit out the RFCOMM Control Channel command processing...
2010-06-13 Dean CameraRename the incomplete Bluetooth Host demo's ServiceDisc...
2010-06-13 Dean CameraMore RFCOMM layer additions - begin to add multiplexer...
2010-06-12 Dean CameraOops - temp code left in the XPLAINBridge project which...
2010-06-12 Dean CameraSlight improvements to the reliability of the software...
2010-06-12 Dean CameraMinor fixes to demos to add in some missing comments...
2010-06-12 Dean CameraSpeed up calls to Pipe_IsPipeBound() by immediately...
2010-06-10 Dean CameraOops - light weight ring buffer documentation used...
2010-06-10 Dean CameraAdd missing documentation to the lightweight ring buffe...
2010-06-08 Dean CameraUpdate main library makefile with missing source files...
2010-06-08 Dean CameraAdd missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLIN...
2010-06-08 Dean CameraAdd Mecurial repository mirror link to the library...
2010-06-07 Dean CameraAdd stub RFCOMM command handlers. Move out RFCOMM frame...
2010-06-07 Dean CameraMore RFCOMM layer implementation - fix FCS calculation...
2010-06-07 Dean CameraMake the RFCOMM_SendFrame() function correctly generate...
2010-06-06 Dean CameraRefactor out RFCOMM packet send code into a seperate...
2010-06-06 Dean CameraFix incorrect copyright attribution on the class-driver...
2010-06-06 Dean CameraDocument lightweight ring buffer header files.
2010-06-06 Dean CameraAdd the svn:eol-style property onto new files which...
next