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 Mitch, Before I submit seal, I would like to know your opinion about the following seal. : new-seal ( -- ) context token@ context #vocs /n * erase dup...

Is it possible to generate an interrupt, and catch it, from a GPIO pin ? If so could you point me at an example. Thanks

Hi, I have a 'spare' sonoff R1 and I am trying to flash cforth onto it. I have read the notes ``` Sonoff S20 - WiFi mains switch with ESP8266...

Hi build broken, cannot retrieve toolchain because of missing file esp-idf-v3.1.4/tools/toolchain_versions.mk espressif does not provides 'tools/toolchain_versions.mk' for the IDF 3.1 branch tags 3.1.4 to 3.1.7 tested with 3.1.3 => build...

Hi I finally found time to have a look at tasking. I've built host-serial-linux64, and added ``` fl ../../../src/lib/tasking.fth ``` to the top of app.fth for host-serial. I have a...

Hi Mitch, I seem to recall asking you this question a very long time ago, when I was working at Sun, certainly last century. Did you ever implement a co-operative...

Not a bug but use difficulty I wish to access the serial port on linux. I tried this, what is wrong? variable serid 9600 constant baudrate create buf 59 cells...

Hi, I have found time to look at cforth again and the new goodness that you have added. Given that it's now on top of Esprissif's extended FreeRTOS I was...

How do I access UART1 do I need to code new words to talk directly with the hardware, or are their words already available ( I have looked, but couldn't...

Hi, Do you have an example of using a cforth app acting as an i2c slave ? I'm thinking of using a STM32F103 'blue pill' board for a project. Thanks,...