srtlg / folie

clone of https://github.com/jeelabs/folie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folie v2

GoDoc license

The Forth Live Explorer is a command-line utility to talk to a micro-controller via a (local or remote) serial port. Its main mode of operation is as interactive terminal, but it can also upload code to an STM32 µC and is tailored in particular for use with Mecrisp Forth.

This is experimental code, the stable version is at:
https://github.com/jeelabs/embello/tree/master/tools/folie

Acknowledgments

  • Mecrisp Forth by Matthias Koch (GPL3) - the reason Folie exists
  • Go (BSD) - the language which gets types, concurrency, builds, and deployment right
  • go-serial by Christian Maglie (BSD) - knows about serial ports across all platforms
  • readline by @chzyer (MIT) - takes care of local line editing and history
  • the JeeLabs chat group - you know who you are...

About

clone of https://github.com/jeelabs/folie

License:The Unlicense


Languages

Language:Go 95.9%Language:Makefile 4.1%