Mecrisp-Stellaris Forth: Dictionary 0

Where I keep my dictionary 0 with all of the basic Forth definitions.

Introduction#

It helps to have the complete dictionary for Mecrisp-Stellaris Forth, this is dictionary 0 which has my most basic definitions. I load this before I start doing any work in …

ESP32: Automation

Where I discuss different methods of automating the process of compiling/linking/loading code for an embedded microcontroller.

Update March 13, 2022#

For automation to work well, it needs to work on multiple platforms along with other automation. For …

ESP32: Using a modular approach

Where I examine the differences between writing a monolithic program versus a much more modular program.

Important#

While I display some of the code on this page, the absolute truth of working code is on github. Use it to fully understand and/or implement …

ESP32: Solving Issues with Arduino Development

Where I demonstrate identifying and solving specific issues with developing code for the ESP32 using the Arduino framework.

Use Both the IDE and the CLI#

While my entries are primarily related to using arduino-cli, I will use the IDE for a couple of …