Integrate Hall and riscv target

This commit is contained in:
2025-06-09 10:01:49 +02:00
parent 1b8d4e8c70
commit f6adc18215
17 changed files with 1019 additions and 5 deletions

7
wuehans/wuehans_config.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef WUEHANS_CONFIG_H
#define WUEHANS_CONFIG_H
// Heap Size in Bytes
#define HEAP_SIZE 0x800000
#endif