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/LUFA/Drivers/Peripheral/AVR8
Dean Camera 77dbfd3cc4
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker.
13 years ago
..
ADC_AVR8.h Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. 13 years ago
SPI_AVR8.h Add missing function attributes. 13 years ago
Serial_AVR8.c Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files. 14 years ago
Serial_AVR8.h Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver. 13 years ago
TWI_AVR8.c Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent. 13 years ago
TWI_AVR8.h Add project name to the Doxygen makefile target output. 13 years ago