mbv: add uart echo app

This commit is contained in:
2025-06-23 08:23:59 -07:00
parent d91ddeea22
commit 73edb77577
3 changed files with 92 additions and 0 deletions

1
mbv/configure vendored
View File

@@ -277,6 +277,7 @@ all = [
app_image("helloworld"),
app_image("wozmon"),
app_image("timer"),
app_image("uart"),
]