pub/USBasp.git
2010-02-22 Dean CameraMake SPI and USART peripheral dispatch driver headers...
2010-02-22 Dean CameraAdd drivers for the EVK1101 - begin full port to the...
2010-02-21 Dean CameraOops - need to revert changes made to ease testing...
2010-02-21 Dean CameraRemove dual ISR for software PDI mode, use a single...
2010-02-21 Dean CameraMore fixes to the AVRISP command timeout system so...
2010-02-21 Dean CameraIncreased the speed of both software and hardware TPI...
2010-02-20 Dean CameraOops - missed a few references to the old global Timeou...
2010-02-19 Dean CameraAVRISP programmer project now has a more robust timeout...
2010-02-19 Dean CameraCommit for the 100219 release.
2010-02-18 Dean CameraUse a temporary variable to hold the current URI length...
2010-02-18 Dean CameraTurn OFF double banking in the Webserver demo - leaving...
2010-02-18 Dean CameraAdd uIP-split code to the Webserver project, so that...
2010-02-16 Dean CameraClean up XPLAINBridge code.
2010-02-16 Dean CameraMake sure the button report set masks use OR in all...
2010-02-15 Dean CameraOops - missing brackets in the declaration of a string...
2010-02-15 Dean CameraAdd missing TWI_Init() call to the TemperatureDataLogge...
2010-02-14 Dean CameraFix HID Host Class driver sending incorrect ReportType...
2010-02-13 Dean CameraAdd NO_VTARGET_DETECT compile time option to the AVRISP...
2010-02-12 Dean CameraSpeed up Webserver demo data rate by not sending a...
2010-02-12 Dean CameraMove DHCP negotiation timer into the DHCP connection...
2010-02-12 Dean CameraFix DHCPClient init code in the Webserver project writi...
2010-02-12 Dean CameraFixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UB...
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-02-10 Dean CameraFixed lack of SECTION ERASE command in TPI programming...
2010-02-10 Dean CameraAdded .5MHz recovery clock to the AVRISP programmer...
2010-02-09 Dean CameraFixed USB_GetHIDReportSize() returning the number of...
2010-02-08 Dean CameraFix LowLevel Keyboard demo -- accidentally trying to...
2010-02-08 Dean CameraFix AVRISP-MKII clone project's TPI Chip Erase command...
2010-02-07 Dean CameraSplit out LED report processing from the host into...
2010-02-07 Dean CameraAdded Keyboard LED report masks (KEYBOARD_LED_*) to...
2010-02-07 Dean CameraMake Webserver allow HTTP requests for files with up...
2010-02-07 Dean CameraAdded keyboard modifier masks (HID_KEYBOARD_MODIFER_...
2010-02-05 Dean CameraFixed SerialStream driver not setting stdin to the...
2010-02-05 Dean CameraOops - serial stream driver should return _FDEV_EOF...
2010-02-05 Dean CameraFixed SerialStream driver blocking while waiting for...
2010-02-04 Dean CameraNew BOARD value option BOARD_NONE (equivelent to not...
2010-02-03 Dean CameraRe-add Webserver uIP application polling, apply patch...
2010-02-03 Dean CameraFix TELNET server locking up if an invalid command...
2010-02-03 Dean CameraDisable uIP connection polling for now - this seems...
2010-02-03 Dean CameraAdd a TELNET server to the webserver project, which...
2010-02-03 Dean CameraExlude the "INCLUDE_FROM_*" macros from the individual...
2010-02-03 Dean CameraExclude FATFs from the Webserver project documentation...
2010-02-02 Dean CameraAdd documentation to the USB Class Drivers module on...
2010-02-02 Dean CameraMinor fixups to the documentation and preprocessor...
2010-02-02 Dean CameraRemove now unused conf directory from the uIP stack...
2010-02-02 Dean CameraReplace the Webserver demo's uIP with the latest code...
2010-02-02 Dean CameraMake packet processing code in the Webserver project...
2010-02-02 Dean CameraFix TPI mode chip erase code not properly erasing the...
2010-02-02 Dean CameraOops - new Write Word alignment code in the TPI program...
2010-02-02 Dean CameraMake TPI writes add a dummy high byte if the data isn...
2010-02-02 Dean CameraMake TPI programming protocol program in words, not...
2010-02-01 Dean CameraFixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED...
2010-02-01 Dean CameraMake board specific and device peripheral specific...
2010-02-01 Dean CameraFixed STK525 Dataflash driver using incorrect bit-shift...
2010-02-01 Dean CameraMake AVRISP XPROG function parameters const where possible.
2010-02-01 Dean CameraFixed issues with EEPROM and FLASH ISP programming...
2010-02-01 Dean CameraFixed Pipe_IsEndpointBound() function not taking the...
2010-01-31 Dean CameraClean up HTTP webserver code in the Webserver project...
2010-01-31 Dean CameraUse _delay_us() function in the XPROGTarget.c file...
2010-01-31 Dean CameraOops - PDI handshake delay was too long, causing the...
2010-01-31 Dean CameraBetter HTTP GET parsing in the Webserver demo, add...
2010-01-29 Dean CameraAdd TCP retransmission support to the HTTP webserver...
2010-01-29 Dean CameraUpdate driver INF files - change manufacturer name...
2010-01-29 Dean CameraOops - TPI programming is broken in the AVRISP project...
2010-01-29 Dean CameraFix TPI communications in the AVRISP project when bit...
2010-01-29 Dean CameraAdd MIME type handling to the Webserver project, so...
2010-01-28 Dean CameraRemoved the stream example code from the Low Level...
2010-01-28 Dean CameraSecond fix to Webserver project's makefile for the...
2010-01-28 Dean CameraDelete FATFs .lst files from the Webserver project...
2010-01-28 Dean CameraOops - fix path case in the Webserver project makefile...
2010-01-28 Dean CameraFix up project documentation files' overview tables...
2010-01-28 Dean CameraAdd FatFS library to the Webserver project, extend...
2010-01-28 Dean CameraBe doubly-certain that the incomming CDC class driver...
2010-01-27 Dean CameraClean up Webserver project - add more Doxygen documenta...
2010-01-27 Dean CameraAdd DHCP server to the Webserver demo for automatic...
2010-01-27 Dean CameraEnsure TPI enable timing requirements are met in AVRISP...
2010-01-27 Dean CameraManually pull PDI clock pin high for 1ms before disabli...
2010-01-25 Dean CameraExclude host application directories from the Doxygen...
2010-01-25 Dean CameraAdd missing AVRISPDescriptors.c/.h files to the XPLAINB...
2010-01-25 Dean CameraMove TWI.c driver into the straight LUFA/Drivers/Periph...
2010-01-25 Dean CameraAdd Webserver project Doxygen configuration file and...
2010-01-25 Dean CameraMoved initial completed version of the Webserver projec...
2010-01-25 Dean CameraNeaten Webserver project code.
2010-01-25 Dean CameraFixed CDC and RNDIS host demos and class drivers -...
2010-01-25 Dean CameraCleanup and partially fix AVRISP-MKII project's TPI...
2010-01-25 Dean CameraADC2 and ADC3 channels do not exist on the U4 series...
2010-01-25 Dean CameraMinor code cleanups, remove TemperatureDataLogger host...
2010-01-25 Dean CameraAdded explicit ADC channel masks for the standard set...
2010-01-24 Dean CameraFixed DFU bootloader programming not discarding the...
2010-01-24 Dean CameraEnhance TemperatureDatalogger project -- add RTC capabi...
2010-01-21 Dean CameraFix up the incomplete Webserver project so that it...
2010-01-21 Dean CameraNew revision Benito hardware will be 16MHz, and use...
2010-01-21 Dean CameraUpdate Benito project -- device should be reset when...
2010-01-19 Dean CameraUpdate library manual with the new XPLAINBridge project...
2010-01-19 Dean CameraClean up of the altered XPLAINBridge project.
2010-01-19 Dean CameraChanged XPLAINBridge project to be both a USB to USART...
2010-01-19 Dean CameraAdded master mode hardware TWI driver.
2010-01-17 Dean CameraOops - missing brace in the updated Benito code causing...
2010-01-17 Dean CameraFix the Benito project not pulsing the target's /RESET...
2010-01-17 Dean CameraClean up and add more comments to the AVRISP-MKII proje...
next