aboutsummaryrefslogtreecommitdiff
path: root/Projects/Incomplete
AgeCommit message (Expand)Author
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-04-18Add const keyword to the demo function parameters where possible.Dean
2010-03-24Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean
2010-03-23Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d...Dean
2010-03-23Added incomplete MIDIToneGenerator project.Dean
2010-03-22Standardized the naming scheme given to configuration descriptor sub-elements...Dean
2010-03-09Webserver project now uses the board LEDs to indicate the current IP configur...Dean
2010-02-04New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean
2010-02-02Minor fixups to the documentation and preprocessor tokens.Dean
2010-01-25Moved initial completed version of the Webserver project out of the Projects/...Dean
2010-01-25Neaten Webserver project code.Dean
2010-01-25Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean
2010-01-21Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean
2010-01-19Added master mode hardware TWI driver.Dean
2010-01-15Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean
2010-01-12Started Webserver RNDIS host project.Dean
2010-01-04Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-30Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper...Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-09Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean
2009-11-25Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean
2009-11-24Make the StandaloneProgrammer project seamlessly read out drive contents from...Dean
2009-11-23Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean
2009-11-23The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean
2009-11-20Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean
2009-11-17Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean
2009-08-25Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean
2009-08-25Add function documentation to the AVRISP project.Dean
2009-08-25Finished preliminary AVRISP project - all V2 protocol commands now work corre...Dean
2009-08-25Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h...Dean
2009-08-25Updated Benito project -- added hardware interrupt and software buffering for...Dean
2009-08-24Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PR...Dean
2009-08-24Switch to hardware delays and timeouts via a hardware timer in the V2 Protoco...Dean
2009-08-24Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protoco...Dean
2009-08-24Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRI...Dean
2009-08-24Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the arr...Dean
2009-08-23Added V2 protocol handlers for the READ and WRITE memory commands in the AVRI...Dean
2009-08-23Moved out target-related V2 protocol commands into a seperate file for the AV...Dean
2009-08-23Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...Dean
2009-08-23Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...Dean
2009-08-20Renamed Projects/Unfinished to Projects/Incomplete for consistancy.Dean