-
Hi Thomas,
Sorry to be a pest but could we have the sub-sub-minor version implemented?
STM8eForth 2.2.20.pre
-
Do you have some insight where it would be best to pull of a couple of GPIO pins, (or possibly just 1, as both output for trigger, and input for echo) to drive a low cost ultrasonic ranger sensor? I g…
-
#69 clearly shows that there is a need for better test automation.
Running test code in uCsim is a key solution element.
-
Running 2.2.19 (many thanks) on a C0135
300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ________________
310 0 20 0 30 3 15 3 17 0 10 3 10 56 78 12 34 _ _4_ _____ Vx_4 ok
.s
123…
-
; 2/ ( n -- n ) ( TOS STM8: -- Y,Z,N )
; **Multiply** tos by 2.
-
Hello,
I'm considering STM8 as a target for my Forth cross compiler. Which board would you recommend using for testing? Ease of use is more important than cost or features.
Thanks!
-
When porting my Forth to the STM8, I relied heavily on the STM8EF kernel for guidance. However, I came up with alternative implementations for some words that avoid use of `YTEMP`. I'm not sure if t…
-
Travis-ci provides a ["Deploy to GitHub Releases" feature](https://docs.travis-ci.com/user/deployment/releases/) but I haven't figured out how to distinguish between "master" and "develop" builds.
…
-
Several users have had difficulties getting the W1209 serial communication to work, e.g.:
* https://hackaday.io/project/16097-eforth-for-cheap-stm8s-gadgets/discussion-90018
* http://forum.hobbycomp…
-
This little project gained more support from users, and there are now minimum requirements on the code quality: at least unit tests need to be performed, and regression tests as a part of the release …