| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to Russian translation services provided by Andrey from Microsin.ru.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
packet is a round multiple of the endpoint bank size under avrdude (thanks to Steffan Woltjer).
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
via a new software SPI driver.
Added new SPI_ORDER_* data order masks to the SPI peripheral driver.
|
|
|
|
| |
and TPI requests return failure.
|
|
|
|
|
|
| |
parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
|
|
|
| |
single command should ever exceed the maximum timeout period. Extend timeout period to 1 second per command, so that an accidental timeout will never occur.
|
|
|
|
| |
than looping on the timeout value, as this is already checked inside the loop anyway.
|
| |
|
|
|
|
| |
the new 1.7 Doxygen's default stylesheet is much better.
|
| |
|
| |
|
|
|
|
| |
XMEGA targets when writing to the EEPROM instead of the split write-only command (thanks to Tim Margush).
|
|
|
|
|
|
| |
commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton).
Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled.
|
|
|
|
| |
correctly converted to the target system's native end of line style.
|
|
|
|
| |
was very buggy. PDI and TPI must now be implemented via seperate headers instead of the one unified ISP/TPI/PDI header.
|
|
|
|
| |
that the stream functions early-abort if the bus is suspended before or during a transfer.
|
|
|
|
| |
project.
|
|
|
|
| |
was failing, and only one or two cycles could be shaved off the compiler generated code.
|
|
|
|
|
|
| |
interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code.
Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan).
|
|
|
|
| |
while waiting on more bytes in the AVRISP MKII clone project.
|
|
|
|
| |
project abort properly if a timeout occurs while waiting for a response.
|
|
|
|
| |
keeping track of timeouts while waiting for a Tx/Rx to finish.
|
|
|
|
|
|
|
|
| |
connections from remote devices. Add in ability to reject connections based on their bluetooth device address.
Clean up RelayBoard project code.
Make AVRISP project clear the XMEGA target's reset register twice; this does not appear to take affect properly the first time under some circumstances.
|
|
|
|
| |
to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
|
|
|
|
| |
project.
|
| |
|
|
|
|
| |
PDI mode - clearing the XMEGA's reset control register twice is enough to release it from reset. Possible silicon bug, since the official Atmel programmers have the same issue.
|
|
|
|
|
|
| |
programming mode correctly (clear target Reset key twice, set /RESET pin to pullup).
Add newlines to the MIDI event printf() statements in the MIDI host demos.
|
|
|
|
|
|
| |
toggling just the clock pin.
Fix broken AVR8 Serial peripheral driver.
|
|
|
|
| |
programming mode.
|
|
|
|
| |
code complexity.
|