Peel off assemblers into optional module.

Not sufficiently tested.
This commit is contained in:
Brad Nelson
2023-07-05 15:00:59 -07:00
parent 2a673c7378
commit 6884898cb1
9 changed files with 148 additions and 10 deletions

20
esp32/README.txt Normal file
View File

@ -0,0 +1,20 @@
+--------------+
| ESP32forth |
+--------------+
This is ESP32forth v{{VERSION}} (Revision {{REVISION}}).
ESP32forth is an indirect threaded Forth for the ESP32 family of microcontrollers.
It uses a small C "kernel" that boots via inline Forth code.
The use of C allows developers to leverage C/C++ ESP32 libraries with minimal effort.
To compile and flash with the Arduino tools, load ESP32forth.ino.
Documentation and the latest version of ESP32forth are available at:
https://esp32forth.appspot.com/
Full unexpanded source code and an issue tracker are available at:
https://github.com/flagxor/ueforth
There are several optional components that you can add into ESP32forth.
See: optional/README-optional.txt