Adding platform detection opcodes + fix assembler bug.

Adding flags to allow runtime detection of different esp32 models,
riscv vs xtensa, and psram.

Use this to conditionally compile hook for relevant assemblers.
This commit is contained in:
Brad Nelson
2023-01-21 21:27:29 -08:00
parent adfd238ee2
commit fe87f1574c
10 changed files with 127 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#define SIM_PRINT_ONLY
#define ENABLE_OLED_SUPPORT
#include "esp32/platform.h"
#include "esp32/options.h"
#define CALLING_OPCODE_LIST
#define FLOATING_POINT_LIST