arm: async uart writes & fixes

This commit is contained in:
2022-05-17 10:17:56 -07:00
parent e9f623e754
commit e39cdc5709
13 changed files with 232 additions and 190 deletions

View File

@@ -32,7 +32,7 @@ void dump() {
for (TraceEvent event : buffer) {
itoa(static_cast<int>(event), number);
UartSendCrash(number);
UartWriteCrash(number);
}
}
} // namespace tracing