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/Projects/XPLAINBridge
Dean Camera bb9fb1051c
Add better documentation to the Software UART code in the XPLAINBridge project.
15 years ago
..
Lib Add better documentation to the Software UART code in the XPLAINBridge project. 15 years ago
AVRISPDescriptors.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
AVRISPDescriptors.h The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRISP-MKII projects has been renamed LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver. 15 years ago
Doxygen.conf Remove obsolete entry from the Doxygen configuration files. 15 years ago
LUFA XPLAIN Bridge.inf Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
USARTDescriptors.c Renamed CDC device class demos' ManagementEndpoint descriptor to NotificationEndpoint to more accurately indicate its purpose. 15 years ago
USARTDescriptors.h Renamed CDC device class demos' ManagementEndpoint descriptor to NotificationEndpoint to more accurately indicate its purpose. 15 years ago
XPLAINBridge.c Switch software UART over to timer 1 and remove timer prescaling to try to prevent integer rounding errors and thus minimize the possible error of the UART code. 15 years ago
XPLAINBridge.h Make software USART used in the XPLAINBridge project directly check and store into the ring buffers, rather than polling from the main program loop to avoid added latency. 15 years ago
XPLAINBridge.txt The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRISP-MKII projects has been renamed LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver. 15 years ago
makefile The RingBuff library code has been replaced in the XPLAINBridge project with an ultra lightweight buffer to help improve the reliability of the bridge. 15 years ago