nu/sram.c: Add emulated SRAM device

This commit is contained in:
Tau
2018-11-07 20:03:25 -05:00
parent 5aaab2879d
commit 920328bc9e
4 changed files with 133 additions and 0 deletions

View File

@ -13,5 +13,7 @@ nu_lib = static_library(
'guid.c',
'nvram.c',
'nvram.h',
'sram.c',
'sram.h',
],
)