| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fix project text files to refer to "project" instead of "demo".
|
|
|
|
| |
(XMEGAs can now be programmed by the firmware).
|
|
|
|
|
|
| |
status code was being truncated.
Add programming support to the AVRISP project's PDI programming mode; paged memory writes are not currently functional.
|
|
|
|
| |
protocol code.
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
(up from 5) to account for slow-processing devices.
Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression.
Minor code cleanups (remove redundant comments, fix spacing, etc.).
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
board to match the XPLAIN hardware connections.
|
|
|
|
| |
project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support.
|
|
|
|
| |
XMEGA device programming.
|
|
|
|
| |
due to reliability issues.
|
|
|
|
| |
AVRISP Programmer project.
|
|
|
|
| |
project.
|
|
|
|
| |
in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented.
|
|
|
|
| |
of XMEGA PDI programming support.
|
|
|
|
| |
data to the attached device.
|
| |
|
| |
|
| |
|
|
|
|
| |
the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used.
|
|
|
|
| |
directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.
|
| |
|
|
|
|
| |
Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
|
|
|
|
| |
construction of a standard ISP programmer easier.
|
|
|
|
| |
Make HID item filtering routines clearer in the HID WithParser demos.
|
|
|
|
|
|
| |
standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.
Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request.
|
|
|
|
|
|
|
|
| |
compilation errors when invalid event names are used in a project.
Re-add in flip, flip-ee, dfu and dfu-ee targets to project makefiles (thanks to Opendous Inc.)
Fix allowable F_CPU values comment in project makefiles.
|
| |
|
|
|
|
| |
AVRISP project so that there is a central place where all non-PC set target values can be updated easily.
|
|
|
|
|
|
| |
commands from timing out too early.
Add check to the PROGRAM FLASH ISP and PROGRAM EEPROM ISP handler to return an explicit error when the host attempts to write more data than the device is able to buffer.
|
|
|
|
|
|
| |
sends and receives the busy check command.
Reduce size of PROGRAM FLASH ISP or PROGRAM EEPROM ISP buffer to 256 bytes to prevent blowing the stack on the smallest USB AVR models.
|
|
|
|
|
|
| |
save on FLASH space.
Fixed issue in AVRISP project where the target RESET line was being toggled before it was tristated, causing problems synchronising to some targets (thanks to Mike Alex).
|
|
|
|
|
|
| |
mode Class driver.
Added pinout information to the AVRISP project.
|