| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
faster endpoint/pipe code.
Added spacing between multiple paragraphs in Doxygen \note sections.
Removed call to the clock prescaler reset function in the Teensy bootloader to save space - the user application is accessed via a watchdog reset anyway, so the prescale reset would only affect the speed of the bootloader itself.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
the OpenChannel() command initialising the channel information structure to the wrong initial state once the CONNECTION REQUEST command has been sent to the remote device.
|
|
|
|
| |
command only, the source/destination roles are switched. Reverse the Local/Remote channel ordering so that Windows mobile and other stacks which depend on valid channel values to connect.
|
|
|
|
| |
Add Link Key Request event processing so that paired devices always re-authenticate until appropriate link key store/retrieve callbacks are implemented.
|
|
|
|
| |
requests.
|
|
|
|
| |
creation and configuration of channels from the local device to the remote device, to add to the existing remote to local channel capabilities.
|
|
|
|
| |
determine why Windows machines refuse to connect.
|
|
|
|
| |
Bluetooth_SendPacket() routine for their responses. Use a better method of controlling the debug output verbosity.
|
|
|
|
|
|
| |
Configuration Requests, needs further debugging. Implement Bluetooth spec's channel states.
Use abbreviations for the structure and function names where possible to try to cut down on the code verbosity.
|
|
|
|
| |
Bluetooth Host demo.
|
|
|
|
| |
Ensure that the AVRISP-MKII project's Windows avrdude compatibility define is named properly in all parts of the code.
|
|
|
|
|
|
|
|
| |
request/response handlers.
Add Bluetooth connection request/complete/disconnection callbacks.
Remove debugging from HCI layer, as it is now operational -- add guards to ACL debug statements to reduce logging chattyness so that the overall command sequences can be observed and debugged.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
code much easier to read, block less and work correctly.
|
| |
|
|
|
|
| |
Remove accidentally duplicated model-specific peripheral driver files.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
endpoints.
|
|
|
|
| |
project.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
prevent user confusion. While the first set of the buttons report item can be a direct assignment, it is not immediately clear to new developers why this is the case.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
LowLevel KeyboardMouse device demo, to avoid duplicate code.
|
|
|
|
| |
demos.
|
|
|
|
| |
driver and Keyboard demos.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
template's name to the Four Walled Cubicle website.
|
|
|
|
| |
they were buggy and only served to add clutter.
|
|
|
|
| |
occupy multiple lines in the same cell, rather than multiple cells.
|
|
|
|
| |
Fix Doxygen configuration files' input file exclusion filters.
|
|
|
|
| |
should use two seperate pipes, not one half-duplex pipe.
|
|
|
|
| |
the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver.
|
|
|
|
|
|
| |
stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated.
Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received.
|
|
|
|
| |
programmer, based on the state of a mode select pin.
|
|
|
|
|
|
| |
demo class driver structures.
Added caveat information to the CDC device class driver.
|
| |
|
|
|
|
| |
events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.
|
|
|
|
|
|
| |
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.
|
| |
|