add raspi3 mbox driver

This commit is contained in:
bigmagic
2020-03-01 13:18:00 +08:00
parent d5f8397009
commit 0279daeeee
3 changed files with 2 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ cwd = GetCurrentDir()
src = Split('''
board.c
drv_uart.c
mbox.c
''')
CPPPATH = [cwd]