mbv: debugging the async app

This commit is contained in:
2025-06-27 12:58:43 -07:00
parent e4936abb53
commit e7b38fb560
8 changed files with 339 additions and 33 deletions

4
mbv/configure vendored
View File

@@ -304,9 +304,9 @@ all = [
app_image("async", sources=[
"apps/async/async.cc",
"apps/async/lock.cc",
"apps/async/main.cc",
"apps/async/main2.cc",
"apps/async/trace.cc",
"apps/async/uart.cc",
"apps/async/uart2.cc",
]),
]