Espresso 0.0.1f

This commit is contained in:
2025-07-07 10:41:05 -05:00
parent dbaee2c881
commit f677e2e283
13 changed files with 315 additions and 119 deletions

View File

@ -13,6 +13,13 @@ extern "C" {
//#define ENABLE_USB
//#define ENABLE_NETWORK
typedef struct {
bool enable_debug;
bool enable_fs;
bool enable_ide;
bool enable_usb;
bool enable_networking;
} kconf_t;
static inline kconf_t get_kconfig(void)
{