Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
16 results
Created with Raphaël 2.2.026Aug25242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23More work on the Mass Storage Host mode Class driver.Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled size.Add VTARGET level detection to the AVRISP project on supported AVR models.Make AVRISP project build again - fix incorrect preprocessor directive in V2Protocol.c, fix makefile LUFA_PATH.Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile.Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Add function documentation to the AVRISP project.Finished preliminary AVRISP project - all V2 protocol commands now work correctly for basic operations.Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP handler - can now correctly read back device data. Programming command handler is still broken, although first page is written correctly to FLASH in paged write mode.Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity.Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PROGRAM_EEPROM_ISP polling and endpoint bank clearing, add hardware delays/timeouts to the V2 Protocol handler in the AVRISP project.Switch to hardware delays and timeouts via a hardware timer in the V2 Protocol handler.Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protocol handler in the AVRISP project, programming complete checks not yet complete.Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRISP project.Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the array when writing back the response from the device.Added V2 protocol handlers for the READ and WRITE memory commands in the AVRISP project. Finished READ command handler, skeleton WRITE handler implemented.Moved out target-related V2 protocol commands into a seperate file for the AVRISP project.Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock/Fuse/OSCCAL bytes successfully.Added V2Protocol handlers to the AVRISP project to enter/exit programming mode, and read/write fuses, lockbits, OSCCAL and Signature bytes.Correct Programmer's Notepad project file to use the correct path for the AVRISP project files.Renamed Projects/Unfinished to Projects/Incomplete for consistancy.Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP project.Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to use Endpoint_WaitUntilReady() instead to prevent infinite loops.Moved out the handling of V2 Protocol parameters to a seperate set of files. Added parameter privellages, so that an error can be returned to the host when trying to perform a get/set value action on a parameter without the correct privellages.Reorganise V2Protocol.c, add in function to assert or de-assert target RESET pin.Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer project.Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to connect to it.Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient.Move AVRISP Programmer project to a new Unfinished subdirectory of Project while it is under development.Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to communicate with the device.Added beginnings of a new AVRISP-MKII clone project.Added return values to the CDC and MIDI class driver transmit functions.Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct operation.Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in under all circumstances which fire the ISR, so that the receive complete interrupt is cleared correctly to prevent freezes.Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode.Adjust endpoint polling intervals for HID demos, to make them compliant with the 10ms minimum polling period for Low Speed devices.Added explicit attribute masks to the device mode demos' descriptors.Added CDC_Device_Flush() command to the CDC Device mode class driver.Added flag to the HID report parser to indicate if a device has multiple reports.Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
Loading