Implement interrupts

This commit is contained in:
2025-08-19 22:51:33 +02:00
parent 92ccd189e7
commit 3f6df79885
14 changed files with 455 additions and 101 deletions

View File

@ -2,5 +2,6 @@
#define COMPILER_ATTR_H_
#define PACKED __attribute__((packed))
#define ALIGNED(x) __attribute__((aligned((x))))
#endif // COMPILER_ATTR_H_