Multicore multitasking for the RP2040 with zeptoforth

This page summarizes the projects mentioned and recommended in the original post on /r/Forth

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • zeptoforth

    A not-so-small Forth for Cortex-M

  • Multicore support for the RP2040 with zeptoforth has been in the works for a while but up until the last few days has not been mature enough for me to even consider including it in the devel branch of zeptoforth. However, now it has reached the point where I can run multiple tasks simultaneously on separate cores. I have a working test that blinks the LED on the Raspberry Pi Pico at two different rates in two different tasks, one on each core, while simultaneously writing an asterisk to the console once every second from the second core and having a usable REPL in the main task on the first core. It should be noted that even the Micropython does not do this, as it only allows two tasks, one per core, rather than allowing multiple tasks to run on each core separately.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • zeptoforth 1.0.0 is out! (Now with optional USB CDC support for the RP2040)

    3 projects | /r/Forth | 19 May 2023
  • zeptoforth 0.45.0 out including SDHC/SDXC and FAT32 support

    1 project | /r/Forth | 15 Sep 2022
  • Open Source Forth Systems With First Class Preemptive Multitasking?

    2 projects | /r/Forth | 2 Jul 2022
  • Modules in zeptoforth

    1 project | /r/Forth | 9 Dec 2021
  • zeptoforth 0.21.0 is out, now with RP2040 support!

    1 project | /r/Forth | 10 Oct 2021