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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
69dc32c5f01e8640c1bdf83df3a2a7699ea54560
Select Git revision
Selected
69dc32c5f01e8640c1bdf83df3a2a7699ea54560
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
17 results
Begin with the selected commit
Created with Raphaël 2.2.0
26
Feb
20
19
17
16
15
13
12
11
10
9
6
4
2
30
Jan
26
23
22
17
16
13
10
8
3
1
31
Dec
28
26
25
24
17
13
12
3
2
30
Nov
29
27
26
25
24
23
22
21
17
16
15
14
12
10
9
8
7
5
3
2
29
Oct
28
27
26
25
24
20
17
13
12
10
7
6
2
1
30
Sep
29
28
24
22
21
19
15
14
13
12
11
9
7
5
4
3
31
Aug
29
24
22
21
20
18
10
9
8
5
3
2
1
31
Jul
30
29
28
27
26
25
23
22
21
20
19
18
15
13
12
11
9
8
6
4
2
29
Jun
26
25
24
23
22
21
17
16
15
14
13
12
10
8
7
6
4
3
2
1
31
May
30
29
27
26
25
23
21
20
18
17
16
14
13
12
11
10
9
8
7
6
4
3
2
30
Apr
29
28
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
More UC3B architecture port updates.
Update board driver common APIs to use uint_reg_t.
Fix incorrect Doxygen grouping in the incomplete AVR32 UC3B architecture port.
Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
More Doxygen updates for multiple architecture support.
Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
Initial restructuring of the core USB driver module to support multiple architectures in the future.
Fix documentation glitches from the restructuring changes.
Move out Dataflash IC command constants headers into the general LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
Reduced latency for executing the Start-Of-Frame events (if enabled in the user application).
Fix non-ASCII characters breaking LaTex documentation builds.
Added board driver support for the Sparkfun ATMEGA8U2 breakout board.
Add missing HID bootloader AVRStudio project.
Add more const-ness to the stream endpoint/pipe functions where possible.
Fix include path in the library RingBuffer.h header file.
Fix typos in the HID class bootloader makefile.
Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in.
Fix errors in the hid_bootloader_cli.c program code.
Update HID bootloader loader application to support the VID/PID used by the bootloader.
Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com.
Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo.
Change bootloader makefiles to automatically compute the bootloader starting address from a flash size and bootloader section size, expressed in KB.
Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.
Tighten up the Bootloader GetDescriptor() function, as the descriptor size can be extracted from the header after the address has been found.
Update projects using FatFS and PetiteFatFS to the latest library versions.
Fix incorrect #include filenames in the RNDIS demos.
Fixed programming errors in the AVRISP-MKII project when the programming packet is a round multiple of the endpoint bank size under avrdude (thanks to Steffan Woltjer).
Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.
Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable().
Oops - fix up some calls to the old function names, include Serial Peripheral driver in the RNDISEthernetHost project.
Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString() functions to *_SendData(), and added new versions of the *_SendString() routines that expect a null terminated string instead.
Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into the standard library Joystick HID report descriptor macro. Add in support for joystick resolution reporting via PHYSICAL_MINIMUM and PHYSICAL_MAXIMUM items.
Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it.
Added new KeyboardMouseMultiReport Device ClassDriver demo.
Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JOYSTICK macros for easy automatic creation of basic USB HID device reports.
Loading