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 27f0ba6fc3
Fixed device state not being reset back to the default state if the host sets the address to 0x00.
15 years ago
..
Lib Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so that the stream functions early-abort if the bus is suspended before or during a transfer. 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 Fixed device state not being reset back to the default state if the host sets the address to 0x00. 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 Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone project. 15 years ago