index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bootloaders
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set magic ReleaseNumber for QMK-DFU
HEAD
master
fauxpark
2019-12-19
1
-1
/
+1
*
Merge in changes from upstream
Drashna Jael're
2019-09-06
11
-424
/
+1089
|
\
|
*
Documentation: Update doxygen config files to latest released version.
Dean Camera
2019-09-04
5
-420
/
+1080
|
*
Documentation: Fix Doxygen grouping.
Dean Camera
2019-09-04
1
-2
/
+2
|
*
Bootloader: MassStorage: Enlarge AUX section to 8KB to fit with newer GCC ver...
Dean Camera
2019-07-29
1
-2
/
+2
|
*
Bootloaders: Enable LTO to reduce compiled size.
Dean Camera
2019-07-29
5
-0
/
+5
*
|
Soft set LUFA DFU Bootloader options so they can be overridden for :bootloade...
Drashna Jaelre
2019-07-05
1
-6
/
+6
*
|
QMK Lufa Bootloader Generation (qmk#2009)
Drashna Jaelre
2019-07-03
3
-9
/
+24
*
|
Merge remote-tracking branch 'abcminiuser/master'
Drashna Jaelre
2019-07-03
51
-233
/
+334
|
\
|
|
*
MassStorageBootloader: Move more code into AUX_BOOT_SECTION to save space in ...
Dean Camera
2019-03-27
2
-2
/
+9
|
*
Documentation: Update copyrights to 2019.
Dean Camera
2019-01-08
51
-95
/
+95
|
*
PrinterBootloader: Don't store 32-bit HEX parser flash offsets on small flash...
Dean Camera
2018-12-05
2
-4
/
+11
|
*
Don't build project folders in parallel.
Dean Camera
2018-12-04
1
-14
/
+3
|
*
Move class-specific functional descriptor definitions to their respective cla...
Dean Camera
2018-06-17
1
-3
/
+3
|
*
Update all project manufacturer strings with a generic title.
Dean Camera
2018-04-22
3
-3
/
+3
|
*
Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Bra...
Dean Camera
2018-04-02
4
-4
/
+4
|
*
Add short delays before detaching from the USB bus in the bootloaders (thanks...
Dean Camera
2018-01-22
8
-0
/
+16
|
*
Fixed bootloaders accepting flash writes to the bootloader region (thanks to ...
Dean Camera
2018-01-22
5
-1
/
+65
|
*
Upgrade HID bootloader Python host app to cross-platform hidapi.
Dean Camera
2018-01-07
1
-17
/
+26
|
*
Update copyrights for 2018.
Dean Camera
2018-01-04
51
-95
/
+95
|
*
Fixed bootloaders not disabling global interrupts during erase and write oper...
Dean Camera
2017-10-01
16
-96
/
+106
*
|
Fix xml file line endings
Fred Sundvik
2017-07-08
9
-1085
/
+1085
*
|
adds QMK board with definable LEDs and matrix scan
Jack Humbert
2017-07-05
3
-14
/
+46
|
/
*
Update copyrights for 2017.
Dean Camera
2017-04-18
51
-95
/
+95
*
Restrict HID bootloader programming region (thanks to NicoHood).
Dean Camera
2017-01-29
5
-6
/
+12
*
Revert incorrect Mass Storage bootloader app start address.
Dean Camera
2017-01-29
1
-1
/
+1
*
Fix outdated URL in the HID bootloader Python host app documentation.
Dean Camera
2016-04-30
1
-1
/
+1
*
Update functions used to write to EEPROM
Eric Tang
2016-04-19
2
-5
/
+3
*
Fix HID bootloader responding incorrectly to some descriptor requests (thanks...
Dean Camera
2016-04-10
1
-1
/
+1
*
Add LUFA DMBS extension modules, use DMBS in project makefiles.
Dean Camera
2016-04-03
5
-40
/
+75
*
Update copyrights to 2016.
Dean Camera
2016-01-31
51
-95
/
+95
*
Fix additional missing va_end() in the HID bootloader CLI utility.
Dean Camera
2015-12-22
1
-3
/
+2
*
Fix HID bootloader CLI app missing va_end() calls.
Dean Camera
2015-12-22
1
-0
/
+4
*
Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to...
Dean Camera
2015-12-02
11
-11
/
+11
*
Fixed missing bounds checks and off-by-one in the DFU bootloader signature by...
Dean Camera
2015-11-08
1
-6
/
+31
*
Fixed incorrect signature reported in the CDC/DFU bootloaders for the AT90USB...
Dean Camera
2015-08-30
2
-2
/
+2
*
Update copyrights to 2015 (better late than never).
Dean Camera
2015-05-17
51
-96
/
+96
*
Patch HID bootloader host app to fix Windows compilation (thanks to Duncan Mc...
Dean Camera
2015-05-11
2
-4
/
+5
*
Minor documentation improvements.
Dean Camera
2015-03-15
1
-1
/
+14
*
Merge pull request #50 from the2masters/gitignore
Dean Camera
2015-03-10
1
-0
/
+1
|
\
|
*
ignore HID Bootloader upload tool
Stefan Hellermann
2015-02-28
1
-0
/
+1
*
|
Update BootloaderCDC.c
Nico
2015-02-24
1
-0
/
+3
|
/
*
Upgrade to latest Doxygen.
Dean Camera
2014-12-27
5
-505
/
+660
*
Minor documentation improvements to the Mass Storage bootloader.
Dean Camera
2014-10-12
1
-14
/
+14
*
Revert "Improve bootloader documentation."
Dean Camera
2014-10-12
16
-112
/
+100
*
Improve bootloader documentation.
Dean Camera
2014-10-12
16
-100
/
+112
*
Fix bootloaders not starting user application if the HWB is grounded during w...
Dean Camera
2014-10-12
9
-49
/
+59
*
Add Leonardo compatibility to most bootloaders, run user application if BOOTR...
Dean Camera
2014-10-11
8
-54
/
+146
*
Don't run user application in the bootloader unless a valid app is present (t...
Dean Camera
2014-10-11
4
-6
/
+64
*
Obsolete the old MACROS and MACROE convenience macros.
Dean Camera
2014-09-14
1
-3
/
+3
[next]