Close

ESP8266 port near to working status

A project log for Terminal-BASIC

Language interpreter for uC-based systems

andrey-skvortsovAndrey Skvortsov 02/05/2020 at 18:070 Comments

Terminal-BASIC 2.2-alpha3 introduces new configuration options:

 - alignment of BASIC variables and arrays values (CONF_USE_ALIGN option in config.hpp)

 - disabling of structures packing (USE_PACKED_STRUCT option in config.h)

Playing with these options allows me to run TB on ESP8266 nodeMCU board,

Discussions