This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
forked from
mfulz_github/qmk_firmware
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
qmk_firmware
/
Bootloaders
/
CDC
History
Dean Camera
feabfd12ce
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead.
2009-06-19 05:08:04 +00:00
..
BootloaderCDC.c
Updated bootloaders to use the new main() function layout and remove any references to the scheduler to keep them in line with the rest of the library.
2009-06-09 06:05:01 +00:00
BootloaderCDC.h
Updated bootloaders to use the new main() function layout and remove any references to the scheduler to keep them in line with the rest of the library.
2009-06-09 06:05:01 +00:00
BootloaderCDC.txt
Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.
2009-04-07 04:19:57 +00:00
Descriptors.c
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs.
2009-05-22 05:23:00 +00:00
Descriptors.h
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs.
2009-05-22 05:23:00 +00:00
Doxygen.conf
Remove hardcoded DOT path from all Doxygen config files.
2009-06-16 13:50:02 +00:00
LUFA CDC Bootloader.inf
Moved all source to the trunk directory.
2009-02-23 07:08:15 +00:00
makefile
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead.
2009-06-19 05:08:04 +00:00