Files
ueforth/esp32
Brad Nelson 4ee3646b73 More.
2023-12-23 10:03:41 -08:00
..
Fix
2023-12-22 23:58:17 -08:00
2023-12-03 19:57:14 -08:00
2023-12-23 10:03:41 -08:00
2023-12-22 16:13:15 -08:00
2023-12-22 16:13:15 -08:00
2023-02-05 12:41:27 -08:00
2022-07-10 14:13:51 -07:00
2022-02-27 20:59:19 -08:00
2022-08-12 21:52:11 -07:00

+--------------+
|  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