board/io4.c: Add initial emulator for USB-mode IO-4

This commit is contained in:
Tau
2019-08-30 18:49:11 -04:00
parent 13c59b13b8
commit 6c5673dd24
3 changed files with 344 additions and 0 deletions

View File

@ -13,6 +13,8 @@ board_lib = static_library(
'guid.h',
'io3.c',
'io3.h',
'io4.c',
'io4.h',
'sg-cmd.c',
'sg-cmd.h',
'sg-frame.c',