| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
| |
|
|
|
|
| |
using unoptimized PDI commands.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
ClassDriver demo, so that slow devices don't time out the data pipe. Increase pipe timeout in both MassStorageHost demos to 5 seconds to account for the really slow devices.
Fix TeensyHID bootloader not properly shutting down the USB interface to trigger a disconnection on the host before resetting the AVR.
|
|
|
|
| |
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.
|
|
AVRISP Programmer project.
|