This website requires JavaScript.
Explore
Help
Sign In
michi
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8c6f26e19db3310c452d19393cb4def3592671b1
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Core
/
AVR8
T
History
Dean Camera
8c6f26e19d
Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler routines used by LUFA. Add dummy loads after clearing the interrupt lines according to the datasheet.
...
Add in temporary global interrupts enable/disable macros.
2011-02-28 22:30:40 +00:00
..
Device_AVR8.c
More UC3B architecture port updates.
2011-02-26 15:54:11 +00:00
Device_AVR8.h
General cleanup and more port work to the AVR32 UC3B.
2011-02-27 18:25:29 +00:00
Endpoint_AVR8.c
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
2011-02-20 18:21:04 +00:00
Endpoint_AVR8.h
General cleanup and more port work to the AVR32 UC3B.
2011-02-27 18:25:29 +00:00
Host_AVR8.c
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
2011-02-20 18:21:04 +00:00
Host_AVR8.h
Move out common architecture-independent core definitions into the appropriate core dispatch header files.
2011-02-27 14:39:49 +00:00
OTG_AVR8.h
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
2011-02-20 18:21:04 +00:00
Pipe_AVR8.c
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
2011-02-20 18:21:04 +00:00
Pipe_AVR8.h
General cleanup and more port work to the AVR32 UC3B.
2011-02-27 18:25:29 +00:00
USBController_AVR8.c
Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler routines used by LUFA. Add dummy loads after clearing the interrupt lines according to the datasheet.
2011-02-28 22:30:40 +00:00
USBController_AVR8.h
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
2011-02-20 18:21:04 +00:00
USBInterrupt_AVR8.c
Changed over the AVR8 USB controller interrupt management macros to be inlined functions instead, for better compile-time validity checking and to keep the per-architecture source files as uniform as possible.
2011-02-27 20:00:15 +00:00
USBInterrupt_AVR8.h
Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler routines used by LUFA. Add dummy loads after clearing the interrupt lines according to the datasheet.
2011-02-28 22:30:40 +00:00