Skip to content

Commit

Permalink
Fix the LUFA lib to use a submodule instead of just files (#6245)
Browse files Browse the repository at this point in the history
* Remove LUFA files

* Update descriptions for newer version of LUFA

* Create PR6245.md

* Fix CDC(Serial) type errors

* Fix missed merge conflict for AUDIO_DTYPE_CSInterface
  • Loading branch information
drashna authored and skullydazed committed Aug 3, 2019
1 parent 773fbe1 commit 1c59a1c
Show file tree
Hide file tree
Showing 1,458 changed files with 20 additions and 394,696 deletions.
5 changes: 5 additions & 0 deletions docs/ChangeLog/20190830/PR6245.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Update repo to use LUFA as a git submodule
* `/lib/LUFA` removed from the repo
* LUFA set as a submodule, pointing to qmk/lufa
* This should allow more flexibility with LUFA, and allow us to keep the sub-module up to date, a lot more easily. It was ~2 years out of date with no easy path to fix that. This prevents that from being an issue in the future

94 changes: 0 additions & 94 deletions lib/lufa/.gitattributes

This file was deleted.

16 changes: 0 additions & 16 deletions lib/lufa/.gitignore

This file was deleted.

75 changes: 0 additions & 75 deletions lib/lufa/Bootloaders/CDC/BootloaderAPI.c

This file was deleted.

58 changes: 0 additions & 58 deletions lib/lufa/Bootloaders/CDC/BootloaderAPI.h

This file was deleted.

91 changes: 0 additions & 91 deletions lib/lufa/Bootloaders/CDC/BootloaderAPITable.S

This file was deleted.

Loading

0 comments on commit 1c59a1c

Please sign in to comment.