This website requires JavaScript.
Explore
Help
Sign in
ahoneybun
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9708b45e69
qmk_firmware
/
LUFA
/
Common
History
Download ZIP
Download TAR.GZ
Dean Camera
fc5fa769ef
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
2011-08-16 05:53:04 +00:00
..
Architectures.h
Add missing SVN eol-style property to files where it was missing.
2011-07-15 08:46:08 +00:00
ArchitectureSpecific.h
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
2011-08-16 05:53:04 +00:00
Attributes.h
Split out compiler specific helper macros into a new CompilerSpecific.h header file inside the library, for future expansion.
2011-07-06 02:11:13 +00:00
BoardTypes.h
Added board hardware driver support for the EVK1104 board.
2011-06-27 13:41:06 +00:00
Common.h
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
2011-08-16 05:53:04 +00:00
CompilerSpecific.h
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
2011-08-16 05:53:04 +00:00
Endianness.h
Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to improve optimization if called with constant inputs.
2011-08-16 05:00:45 +00:00