This website requires JavaScript.
Explore
Help
Sign In
mfulz_github
/
qmk_firmware
Watch
1
Star
0
Fork
1
You've already forked qmk_firmware
mirror of
https://github.com/mfulz/qmk_firmware.git
synced
2025-09-14 23:54:06 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
qmk_firmware
/
LUFA
/
Common
History
Dean Camera
022fa26b43
Fix missing C++ linkage command in ArchitectureSpecific.h.
...
Fix missing closing brace in an Endpoint function for the UC3 targets.
2011-09-21 23:40:05 +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
Fix missing C++ linkage command in ArchitectureSpecific.h.
2011-09-21 23:40:05 +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
Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.
2011-09-02 04:38:56 +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
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host.
2011-08-24 09:50:21 +00:00