ueforth icon indicating copy to clipboard operation
ueforth copied to clipboard

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

Do you know if the SPIFFS already could work with the ESP32-S2? Because when I add a word like ": SPACES 0 do emit 32 loop ;" and save it...

First of all, thank you for ESP32Forth. It's perfect for the project I'm doing. As my first forth, I'm enjoying learning about the internals of the implementation as well as...

Nice job by the way! (Checked out your french bread formula .. going to try your ratios) 2 basic things I don't understand (but I'm good at making bad assumptions)...

I am trying to make a new **userwords.h** file I'm having a little problem adding FORTH instructions as is done for example in **oled.h** I added these few lines to...

Using archlinux to build. ``` $ ninja posix FAILED: out/posix/ueforth g++ -O2 -I . -I out -s -DUEFORTH_MINIMAL -fno-exceptions -ffreestanding -fno-stack-protector -fomit-frame-pointer -fno-ident -ffunction-sections -fdata-sections -fmerge-all-constants -Wl,--build-id=none -std=c++11 -Wall -Werror...

Hi. Thank you for this amazing project. I had use of a couple more MDNS functions. Maybe you'd like to include it in the project. If so, let me know...

It would be interesting to extend the entry of prefixed integers as exists in hexadecimal: $1s2b3c to other numbers in binary: %10101101 or in decimal: #2024 Simply modify the convert()...

Hey Brad, I'm not sure if the ueforth repository has an issue or my computer is the issue. Because I have been able to clone other github repositories in the...