| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
signalling command processing routines.
Change over the code so that the bluetooth packet data is read in by the stack rather than the user application, to make it more unform for sending/receiving, and so the library can handle incomming fragmentation in the future.
Start Service Discovery Protocol decoding and processing.
|
|
|
|
| |
Ensure that the AVRISP-MKII project's Windows avrdude compatibility define is named properly in all parts of the code.
|
|
|
|
|
|
|
|
| |
connections from remote devices. Add in ability to reject connections based on their bluetooth device address.
Clean up RelayBoard project code.
Make AVRISP project clear the XMEGA target's reset register twice; this does not appear to take affect properly the first time under some circumstances.
|
|
|
|
|
|
| |
Event processing.
Remove unused macro in the host mode demos for the maximum Configuration Descriptor size.
|
|
|
|
| |
to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
once the enumeration process has completed.
Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending a valid session ID to the device.
|
|
|
|
| |
Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
|
|
|
|
|
|
|
|
| |
MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian).
Minor documentation cleanups.
Make sure HID class driver uses properly cast pointers when writing to the report buffer.
|
|
|
|
| |
due to cycle constraints.
|
| |
|
|
|
|
|
|
| |
sub-elements in the Device mode demos, bootloaders and projects.
Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro.
|
|
|
|
| |
the mode selection pin has been sampled.
|
|
|
|
| |
project.
|
| |
|
|
|
|
| |
bytes per packet (thanks to Opendous Inc.).
|
|
|
|
| |
PDI mode - clearing the XMEGA's reset control register twice is enough to release it from reset. Possible silicon bug, since the official Atmel programmers have the same issue.
|
|
|
|
|
|
| |
programming mode correctly (clear target Reset key twice, set /RESET pin to pullup).
Add newlines to the MIDI event printf() statements in the MIDI host demos.
|
|
|
|
|
|
| |
disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
|
|
|
|
| |
Fix missing text from the Host Mode States enum documentation.
|
|
|
|
|
|
| |
configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
|
|
|
|
|
|
| |
the addressed device must respond.
Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register.
|
| |
|
|
|
|
|
|
| |
peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports.
Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version.
|
|
|
|
|
|
| |
toggling just the clock pin.
Fix broken AVR8 Serial peripheral driver.
|
|
|
|
| |
programming mode.
|
|
|
|
| |
code complexity.
|
|
|
|
| |
lock up while processing command no matter what the conditions.
|
|
|
|
| |
of the AVRISP project.
|
|
|
|
| |
in ISPTarget.c of the AVRISP-MKII clone project.
|
|
|
|
| |
a doubling of the software USART speed for PDI and TPI programming.
|
| |
|
|
|
|
| |
rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
|
|
|
|
| |
destroy the system throughput.
|
|
|
|
| |
half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
|
| |
|
| |
|
|
|
|
| |
DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.
|
|
|
|
| |
to disable VTARGET detection on AVR models with an on-chip ADC.
|
|
|
|
| |
time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
|
|
|
|
| |
structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
|
|
|
|
| |
application state location (thanks to Mike Alexander).
|
|
|
|
| |
project preventing fuses from being cleared.
|
|
|
|
|
|
| |
programming mode to correct mis-set fuses.
Fixed AVRISP project not extending the command delay after each successful page/word/byte program.
|
|
|
|
|
|
|
|
| |
report instead of bytes.
Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code.
Make Webserver project report the LUFA version as part of the HTTP header.
|
|
|
|
| |
type in ProcessLEDReport().
|
|
|
|
|
|
| |
erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit.
Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
|
|
|
|
|
|
| |
path instead of 30, to be in synch with the project documentation.
Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function.
|