Kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
GitHub
645
Created 7 years ago, last commit 16 days ago
12 contributors
983 commits
Stars added on GitHub, month by month
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
0.0
/day
Last month
+0.2
/day
Last 12 months
+0.3
/day
README

logo

Current Version GitHub license Docs Status

Overview

Official website: kalumajs.org

Kaluma is a tiny and efficient JavaScript runtime for RP2040 (Raspberry Pi Pico). The main features are:

  • Small footprint. Runs minimally on microcontrollers with 300KB ROM with 64KB RAM.
  • Support modern JavaScript standards (ECMAScript 5/6/6+). Powered by JerryScript.
  • Has internal event loop like as Node.js for asynchronous.
  • Has built-in modules including file systems (LittleFS, FAT), graphics, networking and more.
  • Support RP2's PIO (Programmable I/O) assembly embeddable in JavaScript code.
  • Provides very friendly API that resembles Node.js and Arduino.