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 a5e79333e5
Switch back to C based timeout ISR in the AVRISP project - assembly version was failing, and only one or two cycles could be shaved off the compiler generated code.
15 years ago
..
Lib Switch back to C based timeout ISR in the AVRISP project - assembly version was failing, and only one or two cycles could be shaved off the compiler generated code. 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 Switch back to C based timeout ISR in the AVRISP project - assembly version was failing, and only one or two cycles could be shaved off the compiler generated code. 15 years ago