forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e369d4
commit 4e68554
Showing
7 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
Submodule chibios
updated
5476 files
Submodule chibios-contrib
updated
1179 files
Submodule googletest
updated
391 files
Submodule lufa
updated
1220 files
Submodule printf
updated
20 files
+0 −47 | .github/workflows/build_and_test.yml | |
+0 −99 | .gitignore | |
+63 −0 | .travis.yml | |
+0 −174 | CMakeLists.txt | |
+0 −1 | LICENSE | |
+271 −0 | Makefile | |
+212 −275 | README.md | |
+2 −0 | codecov.yml | |
+914 −0 | printf.c | |
+117 −0 | printf.h | |
+0 −19 | printf_config.h.in | |
+0 −1,421 | src/printf/printf.c | |
+0 −206 | src/printf/printf.h | |
+0 −112 | test/CMakeLists.txt | |
+0 −52 | test/aliasing.c | |
+0 −608 | test/autotest.cpp | |
+1,503 −4,506 | test/catch.hpp | |
+0 −653 | test/getopt.h | |
+1,513 −427 | test/test_suite.cpp | |
+0 −1,063 | test/test_suite_main_testcases.hpp |
Submodule ugfx
added at
40b48f
Submodule vusb
updated
12 files
+16 −22 | examples/custom-class/commandline/set-led.c | |
+13 −22 | examples/drivertest/commandline/runtest.c | |
+5 −5 | examples/hid-data/commandline/Makefile | |
+2 −2 | examples/hid-data/commandline/Makefile.windows | |
+4 −4 | examples/usbtool/Makefile | |
+2 −2 | examples/usbtool/Makefile.windows | |
+18 −21 | examples/usbtool/usbtool.c | |
+56 −77 | libs-host/hiddata.c | |
+73 −88 | libs-host/opendevice.c | |
+5 −5 | libs-host/opendevice.h | |
+1 −1 | usbdrv/usbdrvasm15.inc | |
+1 −1 | usbdrv/usbdrvasm20.inc |