This website requires JavaScript.
Explore
Help
Sign In
Cutieguwu
/
qmk_firmware-mirror
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware-mirror
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2026-07-21 05:14:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e977774d4e529ff2f668549197323924ff2a53d4
qmk_firmware-mirror
/
Projects
/
Webserver
T
History
Dean Camera
e977774d4e
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
2010-04-28 08:15:16 +00:00
..
Lib
Add const keyword to the demo function parameters where possible.
2010-04-18 12:10:30 +00:00
Descriptors.c
…
Descriptors.h
…
Doxygen.conf
…
makefile
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
2010-04-28 08:15:16 +00:00
USBDeviceMode.c
Add const keyword to the demo function parameters where possible.
2010-04-18 12:10:30 +00:00
USBDeviceMode.h
Add const keyword to the demo function parameters where possible.
2010-04-18 12:10:30 +00:00
USBHostMode.c
…
USBHostMode.h
…
Webserver.c
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
2010-04-28 07:48:26 +00:00
Webserver.h
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
2010-04-28 07:48:26 +00:00
Webserver.txt
…