| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Bluetooth stack code is in the ExplorerBot project (http://www.fourwalledcubicle.com/ExplorerBot.php).
|
| |
|
|
| |
configuration, rather than makefile defined macros.
|
| | |
|
| | |
|
| |
|
|
| |
ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
|
| |
|
|
| |
to Russian translation services provided by Andrey from Microsin.ru.
|
| | |
|
| |
|
|
|
|
| |
generation in the AVRISP-MKII clone project.
Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose).
|
| |
|
|
| |
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.
|
| | |
|
| |
|
|
| |
correctly converted to the target system's native end of line style.
|
| |
|
|
| |
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.
|
| |
|
|
| |
Add Link Key Request event processing so that paired devices always re-authenticate until appropriate link key store/retrieve callbacks are implemented.
|
| |
|
|
|
|
| |
Event processing.
Remove unused macro in the host mode demos for the maximum Configuration Descriptor size.
|
| | |
|
| | |
|
| |
|
|
| |
to USB_Host_GetDeviceConfigDescriptor().
|
| | |
|
| |
|
|
|
|
| |
descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines.
Added preprocessor checks to give a human readable error when the class drivers are used when the incompatible NO_STREAM_CALLBACKS compile time option is used.
|
| |
|
|
| |
retrieved from the device, ensure that the correct position pointer is cast when extracting descriptor parameters.
|
| |
|
|
| |
function so that it now performs size checks and data validations internally, to simplify user code.
|
| |
|
|
| |
infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function.
|
| |
|
|
| |
number within the device to fetch, to add support for multi-configuration devices.
|
|
|
Copy and convert incomplete Bluetooth Host demo to the library.
|