-
## Preliminary Steps
Please confirm you have...
- [X] reviewed [How Linguist Works](https://github.com/github/linguist#how-linguist-works),
- [X] reviewed the [Troubleshooting](https://github…
-
Hello everybody. Although reference to this code is found on many places on the internet there a no hints about successful implementation of the code.
Since I kinda bricked my load (it is just beepi…
-
1. What forth systems do you use and for what OS?
2. What is your favourite forth system or systems?
My answers:
1. Windows: SP-Forth, Quark Forth
Linux: gForth, SP-Forth linux
OSX: nop
…
-
I found a link to your repository for XY-LPWM on the Internet.
I wanted to make an indicator for myself based on PWM XY-LPWM.
I ordered the boards on Aliexpress, but when I received them, it turned …
-
Hello,
Do you know how to program the ES7P003? Tools and IDE? I received a W1209 board with this microcontroller.
Maybe you can add the ES7P003FGTF on this page:
https://github.com/TG9541/st…
-
When used within a "if then" block LITERAL behaves strange.
HEX ABCD DUP
: test1 LITERAL ;
: test2 IF LITERAL THEN ;
test1 . ABCD ok ( this is expected)
-1 test2 . B4 ok ( ???)
…
-
The STM8 eForth issue https://github.com/TG9541/stm8ef/issues/238 contains quite some initial technical documentation that should be moved to Wiki pages in this repository.
-
Sure, that's a bit overdue since travis-ci.org has been defunct for quite a while.
Use a similar method as in https://github.com/TG9541/stm8ef/issues/442 (i.e., provide a `latest` binary release w…
-
@TG9541 It is me again. I don't know how to reopen last issue so I created the new one. I sucessfully downloaded STM8S001J3.ihx as you recommended on my STM8S103F3 board. Then I wanted to upload modbu…
-
During an [exploration of the STM8L LSE and RTC features](https://gist.github.com/TG9541/0a71928f36e29ba92af34ec4312f2b25) I got the following idea:
> It may be possible to substitute the TIMx in …