| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
switch it to use the CDC Class Driver descriptor definitions.
|
|
|
|
| |
structure definitions to clearly indicate what descriptors belong to which interface.
|
|
|
|
| |
file existance checking.
|
|
|
|
| |
to Russian translation services provided by Andrey from Microsin.ru.
|
|
|
|
|
|
| |
instructions for the command line programmer utilities.
Fix typo in the HID class bootloader CLI programmer application usage instructions.
|
|
|
|
|
|
|
|
| |
ATMEGA8U2.
Minor documentation cleanups.
Modify the incomplete AudioInputHost demo for mono audio output.
|
|
|
|
| |
in addition to the periodic flashing.
|
|
|
|
| |
they are running.
|
|
|
|
|
|
| |
Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
|
|
|
|
| |
architecture ports.
|
|
|
|
| |
Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.
|
|
|
|
| |
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
|
|
|
|
|
|
| |
to the same module as they are declared in.
Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
|
|
|
|
| |
bootloader.
|
|
|
|
| |
command line Teensy loader from PJRC.com.
|
|
|
|
| |
address from a flash size and bootloader section size, expressed in KB.
|
|
|
|
| |
Add const to all project descriptor definitions for safety.
|
|
|
|
| |
can be extracted from the header after the address has been found.
|
|
|
|
|
|
|
|
|
|
| |
parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.
Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.
Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
|
| |
|
|
|
|
| |
fix incorrect and missing section names.
|
|
|
|
| |
reduce the compiled binary size, as the endpoint initialization order is fixed in the code.
|
|
|
|
| |
up to three simultaneous notes from MIDI channel 0.
|
|
|
|
| |
value to give maximum throughput.
|
|
|
|
| |
endpoint descriptors (thanks to MCS Electronics).
|
|
|
|
| |
makefiles.
|
|
|
|
| |
EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
|
|
|
|
|
|
| |
NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted.
Clean up CDC bootloader command processing code.
|
|
|
|
| |
and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
|
|
|
|
| |
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
|
|
|
|
|
|
|
| |
modify all demos to use them where possible.
Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos.
Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition.
|
|
|
|
| |
tool made by Laszlo Monda
|
|
|
|
| |
reduce the compiled binary size.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
assembly and C++ sources (thanks to Daniel Czigany).
|
|
|
|
| |
ATMEGA32U2.
|
| |
|
|
|
|
| |
USB AVR device "series" comprises of.
|
|
|
|
| |
so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).
|
|
|
|
| |
systems, due to the recent update to the latest WinAVR makefile template.
|
|
|
|
| |
when dfu-programmer is used due to application start address corruption.
|
|
|
|
| |
in some situations.
|
|
|
|
| |
preventing the compiled application from being shifted into the bootloader section address space.
|
|
|
|
| |
EN-GB spelling dictionary.
|
|
|
|
| |
Bootloader makefiles to help users compute the correct address for each device based on the bootloader section size.
|
| |
|
|
|
|
|
|
| |
parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|