Skip to content

Commit

Permalink
fixes #272 Deliver forth.asm and other source files in release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed Oct 19, 2019
1 parent a76f75c commit 323ab08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ STM8 eForth is configurable: a full featured binary needs between 4.7K and 5.5K,

The Forth console works with an STM8 UART, a pair of GPIOs, or even any single GPIO and 3-wire or 2-wire communication. Up to two UARTs and a simulated serial interface are supported. The console can be configured for any type of [character I/O](https://github.com/TG9541/stm8ef/wiki/STM8-eForth-Board-Character-IO) (e.g. keyboard and display), even at runtime!


T
The [Wiki on GitHub](https://github.com/TG9541/stm8ef/wiki) covers various topics, e.g. using [Breakout Boards](https://github.com/TG9541/stm8ef/wiki/Breakout-Boards), or the conversion of low-cost Chinese thermostats, voltmeters, or DC/DC-converters into Forth powered embedded control boards.

## Generic targets
Expand Down Expand Up @@ -55,6 +55,10 @@ TG9541/STM8EF provides board support for several common "Chinese gadgets" like t

The Wiki lists other supported "[Value Line Gadgets][WG1]", e.g. [voltmeters & power supplies](https://github.com/TG9541/stm8ef/wiki/STM8S-Value-Line-Gadgets#voltmeters-and-power-supplies), [breakout boards](https://github.com/TG9541/stm8ef/wiki/Breakout-Boards), and [thermostats](https://github.com/TG9541/stm8ef/wiki/STM8S-Value-Line-Gadgets#thermostats).

## Other target boards

From STM8 eForth 2.2.24 on, the binary release contains all the files that are necessary for supporting a custom target board. For example, [STM8 eForth MODBUS](https://github.com/TG9541/stm8ef-modbus) uses the release files to combine target support with the application.

# Feature Overview

In addition to basic eForth, STM8 eForth offers many features:
Expand Down

0 comments on commit 323ab08

Please sign in to comment.