| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
(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.).
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
in the AVRISP project.
|
|
|
|
| |
board to match the XPLAIN hardware connections.
|
|
|
|
| |
AVRISP Programmer project.
|
|
|
|
| |
in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented.
|
|
|
|
| |
of XMEGA PDI programming support.
|
| |
|
|
|
|
| |
while it is under development.
|
|
|
|
| |
communicate with the device.
|
|
Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints.
Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros.
|