| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
tool made by Laszlo Monda
|
|
|
|
|
|
| |
interface was not configured.
Small documentation improvements to explicitly reference tokens in Doxygen, to ensure that they are converted to cross-reference links in the output files.
|
|
|
|
|
|
|
|
| |
Moved the USB device selection logic for ENDPOINT_TOTAL_ENDPOINTS further up in Endpoint.h to where the endpoint bank capabilities are determined, to reduce the total number of device-specific logic.
Change USB_Host_WaitMS() to test and disable the HSOFI interrupt before resuming the bus, so that it does not fire before the delay loop has run.
Add missing const qualifier to the parameter of USB_Host_ClearPipeStall().
|
|
|
|
| |
causing the Set Address request to exceed maximum timings.
|
| |
|
|
|
|
| |
reduce the compiled binary size.
|
|
|
|
| |
Added SVN eol-style property to the library driver files that are missing it.
|
|
|
|
| |
SPI_Init() is called.
|
|
|
|
| |
multiple checks are required in a single loop iteration, to reduce compiled code size.
|
|
|
|
| |
CMDEX bit - this appears to be an error in the XMEGA manual external memory programming table.
|
|
|
|
| |
XMEGA targets.
|
|
|
|
| |
writing in non-paged mode and the polling byte cannot be used.
|
|
|
|
| |
values once a compatible interface has been found within the device.
|
|
|
|
|
|
| |
mode class drivers.
Fix typo in MIDI low level device demo.
|
|
|
|
|
|
| |
an invalid interface is discarded.
Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers.
|
|
|
|
|
|
|
|
|
|
| |
on the configuration order instead to ensure maximum reliability.
Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly.
Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices.
Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions.
|
|
|
|
|
|
| |
project so that it defaults to active low drive.
Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set.
|
|
|
|
| |
Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
|
|
|
|
|
|
| |
class bootloader, to improve the readability of the descriptors.
Fixed BootloaderCDC project failing on some operating systems due to removed Line Encoding options (thanks to Alexey Belyaev).
|
|
|
|
|
|
|
|
| |
make them more managable.
Add new CDC descriptor structs to the CDC class driver, so that the CDC demos can use human readable field names.
Rename prefix for Still Image Host class driver functions from "SImage_" to "SI_" to remain consistent with the rest of the driver.
|
|
|
|
| |
all dfu-programmer versions.
|
|
|
|
|
|
|
|
| |
ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde).
Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target.
Makefile whitespace fixes.
|
|
|
|
|
|
| |
callback function causing broken GET REPORT requests.
Minor whitespace fixes.
|
|
|
|
|
|
|
|
| |
host mode operation.
Fixed SUSPI interrupt not being cleared during device mode enumeration, causing accidental mis-fires on re-enumeration.
Fixed JTAG_DEBUG_POINT() and JTAG_DEBUG_BREAK() macros not compiling under pure C99 standards mode.
|
|
|
|
| |
endpoint's direction from the currently selected pipe.
|
|
|
|
|
|
|
|
| |
address, as per datasheet.
Minor documentation fixes.
Fix broken USB host mode due to the USB frame counter not being updated during the early enumeration steps, causing USB_Host_DelayMS() to spinloop forever.
|
|
|
|
| |
USB_Init() now defaults the controller into UID selection mode.
|
| |
|
|
|
|
| |
assembly and C++ sources (thanks to Daniel Czigany).
|
| |
|
|
|
|
| |
ATMEGA32U2.
|
| |
|
| |
|
|
|
|
| |
unconfigured endpoint causing request timeouts.
|
| |
|
|
|
|
|
|
| |
Printer Class driver.
Modified PRNT_Host_USBTask() to flush the output pipe on each call.
|
|
|
|
| |
stub files into in a new CodeTemplates directory.
|
|
|
|
| |
naming.
|
|
|
|
|
|
| |
missing it (thanks to Andrei Krainev).
Simplify some of the LED driver functions to produce more compact code.
|
|
|
|
| |
the Print Host Class driver.
|
|
|
|
|
|
|
|
| |
functions to retrieve the current USB frame number.
Added new USB_Host_EnableSOFEvents(), USB_Host_DisableSOFEvents() and EVENT_USB_Host_StartOfFrame() for the user application handling of USB Start of Frame events while in USB Host mode.
Changed over all demos, drivers and internal functions to use the current frame number over the Start of Frame flag where possible to free up the Start of Frame flag for interrupt use in the user application.
|
|
|
|
| |
device compatibility while in USB Host mode, as some devices will drop off the USB bus if no connection is made within a timeout period.
|
| |
|
|
|
|
| |
board (thanks to Steve Fawcett).
|
|
|
|
| |
incorrect call to ADC_Init() in the TemperatureDatalogger project.
|
|
|
|
| |
documentation into the documentation for the (deprecated) Simple Scheduler module.
|
| |
|
|
|
|
| |
printer with the correct printer interface wIndex value.
|
|
|
|
| |
so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).
|
|
|
|
| |
and PipeStream.c/.h files.
|