#ifndef SYS_H #define SYS_H #define SRAM_SIZE 32768 /* Size of builtin SRAM */ #define STACK_SIZE 2048 /* Minimum stack size */ #endif /* SYS_H */