Skip to content

Commit

Permalink
#455 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed May 19, 2023
1 parent a6193a7 commit 1269582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![Build](https://github.com/TG9541/stm8ef/actions/workflows/build-test.yml/badge.svg)

STM8 eForth is a ready to use interactive Forth system for [STM8 MCUs](https://www.st.com/en/microcontrollers-microprocessors/stm8-8-bit-mcus.html). The STM8 family of highly reliable 8bit microcontrollers (up to "Automotive Grade 0") has 16bit extensions and modern peripherals. STM8 devices are widely available and easy to master. The [embedded Forth](https://github.com/TG9541/stm8ef/wiki/STM8-eForth-Programming) turns STM8 devices into a "computer" with a serial console. STM8 eForth has been used for learning, prototyping, set-and-forget appliations, and for small-scale commercial projects. STM8 eForth has a small but active community, is free and comes with a permissive OSS license. Leave a ⭐ if you like it!
STM8 eForth is a ready to use interactive Forth system for [STM8 MCUs](https://www.st.com/en/microcontrollers-microprocessors/stm8-8-bit-mcus.html). The STM8 family of highly reliable 8bit microcontrollers (up to "Automotive Grade 0") has 16bit extensions and modern peripherals. STM8 devices are widely available and easy to master. The [embedded Forth](https://github.com/TG9541/stm8ef/wiki/STM8-eForth-Programming) turns STM8 devices into a "computer" with a serial console. STM8 eForth has been used for learning, prototyping, set-and-forget appliations, and for small-scale commercial projects. STM8 eForth has a small but active community, is free and comes with a permissive OSS license.

The Forth console provides a command interpreter, a native code compiler, and features like background execution of application code. This enables use cases like interactive testing of peripherals, control parameter tuning, and adding or changing code in the Flash ROM while application code is running. [Code examples](https://github.com/TG9541/stm8ef/wiki/STM8-eForth-Example-Code) for STM8 peripherals (e.g., timers, RTC, ADC or I2C) can be used as a starting point for creating reliable embedded systems. You can [try it in uCsim](https://github.com/TG9541/stm8ef/wiki/STM8-eForth-Hands-On-with-uCsim).
The Forth console provides a command interpreter, a native code compiler, and features like background execution of application code. This enables use cases like interactive testing of peripherals, control parameter tuning, and adding or changing code in the Flash ROM while application code is running. [Code examples](https://github.com/TG9541/stm8ef/wiki/STM8-eForth-Example-Code) from STM8 peripherals (e.g., timers, RTC, ADC or I2C) to automation with MODBUS, can be used as a starting point for reliable embedded systems. You can [try it in uCsim](https://github.com/TG9541/stm8ef/wiki/STM8-eForth-Hands-On-with-uCsim). Leave a ⭐ if you like it!

[![STM8EF Wiki](https://user-images.githubusercontent.com/5466977/28994765-3267d78c-79d6-11e7-927f-91751cd402db.jpg)](https://github.com/TG9541/stm8ef/wiki)

Expand Down

0 comments on commit 1269582

Please sign in to comment.