board/sg-nfc.c: Add initial emu for NFC board

This board also supports FeliCa and probably some other stuff.
Need to analyze and implement these features later, Mifare card
support only for now.
This commit is contained in:
Tau
2018-11-20 20:26:11 -05:00
parent 0135236209
commit 4936fc2bcc
4 changed files with 448 additions and 0 deletions

View File

@ -9,6 +9,11 @@ board_lib = static_library(
sources : [
'io3.c',
'io3.h',
'sg-cmd.c',
'sg-cmd.h',
'sg-nfc.c',
'sg-nfc.h',
'sg-nfc-cmd.h',
'sg-frame.c',
'sg-frame.h',
],