nu/ds.c: Add emulated DS EEPROM device

This commit is contained in:
Tau
2018-11-07 20:04:54 -05:00
parent 7cf0914092
commit 935b1c2c12
4 changed files with 236 additions and 0 deletions

View File

@ -8,6 +8,8 @@ nu_lib = static_library(
capnhook.get_variable('hooklib_dep'),
],
sources : [
'ds.c',
'ds.h',
'eeprom.c',
'eeprom.h',
'guid.c',