| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
| |
|
|
| |
is bus-powered only. Add compile time options to reduce the compiled size of the firmware.
|
| |
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
the AVRISP-MKII programmer project to set the VTARGET reference voltage and scale factor.
Fixed XPLAINBridge project not correctly reading the XMEGA's supply voltage when reporting back to the host.
|
| |
|
|
|
|
| |
of eeprom_write_byte(), so that only changed bytes are written to EEPROM to preserve its lifespan.
Changed over the AVRISP-MKII and TemperatureDataLogger projects to use eeprom_update_byte() when writing non-volatile parameters to EEPROM to preserve its lifespan.
|
| |
|
|
| |
XMEGA targets when writing to the EEPROM instead of the split write-only command (thanks to Tim Margush).
|
| |
|
|
| |
after programming or reading from the last page of FLASH.
|
| |
|
|
|
|
| |
request handler of DevChapter9, which broke Set Configuration requests to the device under most circumstances.
Move out the SPI prescaler list to a PROGMEM module-level variable in ISPTarget.c.
|
| | |
|
| |
|
|
|
|
| |
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).
|