pub/USBasp.git
2010-03-23 Dean CameraAdded incomplete MIDIToneGenerator project.
2010-03-22 Dean CameraStandardized the naming scheme given to configuration...
2010-03-21 Dean CameraDouble bank CDC endpoints in the XPLAIN Bridge project...
2010-03-19 Dean CameraFixed LowLevel MassStorage demo broken on the U2 AVRs...
2010-03-17 Dean CameraRemove redundant check in the software PDI programming...
2010-03-17 Dean CameraSoftware PDI mode breaks unless the software USART...
2010-03-16 Dean CameraIncreased throughput of the USBtoSerial demo on systems...
2010-03-16 Dean CameraDon't enable the pullup on the target /RESET line in...
2010-03-16 Dean CameraFixed PDI programming mode in the AVRISP programmer...
2010-03-15 Dean CameraImprove documentation for the ADC and TWI drivers.
2010-03-13 Dean CameraFixed ADC routines not correctly returning the last...
2010-03-10 Dean CameraAdded ENABLE_TELNET_SERVER compile time option to the...
2010-03-09 Dean CameraFix incorrect LED mask name in the Webserver project.
2010-03-09 Dean CameraWebserver project now uses the board LEDs to indicate...
2010-03-01 Dean CameraMinor documentation updates.
2010-02-25 Dean CameraFix TWI driver not aborting when faced with no response...
2010-02-24 Dean CameraAdded a timeout value to the TWI_StartTransmission...
2010-02-24 Dean CameraFix incorrect error when directly including the LUFA...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-24 Dean CameraMore AVR32 achitecture ports.
2010-02-23 Dean CameraMore porting of the USB core to the AVR32.
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-23 Dean CameraUpdate Temperature board driver to be AVR32 compatible...
2010-02-23 Dean CameraFixed software PDI/TPI programming mode in the AVRISP...
2010-02-22 Dean CameraChange over board hardware drivers to use the custom...
2010-02-22 Dean CameraUpdate manual pages to reference unfinished AVR32 port...
2010-02-22 Dean CameraAdd start of an AVR32 SPI driver.
2010-02-22 Dean CameraRename AVRU4U6U9 peripheral driver directory to AVR8.
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...
next