Configure everything

This commit is contained in:
robojumper
2025-04-26 11:37:48 +02:00
parent 6c81514f54
commit 9bc03e0440
27 changed files with 1002 additions and 290 deletions
+2 -3
View File
@@ -4,14 +4,13 @@
#include "__va_arg.h"
#include "common.h"
#include "RVL/OS/OSContext.h"
#ifdef __cplusplus
extern "C" {
#endif
// Forward declarations
typedef struct OSContext OSContext;
#define OSError(...) OSPanic(__FILE__, __LINE__, __VA_ARGS__)
#define OSAssert(exp, ...) \
if (!(exp)) \