sgikbd initial commit (based on a500kbd: https://github.com/jtsiomb/a500kbd)
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 30 Jun 2022 04:23:56 +0000 (07:23 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 30 Jun 2022 04:23:56 +0000 (07:23 +0300)
commit5759bf96070a18b9b30a1da5388cb189653ebcd6
tree42abbe098c4ada2c94ad0290001ffe88c5872275
sgikbd initial commit (based on a500kbd: https://github.com/jtsiomb/a500kbd)
18 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
doc/sgi_man7_keyboard [new file with mode: 0644]
doc/sgi_man7_mouse [new file with mode: 0644]
fw/Makefile [new file with mode: 0644]
fw/src/defs.h [new file with mode: 0644]
fw/src/main.c [new file with mode: 0644]
fw/src/ps2kbd.c [new file with mode: 0644]
fw/src/ps2kbd.h [new file with mode: 0644]
fw/src/scantbl.h [new file with mode: 0644]
fw/src/serial.c [new file with mode: 0644]
fw/src/serial.h [new file with mode: 0644]
fw/src/timer.c [new file with mode: 0644]
fw/src/timer.h [new file with mode: 0644]
hw/sgikbd.lib [new file with mode: 0644]
hw/sgikbd.pro [new file with mode: 0644]
hw/sgikbd.sch [new file with mode: 0644]