You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Bootloaders/TeensyHID
Dean Camera c1be307393
Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, the latter of which is used in the bootloaders, to reduce code size.
15 years ago
..
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. 16 years ago
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. 16 years ago
Doxygen.conf Remove hardcoded DOT path from all Doxygen config files. 15 years ago
TeensyHID.c Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boundary. 15 years ago
TeensyHID.h Ensure that the USB_DeviceState variable is properly set upon wakeup events, to the Addressed or Configured state as needed. 15 years ago
TeensyHID.txt Added compatibility list to the documentation of each individual demo. 15 years ago
makefile Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, the latter of which is used in the bootloaders, to reduce code size. 15 years ago