Peel off assemblers into optional module.
Not sufficiently tested.
This commit is contained in:
20
esp32/README.txt
Normal file
20
esp32/README.txt
Normal 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
|
||||
Reference in New Issue
Block a user