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/AVRISP-MKII
Dean Camera 59c4871f80
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.
15 years ago
..
Lib Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping track of timeouts while waiting for a Tx/Rx to finish. 15 years ago
AVRISP.c 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. 15 years ago
AVRISP.h Make AVRISP XPROG function parameters const where possible. 15 years ago
AVRISP.txt Add information request/response signal handler to the Bluetooth Host demo. 15 years ago
Descriptors.c Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility. 15 years ago
Descriptors.h Add user callback function to the Bluetooth host demo to filter out connections from remote devices. Add in ability to reject connections based on their bluetooth device address. 15 years ago
Doxygen.conf Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. 15 years ago
makefile Add information request/response signal handler to the Bluetooth Host demo. 15 years ago