summaryrefslogtreecommitdiff
path: root/lib/lufa
Commit message (Collapse)AuthorAge
* add lufa as a submoduleskullY2019-08-30
|
* Fix the LUFA lib to use a submodule instead of just files (#6245)Drashna Jaelre2019-08-30
| | | | | | | | | | | | * 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
* Expand bootloader target to support most AVR boards (#6255)Drashna Jaelre2019-07-16
| | | | | | | | * Update the :bootloader target to pass along correct hardware info * Update make scripts to properly grab the settings (a big thanks to @yanfali) * Remove LUFA debug warnings
* Fix mismatched aliased event and event stub function prototypes.Dean Camera2018-09-11
|
* Remove unneccesary ATTR_CONST from stub functions (thanks to NicoHood).Dean Camera2018-09-11
|
* gcc 8.10 compilation fix (#2914)sameehj2018-05-09
| | | | | | | | | | | | | | | | | | * Use memmove instead of memcpy gcc 8.1 gives the following error: lib/lufa/LUFA/Drivers/USB/Class/Common/HIDParser.c:93:5: error: 'memcpy' accessing 42 bytes at offsets 28 and 0 overlaps 14 bytes at offset 28 [-Werror=restrict] This patch resolve this by using memmove instead Signed-off-by: Sameeh <Sameeh Jubran> * Remove ATTR_CONST from a void returning function gcc 8.10 gives the following error when attempting to compile lib/lufa/LUFA/Drivers/USB/Core/Events.h:334:5: error: 'const' attribute on function returning 'void' [-Werror=attributes] Signed-off-by: Sameeh <Sameeh Jubran>
* QMK DFU bootloader generation (#2009)Jack Humbert2017-11-14
| | | | | | | | | | | | | | | | | | | | | | * adds :bootloader target * update planck and preonic revisions * remove references to .h files for planck * update preonic keymap * only add keyboard.h files that exist * add production target * hook things up with the new lufa variables * update rules for planck/preonic * back backlight key turn of status led when pressed * add manufacturer/product strings to bootloader
* Merge commit '8858438a770c1c982f33b296447ca77176c751f7'Jack Humbert2017-07-09
|
* more crlf issuesskullY2017-07-08
|
* commit files with wrong line endingsskullY2017-07-08
|
* Merge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61'Jack Humbert2017-07-07
|
* delete old lufaJack Humbert2017-07-07
|
* Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa'Jack Humbert2017-07-07