| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fix project text files to refer to "project" instead of "demo".
|
|
|
|
| |
hardware USART due to the SendByte routine not clearing the Transmit Complete USART flag.
|
|
|
|
| |
protocol in the AVRISP project.
|
|
|
|
| |
overhead and greatly improve transfer throughput. Switch bit-bang USART in the AVRISP project to Timer 1, so that Timer 0 can be used for hardware timeouts while waiting for the NVM bus or controller to become ready.
|
|
|
|
| |
source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
|
| |
|
|
|
|
| |
USART connection modes, tested against the XPLAIN board hardware. Still need to complete higher level NVM access code so that the device's memories can be read and written.
|
|
|
|
| |
delay in between each attempt. Make sure the USART transmitter is enabled explicitly when the USART is configured, so that repeated attempts to re-enter PDI mode don't fail due to TXEN not being set.
|
|
|
|
| |
to make sure Tx and Rx is switched correctly including disabling the output on the Tx line when receiving.
|
|
|
|
| |
parenthesis around them, make sure the BREAK command for the hardware USART has 12 clock cycles exactly. Poll NVM Enable bit in the target's STATUS PDI register with a timeout, as it is not set immediately.
|
|
|
|
| |
modes for the PDI protocol, when enabled. Fix up PDI initialisation routines.
|
|
|
|
| |
reading in the bits inverted and in the wrong order.
|
|
|
|
| |
PDI programming code.
|
|
|
|
| |
programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode.
|
|
|
|
|
|
|
|
| |
an array of report items.
Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype.
Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values.
|
|
|
|
| |
documentation of the AVRISP project.
|
|
|
|
| |
in the AVRISP project.
|
|
|
|
| |
project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support.
|
|
XMEGA device programming.
|