| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
channels are opened in the BluetoothHost demo. Make the demo echo back sent characters to the remote device.
|
|
|
|
| |
element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used.
|
|
|
|
| |
input parameters, change addressing to use the raw DLCI address plus flags.
|
|
|
|
| |
function, to make the header file C++ compatible once again. Implement workaround for an obscure GCC bug which can cause incorrect code generation under some circumstances when the void* is re-cast.
|
|
|
|
| |
correctly converted to the target system's native end of line style.
|
|
|
|
| |
that the stream functions early-abort if the bus is suspended before or during a transfer.
|
|
|
|
| |
Minor documentation improvements.
|
|
|
|
|
|
| |
define values.
Add button support for the BENITO board target.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
|
| |
|
|
|
|
| |
DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.
|
|
|
|
| |
when issuing requests via the control pipe.
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver).
Spell-check code/comments in the Webserver/AVRISP-MKII projects.
|
|
|
|
| |
Contiki project by Adam Dunkels.
|
|
|
|
| |
code for the ATMEGA32U2.
|
|
|
|
|
|
| |
before the required library headers were included, causing a compilation error.
Added notes to the class driver functions indicating which functions require what Device/Host state machine states to function.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Added command timeout to the AVRISP project so that incorrectly connected targets no longer freeze the device.
Removed string descriptors from the TeensyHID bootloader to reduce its size.
|
|
|
|
| |
AVRISP project.
|
|
|
|
| |
(XMEGAs can now be programmed by the firmware).
|
| |
|
|
|
|
|
|
| |
possible to reduce code size and (potentially) allow for centralized status stage timeouts.
Fix Joystick device demo HID descriptors - buttons should be placed outside the Pointer collection.
|
|
|
|
| |
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
|
|
|
|
|
|
| |
reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output).
Fixed ClassDriver AudioOutput demo not selecting an audio output mode.
|
|
|
|
| |
construction of a standard ISP programmer easier.
|
|
|
|
|
|
|
|
| |
sent headers depending on the current session state.
CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker).
The Benito Programmer project now has its own unique VID/PID pair allocated from the Atmel donated LUFA VID/PID pool.
|
|
|
|
|
|
| |
Minor updates to the unfinished SideShow demo for clarity.
Added unfinished MassStorageHost class driver demo.
|
|
|
|
|
|
|
|
|
|
| |
a HID PUSH item in the HID report parser.
Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed.
Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro.
Make HID host class driver include the HID report parser.
|
|
|
|
|
|
|
|
| |
data endpoint could lock up the driver.
Further work on the new CDC and HID host mode class drivers.
Reset changelog et. al. to reset development information for the new version currently under development.
|
|
|
|
| |
- flash LED while generating target /RESET pulse, ping-pong LEDs during enumeration.
|
| |
|
|
|
|
|
|
|
|
| |
Remove all Host mode class demos other than the CDCHost class driver demo, so that they can be re-added as they are made once the host mode class framework is designed.
Fixed USB_Host_SendControlRequest() not re-suspending the USB bus when initial device ready-wait fails.
Fixed USB Pad regulator not being disabled on some AVR models when the USB_OPT_REG_DISABLED option is used.
|
|
|
|
| |
Opendous Inc.).
|
| |
|
|
|
|
| |
internal unique serial number as the device's serial number descriptor on supported AVR models.
|
|
|