- Jan 28, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
-
Dean Camera authored
Add FatFS library to the Webserver project, extend the HTTP server so that it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.
-
Dean Camera authored
Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flushed only once when the bank is empty.
-
- Jan 27, 2010
-
-
Dean Camera authored
Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
-
Dean Camera authored
Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.
-
Dean Camera authored
Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remove invalid code in the TPI read/write functions.
-
Dean Camera authored
Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVRISP-MKII project, to ensure that the PDI bus is disabled in the target and /RESET functionality restored.
-
- Jan 25, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fix TemperatureDataLogger and Webserver project builds.
-
Dean Camera authored
Fix Doxygen configuration files' input file exclusion filters.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Minor code cleanups, remove TemperatureDataLogger host application's Visual Studio Solution files, add LibHIDNet license files.
-
Dean Camera authored
Added explicit ADC channel masks for the standard set of ADC channels, as the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver.
-
- Jan 24, 2010
-
-
Dean Camera authored
Fixed DFU bootloader programming not discarding the correct number of filler bytes from the host when non-aligned programming ranges are specified (thanks to Thomas Bleeker).
-
Dean Camera authored
Enhance TemperatureDatalogger project -- add RTC capabilities so that data is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.
-
- Jan 21, 2010
-
-
Dean Camera authored
Fix up the incomplete Webserver project so that it integrates with the uIP stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated. Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received.
-
Dean Camera authored
-
Dean Camera authored
-
- Jan 19, 2010
-
-
Dean Camera authored
Update library manual with the new XPLAINBridge project's dual mode bridge/programmer functionality.
-
Dean Camera authored
-
Dean Camera authored
Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.
-
Dean Camera authored
Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address.
-
- Jan 17, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_MULTI command handler supports multiple packet responses. Use slightly smaller/faster repeated indirect-load commands when retrieving the PDI target's memory CRCs.
-
- Jan 16, 2010
-
-
Dean Camera authored
-
- Jan 15, 2010
-
-
Dean Camera authored
Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders Changed incomplete Webserver project over to using the uIP timer library.
-
- Jan 12, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures. Added caveat information to the CDC device class driver.
-
- Jan 07, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
- Jan 06, 2010
-
-
Dean Camera authored
-
- Jan 05, 2010
-
-
Dean Camera authored
Added support to the MIDI Class drivers for packed data, where multiple MIDI events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.
-
Dean Camera authored
Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.
-