Skip to content
Snippets Groups Projects
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
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.024Feb232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514Revert changes made for the partial port to the AVR32 architecture.More AVR32 achitecture ports.More porting of the USB core to the AVR32.Start porting the USB core to the AVR32 UC3B.Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports.Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin.Change over board hardware drivers to use the custom uintN_t and intN_t native word size types.Update manual pages to reference unfinished AVR32 port, add port status to the Future Changes page.Add start of an AVR32 SPI driver.Rename AVRU4U6U9 peripheral driver directory to AVR8.Make SPI and USART peripheral dispatch driver headers in preparation for a set of AVR32 peripheral drivers.Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Oops - need to revert changes made to ease testing of the software PDI programming mode.Remove dual ISR for software PDI mode, use a single ISR instead to reduce code complexity.More fixes to the AVRISP command timeout system so that it should no longer lock up while processing command no matter what the conditions.Increased the speed of both software and hardware TPI/PDI programming modes of the AVRISP project.Oops - missed a few references to the old global TimeoutMSRemaining counter in ISPTarget.c of the AVRISP-MKII clone project.AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed for PDI and TPI programming.Commit for the 100219 release.Use a temporary variable to hold the current URI length in the Webserver, rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput.Add uIP-split code to the Webserver project, so that each packet is split in half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.Clean up XPLAINBridge code.Make sure the button report set masks use OR in all circumstances, to prevent user confusion. While the first set of the buttons report item can be a direct assignment, it is not immediately clear to new developers why this is the case.Oops - missing brackets in the declaration of a string in TELNETServerApp.c.Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.Fix HID Host Class driver sending incorrect ReportType values to the device when issuing requests via the control pipe.Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, to disable VTARGET detection on AVR models with an on-chip ADC.Speed up Webserver demo data rate by not sending a full ethernet frame each time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander).Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for higher baudrates (thanks to Renaud Cerrato).Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers.Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP project preventing fuses from being cleared.Added .5MHz recovery clock to the AVRISP programmer project when in ISP programming mode to correct mis-set fuses.Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes.Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t type in ProcessLEDReport().Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit.Split out LED report processing from the host into a seperate routine in the LowLevel KeyboardMouse device demo, to avoid duplicate code.Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and demos.
Loading