pub/USBasp.git
2010-06-03 Dean CameraDelay needed in bluetooth code due to the send function...
2010-06-03 Dean CameraExtra protocol value in the RFCOMM protocol is the...
2010-06-03 Dean CameraAdd PSM value to the RFCOMM service so that the host...
2010-06-03 Dean CameraAdd start of RFCOMM service layer to the incomplete...
2010-06-02 Dean CameraOops - descriptor pointer should be assigned, not incre...
2010-06-02 Dean CameraBetter fix to avoid void pointer arithmetic in ConfigDe...
2010-06-02 Dean CameraFix byte ordering of UUIDs in the SDP server - host...
2010-06-02 Dean CameraThe SDP UUID lists should be searched and ALL UUIDs...
2010-06-02 Dean CameraAdd L2CAP service attribute table. Fix up ProtocolDescr...
2010-06-01 Dean CameraClean up the Service tables, add incomplete ProtocolDes...
2010-06-01 Dean CameraRemove incorrect Language ID offset attribute from...
2010-06-01 Dean CameraService Attribute SDP requests should have only one...
2010-06-01 Dean CameraDocument inline SDP data read/write functions.
2010-06-01 Dean CameraMuch faster attribute range lookup - look through short...
2010-06-01 Dean CameraFix the encoding of UUIDs in the SDP server so that...
2010-06-01 Dean CameraMove SDP service tables out into a new set of files...
2010-06-01 Dean CameraAdd Service Attribute request processing to the SDP...
2010-05-31 Dean CameraFix endianness issues in the Service Discovery Protocol...
2010-05-31 Dean CameraRemove void* arithmetic in the USB_GetNextDescriptor...
2010-05-30 Dean CameraSmall tweaks to ConfigDescriptor.c/.h to ensure pointer...
2010-05-30 Dean CameraFixed internal device serial not being accessible on...
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-29 Dean CameraFixed incorrect signature for the ATMEGA32U2 in the...
2010-05-27 Dean CameraAdded new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR...
2010-05-26 Dean CameraReplace ring buffer library in Benito and USBtoSerial...
2010-05-26 Dean CameraRemoved unused line encoding data and control requests...
2010-05-26 Dean CameraSwitch to using the correct intptr_t type use where...
2010-05-26 Dean CameraThe EEPROM stream read/write functions now use eeprom_u...
2010-05-26 Dean CameraAdd better documentation to the Software UART code...
2010-05-26 Dean CameraSwitch software UART over to timer 1 and remove timer...
2010-05-26 Dean CameraRename software USART driver globals to make the code...
2010-05-26 Dean CameraMake software USART used in the XPLAINBridge project...
2010-05-26 Dean CameraCreate a new LightweightRingBuffer.h header file for...
2010-05-26 Dean CameraThe RingBuff library code has been replaced in the...
2010-05-25 Dean CameraFixed RNDISEthernet demos crashing when calculating...
2010-05-23 Dean CameraAdd UUID Class matching to the Service Discovery Protoc...
2010-05-23 Dean CameraRemove obsolete entry from the Doxygen configuration...
2010-05-23 Dean CameraSDP Service improvements; fixed UUID for SDP service...
2010-05-21 Dean CameraAdd comments and partial Doxygen documentation to the...
2010-05-21 Dean CameraOops - when adding a sequence header to the SDP respons...
2010-05-21 Dean CameraAdd incomplete code to properly handle attribute respon...
2010-05-20 Dean CameraService Discovery ServiceSearchAttribute requests requi...
2010-05-20 Dean CameraShort UUIDs are measured in bytes, not bits -- update...
2010-05-20 Dean CameraMore SDP code improvements - responses to ServiceSearch...
2010-05-20 Dean CameraRenamed CDC device class demos' ManagementEndpoint...
2010-05-18 Dean CameraSwitch over the BluetoothHost demo's Service Discovery...
2010-05-18 Dean CameraAdded new ADC_DisableChannel() function (thanks to...
2010-05-17 Dean CameraBegin processing code for Service Discovery Protocol...
2010-05-16 Dean CameraFixed AVRISP project not sending a full erase-and-write...
2010-05-14 Dean CameraFixed AVRISP project sending a LOAD EXTENDED ADDRESS...
2010-05-13 Dean CameraCommit for 100513 re-release due to critical device...
2010-05-13 Dean CameraRemove incorrect check for the current device state...
2010-05-13 Dean CameraAdditional fix to the AVRISP-MKII clone project for...
2010-05-13 Dean CameraFixed AVRISP-MKII clone project not correctly issuing...
2010-05-13 Dean CameraFixed possible device lockup when INTERRUPT_CONTROL_END...
2010-05-13 Dean CameraThe LIBUSB_FILTERDRV_COMPAT compile time option in...
2010-05-12 Dean CameraRemoved TeensyHID bootloader, per request from Paul...
2010-05-12 Dean CameraFix Doxygen treating the license as a documentation...
2010-05-12 Dean CameraCommit for the 100512 release.
2010-05-11 Dean CameraFix nasty bug in USBInterrupt.c which would cause a...
2010-05-10 Dean CameraRefactor Service Discovery Protocol code in the incompl...
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraChange over instances of "make" in the makefiles to...
2010-05-07 Dean CameraDevice mode class driver callbacks are now fired before...
2010-05-07 Dean CameraDon't cast the line encoding baud rate to a uint16_t...
2010-05-07 Dean CameraFix TeensyHID bootloader for the largest AVRs - only...
2010-05-07 Dean CameraChange over unix line-endings to dos line endings.
2010-05-06 Dean CameraAdded new EVENT_CDC_Device_BreakSent() event and CDC_Ho...
2010-05-06 Dean CameraRemove incorrect Abstract Call Management class specifi...
2010-05-06 Dean CameraEnsure that the CDC class drivers return 0 if the numbe...
2010-05-06 Dean CameraMake CDC class bootloader hard-reset the AVR when exite...
2010-05-06 Dean CameraOops - typo in the updated TeensyHID bootloader code...
2010-05-06 Dean CameraFixed TeensyHID bootloader so that it works with the...
2010-05-06 Dean CameraFixed incorrect comparison in the descriptor callback...
2010-05-04 Dean CameraFix up the ADC driver for the U4 parts to remove a...
2010-05-04 Dean CameraRemoved software PDI/TPI emulation from the AVRISP...
2010-05-04 Dean CameraFixed INTERRUPT_CONTROL_ENDPOINT compile time option...
2010-05-04 Dean CameraFixed Host mode HID class driver not sending the correc...
2010-05-04 Dean CameraFixed device state not being reset back to the default...
2010-05-03 Dean CameraAdded new ENDPOINT_*_BusSuspended error code to the...
2010-05-02 Dean CameraIncrease hardware PDI/TPI programming speed to 1MHz...
2010-05-02 Dean CameraSwitch back to C based timeout ISR in the AVRISP projec...
2010-05-02 Dean CameraChange AVRISP project's timeout to be interrupt based...
2010-04-30 Dean CameraMake sure that long reads are aborted early if the...
2010-04-30 Dean CameraMake sure that the NVM bus/controller busy waits in...
2010-04-29 Dean CameraThe Audio_Device_IsSampleReceived() and Audio_Device_Is...
2010-04-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
2010-04-28 Dean CameraOops - relocated USBInterrupt.h header file requires...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraRemove incomplete/nonfunctional MIDI class bootloader.
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-28 Dean CameraMake AVRISP-MKII clone project's software PDI/TPI mode...
2010-04-27 Dean CameraFix TeensyHID bootloader Doxygen configuration file...
2010-04-22 Dean CameraAdded ability to search by Channel PSM to the GetChanne...
2010-04-20 Dean CameraFixed HID Device Class Driver not allocating a temporar...
2010-04-19 Dean CameraAdd start of a SDP service table, which will be linked...
2010-04-19 Dean CameraMake bluetooth SDP code correctly unpack the search...
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-04-18 Dean CameraAdd bluetooth channel connection callback to the incomp...
next