]> git.gir.st - tmk_keyboard.git/commit
Add ChibiOS support (USB stack + support files).
authorflabbergast <s3+flabbergast@sdfeu.org>
Mon, 7 Sep 2015 20:57:04 +0000 (21:57 +0100)
committerflabbergast <s3+flabbergast@sdfeu.org>
Mon, 7 Sep 2015 20:57:04 +0000 (21:57 +0100)
commit27dec2db7bb33cc45b04b89b6855bac6b98de2e5
tree13e3b83247f0c73ec0b15e70c0ea2232959bf905
parentbe9be90483ce083490c11b1ae4695ec5149bc783
Add ChibiOS support (USB stack + support files).
16 files changed:
tmk_core/common/chibios/bootloader.c [new file with mode: 0644]
tmk_core/common/chibios/printf.c [new file with mode: 0644]
tmk_core/common/chibios/printf.h [new file with mode: 0644]
tmk_core/common/chibios/suspend.c [new file with mode: 0644]
tmk_core/common/chibios/timer.c [new file with mode: 0644]
tmk_core/common/command.c
tmk_core/common/print.c
tmk_core/common/print.h
tmk_core/common/wait.h
tmk_core/protocol/chibios/.gitignore [new file with mode: 0644]
tmk_core/protocol/chibios/README.md [new file with mode: 0644]
tmk_core/protocol/chibios/chibios.mk [new file with mode: 0644]
tmk_core/protocol/chibios/main.c [new file with mode: 0644]
tmk_core/protocol/chibios/usb_main.c [new file with mode: 0644]
tmk_core/protocol/chibios/usb_main.h [new file with mode: 0644]
tmk_core/tool/chibios/common.mk [new file with mode: 0644]
Imprint / Impressum