cforth icon indicating copy to clipboard operation
cforth copied to clipboard

Mitch Bradley's CForth implementation

Results 38 cforth issues
Sort by recently updated
recently updated
newest added

Hi, Not so much an issue, as a question. micropython and amforth both (and Linux) have a mechanism for 'scanning' an i2c bus and reporting on what it finds. I...

Make keeps downloading esp-idf-v3.1.4.zip. There needs to be a check to see if the file has been downloaded. Might have been because I didn’t run make with sudo

Hi, first I have to say that I am impressed by cforth and all the effort you put into it and the fact that you are sharing this. I try...

I notice that Mitch has pushed an example file (test-socket.fth) to the repo. As I understand it the test word "probe-ssh" sets up a a bunch of callbacks connects to...

Hey, is there a way to switch the Terminal from Serial to Wifi ? So that I can connect with Putty or Something and control the ESP32 ? The ESP32...

Hello, I have an Issue with Making the ESP32 Cforth Build. Sorry for asking if its dumb but Im a newbie with make stuff and so on... ![Unbenannt](https://user-images.githubusercontent.com/43686069/57762884-9715bb80-7700-11e9-9896-9763a9bc3411.PNG)

If I type wifi-sta-on it says it needs a SSID when I type wifi-sta-ssid "SSID" then it says again it needs a SSID. I tried all combinations. maybe you can...

Hi, trying to compile the glfw-linux tree, I got the following error: glops.o: In function `glop': xxx/cforth/build/glfw-linux/../../src/cforth/glops.c:19: multiple definition of `glop' glops.o:/xxx/cforth/build/glfw-linux/../../src/cforth/glops.c:19: first defined here It seems that `glops.o` is...

Observed in **STM32F103** target build: When the CForth is build with floating point support, the ```-lm``` is missing in the linker flags.