Draft: lab 3 irq wtf

This commit is contained in:
2025-03-24 10:48:35 +08:00
parent 9d19b8b3b6
commit 98327b148a
19 changed files with 386 additions and 142 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
void init_exception(void);
void not_implemented_handler(void);
void synchronous_handler(void);