| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Bluetooth stack code is in the ExplorerBot project (http://www.fourwalledcubicle.com/ExplorerBot.php).
|
| |
|
|
|
|
| |
appropriate and remove/update old documentation.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines.
Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values.
Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.
|
|
|
|
| |
to Russian translation services provided by Andrey from Microsin.ru.
|
|
|
|
| |
(thanks to Timo Lindfors).
|
| |
|
|
|
|
|
|
| |
signed/unsignedness of the element.
Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size.
|
|
|
|
|
|
|
|
| |
peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
Altered the serial byte receive function to make it non-blocking.
|
| |
|
|
|
|
| |
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
|
|
|
| |
tool made by Laszlo Monda
|
|
|
|
|
|
|
|
|
|
| |
on the configuration order instead to ensure maximum reliability.
Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly.
Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices.
Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions.
|
|
|
|
| |
EN-GB spelling dictionary.
|
| |
|
|
|
|
|
|
| |
parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
channels, since that indicates a control channel request.
Fix up Doxgen documentation for the Bluetooth stack code.
|
|
|
|
|
|
|
|
| |
Bluetooth channel (ACL, RFCOMM) is required for each parameter, to make the code easier to read.
Add a new RFCOMM_ChannelSignalsReceived() Bluetooth stack callback from the RFCOMM layer for when the remote device sends new terminal control signals.
Fix RFCOMM_SendData() not aborting correctly when the requested RFCOMM channel is not found.
|
|
|
|
| |
channels are opened in the BluetoothHost demo. Make the demo echo back sent characters to the remote device.
|
|
|
|
| |
valid RFCOMM channel.
|
|
|
|
| |
BluetoothEvents.c/.h set of files for clarity in the Incomplete BluetoothHost demo. Add a new stack callback for opened ACL channels, make the demo save the RFCOMM channel when opened so that it does not have to search for it on each iteration of the main program loop.
|
|
|
|
| |
on compiled code space and to prevent copy-paste errors.
|
|
|
|
|
|
|
|
|
|
| |
channels. Add in RFCOMM channel config flags, to determine which configuration commands have been sent and received.
Add a new RFCOMM_SendChannelSignals() function to transmit a change in V24 terminal handshake lines to the receiving device.
Prevent SABM packets sent to the control DLCI in the RFCOMM layer from creating a new channel entry, as the control DLCI does not have connection data associated with it.
Fix up MSC control packet handling so that received responses can be acknowledged correctly, so that the RFCOMM layer can record when the receiving device has ACKed a sent change in V24 terminal handshake lines.
|
|
|
|
| |
RFCOMM channels are considered invalid when the channel state is closed, not when the DLCI is zero - fix incorrect code.
|
|
|
|
|
|
| |
copy over data from the command parameters to the RFCOMM response parameters.
Ensure that only the valid parameter bytes are sent back in response to MSC commands.
|
|
|
|
| |
element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used.
|
|
|
|
| |
algorithm to reduce the compiled code size and stack used.
|
|
|
|
|
|
| |
flash memory space.
Added new SWAPENDIAN_16() and SWAPENDIAN_32() macros to Common.h for statically initialized variables at compile time.
|
|
|
|
|
|
|
|
| |
is multi-purpose, and modify it to move the buffer pointer itself rather than relying on the caller.
Make RFCOMM_GetChannelData() return NULL if the required channel DLCI is found, but the channel is closed.
Add modem signals (BREAK, DCD, etc.) to the channel state array, and add in a handler for the Modem Status RFCOMM control command.
|
|
|
|
| |
ItemProtocol_8BitParam_t name, and added a new ItemProtocol_16BitParam_t to the SDP protocol type defines.
|
|
|
|
|
|
| |
incomplete BluetoothHost demo.
Add missing BT_* prefix to the Bluetooth stack's channel state enum values.
|
|
|
|
| |
set of files for clarity.
|
|
|
|
| |
files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h.
|
| |
|
|
|
|
| |
Make incomplete Bluetooth demo indicate connections visually via the board LEDs.
|
|
|
|
| |
pointer calculations to the master RFCOMM frame reception routine, instead of inside each frame type handler function.
|
|
|
|
| |
control channel command processing.
|
|
|
|
| |
input parameters, change addressing to use the raw DLCI address plus flags.
|
| |
|
|
|
|
| |
ensure uniform line endings.
|
|
|
|
| |
initial RFCOMM layer code to receive and respond to SABM packets.
|
| |
|
|
|
|
| |
routines for each Bluetooth service - currently unused, but will eventually reset the service state of RFCOMM when a new connection is made.
|
|
|
|
| |
pipe bank to become ready before writing. Add in a call to Pipe_WaitUntilReady() to fix the issue.
|