This website requires JavaScript.
Explore
Help
Sign In
mfulz_github
/
qmk_firmware
Watch
1
Star
0
Fork
1
You've already forked qmk_firmware
mirror of
https://github.com/mfulz/qmk_firmware.git
synced
2025-06-18 04:35:16 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
qmk_firmware
/
Bootloaders
/
TeensyHID
History
Dean Camera
2a2de8fea9
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the alternative addressing scheme.
2010-05-07 06:48:27 +00:00
..
Descriptors.c
Oops - typo in the updated TeensyHID bootloader code when compiled for the non Teensy++ targets.
2010-05-06 02:15:39 +00:00
Descriptors.h
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the alternative addressing scheme.
2010-05-07 06:48:27 +00:00
Doxygen.conf
Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options set to true instead of false (thanks to Andrei Krainev).
2010-04-27 10:07:18 +00:00
makefile
Ensure that the CDC class drivers return 0 if the number of unread bytes is queried and the bank has become empty.
2010-05-06 11:13:24 +00:00
TeensyHID.c
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the alternative addressing scheme.
2010-05-07 06:48:27 +00:00
TeensyHID.h
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
2010-04-28 07:48:26 +00:00
TeensyHID.txt
Make CDC class bootloader hard-reset the AVR when exited instead of a soft-reset. Reduce size of the TeensyHID bootloader slightly.
2010-05-06 07:27:13 +00:00