WIP Xtensa Assembler/Disassembler.

This commit is contained in:
Brad Nelson
2022-10-21 20:07:26 -07:00
parent 4dd55a382c
commit e69c1dba0c
5 changed files with 403 additions and 0 deletions

View File

@ -251,6 +251,7 @@ ESP32_BOOT = $(COMMON_PHASE1) \
esp32/allocation.fs esp32/bindings.fs \
$(COMMON_PHASE2) $(COMMON_FILETOOLS) \
esp32/platform.fs \
common/assembler.fs esp32/xtensa-assembler.fs \
posix/httpd.fs posix/web_interface.fs esp32/web_interface.fs \
esp32/registers.fs esp32/timers.fs \
esp32/bterm.fs posix/telnetd.fs \