Display application success in playground

This commit is contained in:
momo5502
2025-06-30 17:32:24 +02:00
parent 9abdae11cb
commit 415d2d2efe
13 changed files with 318 additions and 23 deletions

View File

@@ -59,6 +59,10 @@ table ReadRegisterResponse {
data: [ubyte];
}
table ApplicationExit {
exit_status: uint32 = null;
}
union Event {
PauseRequest,
RunRequest,
@@ -72,6 +76,7 @@ union Event {
WriteRegisterResponse,
ReadRegisterRequest,
ReadRegisterResponse,
ApplicationExit,
}
table DebugEvent {