Boot reason via watchdog scratch register, reboot/picoboot CLI commands, enum msgpack support

This commit is contained in:
Ian Gulliver
2026-04-12 08:17:22 +09:00
parent 9b7362c460
commit 6c3e0757f9
8 changed files with 110 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ static constexpr handler_entry handlers[] = {
};
int main() {
handlers_init();
dispatch_init();
dispatch_run(handlers);
}