21 lines
719 B
Plaintext
21 lines
719 B
Plaintext
+--------------+
|
|
| 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
|