This website requires JavaScript.
Explore
Help
Sign In
mirror
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2025-09-10 17:15:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0304916356ea83bb17783df157c79cbfdef0d45b
qmk_firmware
/
LUFA
/
Drivers
/
Peripheral
/
AVR8
History
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.
...
Add missing function and definition documentation.
2011-09-22 05:55:32 +00:00
..
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.
2011-09-22 05:55:32 +00:00
Serial_AVR8.c
Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.
2011-02-20 18:23:09 +00:00
Serial_AVR8.h
Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.
2011-09-02 04:38:56 +00:00
SPI_AVR8.h
Add missing function attributes.
2011-07-12 05:13:31 +00:00
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.
2011-08-31 07:17:33 +00:00
TWI_AVR8.h
Add project name to the Doxygen makefile target output.
2011-09-21 06:45:09 +00:00