mbv: now with functioning timer interrupts!

And a few other nice things.
The bootloader now has an embedded wozmon!
If you know its offset, you can jump to it from the app.
This commit is contained in:
2025-06-10 23:46:43 -07:00
parent fa6ae7b667
commit 3db383d461
17 changed files with 485 additions and 93 deletions

View File

@@ -125,7 +125,6 @@ int main() {
gpio0->data = 1;
uint32_t cur_addr = 0;
uint32_t cur_data = 0;
bool writing = false;
char inbuf[64] = {};
char* inptr = inbuf;