Watchdog timer, boot reason tracking, net_poll frame limit, reboot/picoboot CLI commands

This commit is contained in:
Ian Gulliver
2026-04-12 08:27:21 +09:00
parent 6c3e0757f9
commit 21c7900444
7 changed files with 25 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ static constexpr handler_entry handlers[] = {
int main() {
handlers_init();
dispatch_init();
handlers_start();
gpio_init(LED_PIN);
gpio_set_dir(LED_PIN, GPIO_OUT);