Skip to content

Releases: wa1tnr/esp32-101-a

ESP32Forth latest version (unstable)

23 Nov 00:33
Compare
Choose a tag to compare
Pre-release

ESP32forth v7.0.7.4

Revision: 595ed9e8296c64661139

Has ESP.restart() for the 'bye' word - no more backtrace on a bye

pio run -t monitor target for the Makefile

platformio changes for debug, monitor_filters, esp32_exception_decoder

What's Changed

  • 0.1.2-pre-alpha READY.FOR.RELEASE by @wa1tnr in #4

Full Changelog: 0.1.1-pre-alpha...0.1.2-pre-alpha

ESP32Forth from Brad Nelson - platformio

21 Nov 02:19
Compare
Choose a tag to compare

This release implements the platformio (Arduino) code for ESP32Forth.

autoexec.fs (in the data/ directory) is the spiff contents; it executes
during boot.

'words' list the words and 'bye' reboots.

blink blinks the LED once; '3 blinks' blinks it three times.
'ledsetup' sets the pinMode to OUTPUT (for pin 13, the LED).

What's Changed

  • 0.1.1-pre-alpha READY.FOR.RELEASE by @wa1tnr in #2

Full Changelog: 0.1.0-pre-alpha...0.1.1-pre-alpha

Initial Release - tnr esp 101 repository

18 Nov 15:38
Compare
Choose a tag to compare

This is a very basic hello world type program.

It sets up the RGB using Adafruit's stuff, and modulates it,
iterating through red, green and blue.

Then it prints stuff to your terminal, in a loop.

platformio.ini has a mechanism to print the latest timestamp,
manually edited by you.

Makefile does it all - including upload and starts the serial terminal,
to check program functionality.

fun fun

What's Changed

  • 0.1.0-pre-alpha READY.FOR.RELEASE by @wa1tnr in #1

New Contributors

  • @wa1tnr made their first contribution in #1

Full Changelog: https://github.com/wa1tnr/esp32-101-a/commits/0.1.0-pre-alpha