nu/gpio.c: Add emulated GPIO controller

This commit is contained in:
Tau
2018-11-08 10:15:34 -05:00
parent 935b1c2c12
commit d791464dd0
4 changed files with 199 additions and 0 deletions

View File

@ -12,6 +12,8 @@ nu_lib = static_library(
'ds.h',
'eeprom.c',
'eeprom.h',
'gpio.c',
'gpio.h',
'guid.c',
'nvram.c',
'nvram.h',