Commit Graph

348 Commits

Author SHA1 Message Date
7fcc04a3cc Fixed v2.0.1 build and ESP32-C3 and ESP32-S2 compile.
Note ESP32-C3 and ESP32-S2 not yet tested on hardware.
2021-12-11 10:52:30 -08:00
830e6b40d7 Adding docs high level float words. 2021-09-19 23:21:24 -07:00
d3f2777a2c Adjust starting point, update testing. 2021-09-19 22:26:18 -07:00
9d3c88e028 Switched to no ftos, to allow throw/catch.
Hitting longstanding bug with see-all in httpd
2021-09-19 21:30:12 -07:00
86a46396f9 Adding floating point. 2021-09-18 20:29:43 -07:00
aae4aba3a2 Formatting tweak. 2021-07-11 23:57:18 -07:00
61b282fc8c Adding userwords.h support. 2021-07-11 23:42:33 -07:00
263f1d51cd Document locals. 2021-07-11 23:17:13 -07:00
9fa7efbdb1 Adding license guidance. 2021-07-11 22:57:30 -07:00
cbc488a704 Bumping version and stable version. 2021-07-11 22:32:37 -07:00
168f689631 Made locals ans compatible and nestable. 2021-07-11 22:22:35 -07:00
f0642252d3 Fixed TO for locals. 2021-07-10 18:11:08 -07:00
4d598c7e5f Fixing do + for loops with locals + see for them. 2021-07-10 17:18:12 -07:00
9ca16d123d Add -- support to locals. 2021-07-10 13:00:19 -07:00
2ac24fff0f Fixed alignment issue with locals and casing bug. 2021-07-10 12:51:52 -07:00
07e3762487 Bump up stable version and use substitution. 2021-07-09 23:08:57 -07:00
7dbf52ed6d Bump version. 2021-07-09 23:02:51 -07:00
7a806b599c Avoid gpio_intr_disable collision by prefixing constants with #. 2021-07-09 22:51:37 -07:00
226d7f8e0a Fix copyright notice on Makefile + bump stable version. 2021-06-28 23:09:19 -07:00
5a5a31e77c Fix app.yaml comment style. 2021-06-28 22:25:48 -07:00
864cd930b7 Add license under Apache 2.0.
Add copyright + license notice to all files.
Enhance scripts to work around / drop license text when composing
multiple file.
Drop historical EForth reference.
Bump version number.
2021-06-28 22:23:21 -07:00
a7e7b74e3e Fixed line overflow to ACCEPT. 2021-06-26 13:30:32 -07:00
867348249d Documenting startup images. 2021-06-26 12:43:35 -07:00
9b75bb27cf Adding RECURSE. 2021-06-26 12:07:38 -07:00
72918d5d24 Fix archive links. 2021-06-19 21:06:39 -07:00
7464a5cf9c Consistently label source code. 2021-06-19 18:04:20 -07:00
7f44b25885 Moving downloads to storage bucket. 2021-06-19 18:01:33 -07:00
8c8b47d651 Adding publish step to support keeping archived versions + branches. 2021-06-19 15:23:32 -07:00
972b15b6dd Test more vocabularies can be listed. 2021-06-19 08:50:00 -07:00
33586205aa Adding erase and blank. 2021-06-18 16:54:17 -07:00
60a8012396 Add missing file. 2021-06-12 17:38:00 -07:00
cfa5f803e8 Add reloading page to camera + change round xlib example. 2021-06-12 17:29:56 -07:00
24a4525387 Adding better docs + camera example. 2021-06-06 22:04:43 -07:00
578c18dd78 Replaces WebServer with httpd. 2021-06-06 21:07:52 -07:00
98d49206f7 Added posix web server. 2021-06-06 17:56:48 -07:00
8a6eda2f53 Made finding windows tools faster. 2021-06-06 12:07:08 -07:00
33cf8aaa6f Document tasks. 2021-05-21 16:43:15 -07:00
1c65488374 Bump up interrupt depth. 2021-05-21 15:37:18 -07:00
d70e1081bb Fix tasks ordering bug. 2021-05-21 14:28:21 -07:00
7789b4e182 Added .tasks 2021-05-09 16:36:01 -07:00
b6ecb6db1a Multiple fixes.
Switched in KEY and MS which yield to PAUSE on esp32.
Added a background task which yield using yield() in place of the event loop.
Made some formatting and carriage return handling changes to the web ui.
2021-05-08 01:36:50 -07:00
c030b61248 Adding posix http server. 2021-04-25 14:59:50 -07:00
e39ea2dc53 minor formatting. 2021-04-11 22:50:28 -07:00
553fee0d4e Fix typo. 2021-04-11 22:41:25 -07:00
2e6fdb9a0d Document timers. 2021-04-11 22:34:13 -07:00
901f4fd93e Fixed timers. 2021-04-11 22:31:24 -07:00
3efea84e03 Revisions. 2021-04-11 19:03:47 -07:00
d72ee1834d Trying to fix alarms. 2021-04-11 17:31:01 -07:00
702350673f Fix timers more. 2021-04-11 15:26:20 -07:00
2d7d856e4d Fixed bugs in timers. 2021-04-11 14:45:12 -07:00