| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(thanks to Chuck Rohs).
|
| |
|
|
|
|
| |
NO_VTARGET_DETECT is enabled.
|
|
|
|
| |
protocols (thanks to Justin Mattair).
|
|
|
|
| |
protocols (thanks to Justin Mattair).
|
|
|
|
| |
compiler versions.
|
|
|
|
| |
clone project (thanks to Volker Bosch).
|
|
|
|
| |
to Russian translation services provided by Andrey from Microsin.ru.
|
|
|
|
|
|
|
|
|
|
|
|
| |
manipulations such as data sample rates.
Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates.
Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed.
Fix broken LowLevel audio demo descriptors.
Minor documentation fixes.
|
| |
|
| |
|
|
|
|
|
|
| |
Added missing Audio class control request definitions.
Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.
|
|
|
|
| |
and masks to preserve endianness across different architectures.
|
|
|
|
|
|
| |
Replace all calls and references to _delay_ms() in the code with the architecture-agnostic Delay_MS() function.
Improve code generation for the Delay_MS() function on the AVR8 architecture when called with a constant input.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
packet is a round multiple of the endpoint bank size under avrdude (thanks to Steffan Woltjer).
|
|
|
|
| |
name *_Disable().
|
|
|
|
|
|
|
|
| |
peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
Altered the serial byte receive function to make it non-blocking.
|
|
|
|
| |
timeouts, to reduce CPU usage and free timer 0 for other uses in the future.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
project to reduce compiled size and increase maintainability of the code.
|
|
|
|
| |
programming specific patterns into a target memory space that is only byte (not page) addressable.
|
|
|
|
|
|
| |
class driver (thanks to Opendous Inc.).
Add extra comments to the ISPTarget.c source file in the AVRISP-MKII clone project.
|
|
|
|
| |
value to give maximum throughput.
|
|
|
|
| |
XPROGTarget_SendIdle(), as it is sending idle bits and not break bits.
|
|
|
|
| |
automatically after exiting TPI programming mode.
|
|
|
|
|
|
| |
issues with the XPLAINBridge when PDI programming at faster rates.
Speed up XMEGANVM_WaitWhileNVMControllerBusy() by preloading the status register address into the pointer register of the target's NVM controller and then reading via a faster indirect load command.
|
|
|
|
| |
clone programmer project (thanks to Tom Light).
|
| |
|
|
|
|
| |
instead of the desired 500KHz.
|
|
|
|
|
|
| |
Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct.
Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set).
|
|
|
|
|
|
| |
generation in the AVRISP-MKII clone project.
Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose).
|
|
|
|
| |
clock can be generated at all times when 125KHz ISP programming mode is selected.
|
|
|
|
| |
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
|
|
|
| |
tool made by Laszlo Monda
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
project so that it defaults to active low drive.
Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set.
|
|
|
|
| |
incorrect call to ADC_Init() in the TemperatureDatalogger project.
|
|
|
|
| |
chips, as the default VTARGET detection ADC channel does not exist on these chips (thanks to Marco).
|
| |
|
|
|
|
| |
in some situations.
|
|
|
|
| |
EN-GB spelling dictionary.
|
|
|
|
| |
project's V2Protocol command handler header file.
|
|
|
|
|
|
| |
via a new software SPI driver.
Added new SPI_ORDER_* data order masks to the SPI peripheral driver.
|
|
|
|
| |
and TPI requests return failure.
|