Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Graph
588886878e0fe948417123b57c108a1bd7992f85
Select Git revision
Branches
1
master
default
protected
Tags
15
LUFA-170418
LUFA-151115
LUFA-140928
LUFA-140302
LUFA-130901
LUFA-130901-BETA
LUFA-130303
LUFA-120730
LUFA-120730-BETA
LUFA-120219
LUFA-120219-BETA
LUFA-111009
LUFA-111009-BETA
LUFA-110528
LUFA-110528-BETA
16 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Apr
27
22
20
19
18
15
14
13
12
11
10
6
5
1
31
Mar
30
29
25
24
23
22
21
19
17
16
15
13
10
9
1
25
Feb
24
23
22
21
20
19
18
16
15
14
13
12
11
10
9
8
7
5
4
3
2
1
31
Jan
29
28
27
25
24
21
19
17
16
15
12
7
6
5
4
3
30
Dec
29
28
27
26
24
23
21
20
18
17
16
15
14
13
11
10
9
8
7
6
4
3
2
30
Nov
29
27
26
25
24
23
22
20
17
16
15
13
12
11
10
9
8
7
6
4
3
26
Oct
18
16
14
12
11
8
5
4
3
2
1
30
Sep
29
28
24
22
21
20
17
14
13
10
9
7
6
2
1
31
Aug
30
28
27
26
25
24
23
20
19
18
17
16
13
11
9
7
6
5
4
3
2
31
Jul
30
29
28
27
26
24
23
21
20
19
16
15
14
13
11
29
Jun
28
26
23
22
21
20
19
18
16
15
14
11
10
9
8
7
5
Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.
Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files.
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
Remove incomplete/nonfunctional MIDI class bootloader.
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping track of timeouts while waiting for a Tx/Rx to finish.
Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options set to true instead of false (thanks to Andrei Krainev).
Added ability to search by Channel PSM to the GetChannelData() function in the BluetoothHost demo.
Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski).
Add start of a SDP service table, which will be linked to the Bluetooth SDP code.
Make bluetooth SDP code correctly unpack the search UUIDs and parameters.
Add const keyword to the demo function parameters where possible.
Add bluetooth channel connection callback to the incomplete BluetoothHost demo.
Minor documentation improvements.
Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to variables also. Add new ATTR_NOINIT attribute for global variables.
Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host.
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code.
Removed invalid dfu and flip related targets from the bootloaders - bootloaders can only be replaced with an external programmer.
Document the Bluetooth ACL layer. Remove unneeded parameters from the signalling command processing routines.
Add some more documentation to the half-completed Bluetooth Host demo, fix 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.
Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this 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 HCI debugging with verbosity control to the BluetoothHost demo.
Fix up Bluetooth Demo's options processing on incoming channel configuration requests.
Add LUFA-side channel open/close routines, add signalling handlers for the creation and configuration of channels from the local device to the remote device, to add to the existing remote to local channel capabilities.
Bluetooth demo can now create and maintain logical channels - need to determine why Windows machines refuse to connect.
Make Bluetooth signalling handler routines use the generic Bluetooth_SendPacket() routine for their responses. Use a better method of controlling the debug output verbosity.
Add bidirectional channel configuration -- remote device is not ACKing sent Configuration Requests, needs further debugging. Implement Bluetooth spec's channel states.
Add packet reception and send routines to the ACL layer of the incomplete Bluetooth Host demo.
Add information request/response signal handler to the Bluetooth Host demo.
Add Bluetooth signalling echo request/response handlers, disconnection request/response handlers.
Add user callback function to the Bluetooth host demo to filter out connections from remote devices. Add in ability to reject connections based on their bluetooth device address.
More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing.
Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer code much easier to read, block less and work correctly.
Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
Add RelayBoard project patch from OBinou.
Add updated board driver directory summaries to the documentation.
Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-U2 buttons driver file.
Add missing board Buttons driver for the USBTINY MKII board target.
Oops - make sure board driver dispatch headers test for the correct BOARD define values.
Added support for the JM-DB-U2 board hardware.
Loading