#zeptoforth — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #zeptoforth, aggregated by home.social.
-
@[email protected] to be honest, I haven’t dug too much in chips other than the most popular ones - atmega, attiny85, esp8266/32 and now ch32v003. I’m doing electronics more on a hobby level. I’d go for rp2040, since #zeptoforth already supports it quite well and Raspberry Pi Pico board is quite cheap. If you want to build your own board I guess you’ll want to look what chips #zeptoforth or #Mecrisp Forth variants support.
-
#ZeptoForth boots on the #picoice. It is written in RP2040 assembly, is reportedly very small, and supports the programming model of communicating sequential processes, just like GoLang.
@jemo07 -
#ZeptoForth boots on the #PicoIce, which means that the default power, usb and flash pins are correctly connected. Which means that #MicroPython and #Mecrisp probably boot as well.
As soon as I get my #FPGA working on the #Upduino, I want to buy a Pico-Ice, and check out the REPLs..