Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update LUFA submodule (#18168) | Ryan | 2022-08-26 | 1 | -0/+0 |
| | |||||
* | Update LUFA submodule (#17368) | Ryan | 2022-06-13 | 1 | -0/+0 |
| | |||||
* | Update LUFA Submodule (2021-07-30) (#13819) | Drashna Jaelre | 2021-07-31 | 1 | -0/+0 |
| | |||||
* | Update LUFA (18-07-2021) and add QMK-HID Bootloader support (#13588) | Drashna Jaelre | 2021-07-24 | 1 | -0/+0 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | add lufa as a submodule | skullY | 2019-08-30 | 1 | -0/+0 |
| | |||||
* | Fix the LUFA lib to use a submodule instead of just files (#6245) | Drashna Jaelre | 2019-08-30 | 12 | -4282/+0 |
| | | | | | | | | | | | | * 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 | ||||
* | gcc 8.10 compilation fix (#2914) | sameehj | 2018-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' | Jack Humbert | 2017-07-07 | 12 | -0/+4282 |