pub/USBasp.git
2011-01-23 Dean CameraChange over Joystick demo HID report descriptor to...
2011-01-22 Dean CameraChanged AVRISP-MKII project to use the Watchdog interru...
2011-01-17 Dean CameraFixed incorrect definition of the HID_KEYBOARD_SC_RIGHT...
2011-01-17 Dean CameraAbuse the the C preprocessor so that the HID macros...
2011-01-16 Dean CameraFixed several functions in the Host mode Still Image...
2011-01-16 Dean CameraMinor documentation corrections for the new HID report...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2011-01-16 Dean CameraAdded new ADC_GET_CHANNEL_MASK() convenience macro...
2011-01-13 Dean CameraAdded new high level TWI packet read/write commands...
2011-01-13 Dean CameraOops - The DS1307 contains an unused "DayOfWeek" regist...
2011-01-13 Dean CameraChanged TempDataLogger project's DS1307 driver to simpl...
2011-01-10 Dean CameraFix typos and outdated information.
2011-01-10 Dean CameraCall USB_USBTask() in the Endpoint stream functions...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-08 Dean CameraOops - fix type preventing compilation of demos using...
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-08 Dean CameraThe FAST_STREAM_TRANSFERS compile time option has been...
2011-01-03 Dean CameraAdd custom footer to the main library documentation.
2011-01-03 Dean CameraUpdate Doxygen documentation configuration file for...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-31 Dean CameraFixed incorrect byte ordering in the Audio_Device_Write...
2010-12-31 Dean CameraRename RingBuffer header functions and typedefs from...
2010-12-28 Dean CameraFixed inverted Minimus board LEDs.
2010-12-26 Dean CameraFix compile errors from the changes to the SerialStream...
2010-12-26 Dean CameraMore minor documentation corrections.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-26 Dean CameraAdded basic driver example use code to the library...
2010-12-26 Dean CameraMake a new general RingBuffer.h misc library driver...
2010-12-25 Dean CameraCombined page and word ISP programming mode code in...
2010-12-25 Dean CameraFixed possible programming problem in the AVRISP-MKII...
2010-12-24 Dean CameraMuch more efficient algorithm for the Endpoint/Pipe...
2010-12-24 Dean CameraAdd ORDERED_EP_CONFIG compile time option to the CDC...
2010-12-24 Dean CameraAdd DEVICE_STATE_AS_GPIOR=0 compile time option to...
2010-12-24 Dean CameraRe-add in old Endpoint/Pipe workaround for unordered...
2010-12-17 Dean CameraFix a few more incorrectly ordered endpoint initialisat...
2010-12-17 Dean CameraAdd missing AVRStudio4 project file for the MIDIToneGen...
2010-12-17 Dean CameraFixed incorrect endpoint initialisation order in the...
2010-12-13 Dean CameraFixed incorrect definition of the HID_KEYBOARD_SC_D...
2010-12-12 Dean CameraFixed possible lost data in the XPLAINBridge, USBtoSeri...
2010-12-12 Dean CameraAdded new RingBuffer_Peek() function to the lightweight...
2010-12-03 Dean CameraAdded new completed MIDIToneGenerator project.
2010-12-02 Dean CameraFixed HID hpst class driver incorrectly binding to...
2010-12-02 Dean CameraRefactored Host mode Class Driver *_Host_ConfigurePipes...
2010-11-30 Dean CameraFixed broken USBFOO board drivers due to missing BOARD_...
2010-11-29 Dean CameraFixed broken HID_REQ_GetReport request handler in the...
2010-11-27 Dean CameraFixed broken DFU bootloader, added XPLAIN support for...
2010-11-26 Dean CameraFix typos in the XPLAINBridge project preventing compil...
2010-11-26 Dean CameraAdded ability to write protect Mass Storage disk write...
2010-11-25 Dean CameraChanged the XPLAINBridge software UART to use the regul...
2010-11-25 Dean CameraMake the incomplete MIDIToneGenerator project work...
2010-11-24 Dean CameraReadd incomplete MIDIToneGenerator project, which can...
2010-11-23 Dean CameraFixed Benito project discarding incoming data from...
2010-11-22 Dean CameraCommit for 101122 release.
2010-11-22 Dean CameraLower bulk endpoint polling rate in the descriptors...
2010-11-21 Dean CameraAdded board hardware driver support for the Microsin...
2010-11-21 Dean CameraRemove internal USB_Device_NibbleToASCII() function...
2010-11-21 Dean CameraOops - reduce size of each ring buffer in the USBtoSeri...
2010-11-17 Dean CameraBetter documentation for the ANSI terminal escape codes...
2010-11-17 Dean CameraRename incorrectly named XPROGTarget_SendBreak() functi...
2010-11-16 Dean CameraFixed AVRISP-MKII clone project not starting the target...
2010-11-16 Dean CameraSlow AVRISP-MKII clone PDI/TPI programming speed back...
2010-11-16 Dean CameraAdded new XCK_RESCUE_CLOCK_ENABLE compile time option...
2010-11-15 Dean CameraFixed incorrect event name in the Benito project.
2010-11-14 Dean CameraSecond patch to fix incorrect PDI/TPI programming speed.
2010-11-12 Dean CameraFixed PDI/TPI programming speed of ~250KHz in the AVRIS...
2010-11-10 Dean CameraFixed incorrect PollingIntervalMS values in the demo...
2010-11-09 Dean CameraRemove link to (now deleted) public Mercurial mirror...
2010-11-09 Dean CameraFix incorrect ADEFS and CPPDEFS entries in the DFU...
2010-11-08 Dean CameraAdded board hardware driver support for the Adafruit...
2010-11-07 Dean CameraFixed broken input in the MagStripe reader project...
2010-11-05 Dean CameraFix documentation reference error.
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-11-05 Dean CameraLoop in the ClassDriver MIDI device/host demos until...
2010-11-03 Dean CameraFixed USBtoSerial and XPLAINBridge demos discarding...
2010-11-03 Dean CameraMinor documentation improvements.
2010-11-03 Dean CameraRemove already implemented features from the Future...
2010-11-03 Dean CameraFixed MIDI class driver send routines silently discardi...
2010-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
2010-11-02 Dean CameraRescue clock of the AVRISP-MKII moved to the AVR's...
2010-10-29 Dean CameraRename new CDC class bootloader NO_LOCK_BYTE_SUPPORT...
2010-10-29 Dean CameraAdded new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT...
2010-10-29 Dean CameraOops - typos in the naming of the NBUSYBK0 bits breakin...
2010-10-29 Dean CameraAdded new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks...
2010-10-28 Dean CameraAdded standard keyboard HID report scancode defines...
2010-10-28 Dean CameraMove Set Feature and Clear Feature control request...
2010-10-28 Dean CameraMove RNDISConstants.h into the RNDIS class driver commo...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-27 Dean CameraAdded new NO_CLASS_DRIVER_AUTOFLUSH compile time option...
2010-10-26 Dean CameraChanged AudioInput and AudioOutput demos to reload...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-24 Dean CameraBetter algorithm to extract and convert the internal...
2010-10-20 Dean CameraOops - fix broken SPI driver due to missing bit inversi...
2010-10-20 Dean CameraAdded default test tone generation mode to the Device...
2010-10-17 Dean CameraAdded board hardware driver support for the Minimus...
2010-10-17 Dean CameraOops - add missing Maximus board LED hardware driver...
2010-10-17 Dean CameraAdded board hardware driver support for the Maximus...
2010-10-17 Dean CameraAdded board hardware driver support for the Blackcat...
2010-10-13 Dean CameraAdd missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_D...
2010-10-13 Dean CameraRenamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BAN...
next