pub/USBasp.git
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...
2010-01-16 Dean CameraFix incorrect preprocessor checks in the PLL prescaler...
2010-01-15 Dean CameraFixed invalid USB controller PLL prescaler values for...
2010-01-12 Dean CameraStarted Webserver RNDIS host project.
2010-01-12 Dean CameraFixed incorrect interface values in the VirtualSerialMo...
2010-01-07 Dean CameraOops - incorrect Dataflash chip select mask in the...
2010-01-07 Dean CameraFix XPLAIN Dataflash and LED drivers.
2010-01-06 Dean CameraUpdate Doxygen configuration files to the latest Doxyge...
2010-01-05 Dean CameraAdded support to the MIDI Class drivers for packed...
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2010-01-04 Dean CameraFix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
2010-01-04 Dean CameraFix CDC blocking streams in Host mode locking up when...
2010-01-04 Dean CameraFixed blocking CDC streams not aborting when the host...
2010-01-03 Dean CameraClean up MassStorageKeyboard demo.
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-30 Dean CameraOops - remove accidentally committed .lst files from...
2009-12-30 Dean CameraFix TemperatureDataLogger - sample tick timer wasn...
2009-12-30 Dean CameraOops - fix include directory for case-sensitive filesys...
2009-12-30 Dean CameraAdd new TemperatureDataLogger project, a simple USB...
2009-12-29 Dean CameraReduced guard bit time in the AVRISP project PDI/TPI...
2009-12-29 Dean CameraFixed AVRISP PDI race condition where the guard time...
2009-12-29 Dean CameraChange the AVRISP project's RESET LINE makefile tokens...
2009-12-29 Dean CameraMinor documentation updates.
2009-12-28 Dean CameraFix TPI NVM Write handler -- AVRStudio sends out writes...
2009-12-28 Dean CameraAdd first draft of the TPI NVM commands for reading...
2009-12-28 Dean CameraAdd dummy undocumented TPI XPROG parameters to the...
2009-12-28 Dean CameraRemove duplicate #include of <avr/wdt.h> in the TeensyH...
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-27 Dean CameraFix mistakes in the XPROGTarget.c/.h files for TPI...
2009-12-27 Dean CameraFix references to the renamed AVRISP-MKII project folder.
2009-12-27 Dean CameraRename AVRISP project folder to AVRISP-MKII.
2009-12-27 Dean CameraRemove missed timer 0 init code in the ISP protocol...
2009-12-26 Dean CameraFixed ISP mode in the AVRISP programmer project.
2009-12-26 Dean CameraAdded const where possible to the source functions...
2009-12-24 Dean CameraComplete TPI protocol code to enter and exit TPI progra...
2009-12-24 Dean CameraComplete combining of PDI and TPI target communication...
2009-12-24 Dean CameraRename PDITarget.c/.h to XPROGTarget.c/.h so that both...
2009-12-24 Dean CameraRemove serial driver use from the AVRISP project now...
2009-12-24 Dean CameraCombine PDIProtocol and TPIProtocol into a single XPROG...
2009-12-24 Dean CameraRename PDIProtocol.c/.h to XPROGProtocol.c/.h as it...
2009-12-24 Dean CameraCombine AVRISP project TPI and PDI lib directories...
2009-12-23 Dean CameraCorrect include paths and makefile for the AVRISP proje...
2009-12-23 Dean CameraMake seperate ISP, PDI and TPI folders in the AVRISP...
2009-12-23 Dean CameraLower timeout periods in the AVRISP project. Increment...
2009-12-23 Dean CameraStub out more of the TPI programming protocol routines...
next