Merge branch 'cmake_flow' into develop

This commit is contained in:
2025-05-22 12:19:52 +02:00
93 changed files with 3507 additions and 3935 deletions

View File

@@ -0,0 +1,10 @@
#ifndef _DEVICES_INTERRUPT_H
#define _DEVICES_INTERRUPT_H
#include <stdint.h>
#define irq_t void*
static inline void irq_init(volatile irq_t* reg) {}
#endif /* _DEVICES_INTERRUPT_H */