Kaluma Versions Save

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)

1.1.0

3 months ago

pico-w net driver write function bug fix #628 TCP received data type bug fix #628 Fix pulseRead with trigger section(GPIO input/ouput bug fix) #630

1.1.0-beta.4

6 months ago

pico SDK update to v1.5.1. #604 pico-w HTTP, network hang issue is fixed. #593 Adding security in the Wifi connectionInfo. #607 Watchdog class is implemented. #598 Change Wifi AP function names to meet javascript naming convention. #613 board.uid is implemented. uid is Unique Identifier of the board. #623

1.1.0-beta.3

7 months ago
  • Error messages change for the I2C/UART/SPI #588
  • Fix wifi connect callback issue #552
  • Http server bug fix #570
  • PICO-W WIFI AP mode - adding gateway and subnet mask as parameters
  • Use byteOffset in the btoa() and textDecoder.decode()
  • 3bit support for ILI9488
  • Pico-W: dns feature is implemented but disabled due to system hang issue.

1.1.0-beta.2

10 months ago
  • Internal temperature ADC function #555
  • Pico-W network feature enhancement
    • AP mode is implemented.
    • Wifi/Network Driver/HTTP module bug fix #564 #557 #549
  • Fix minor bugs
    • rp2 module does not work on pico-w #559
    • SPI/I2C lock-up issue (double free memory issue) #573
    • GPIO interrupt is not working #569
    • Memory leakage #525
    • Module commands are added in the .help output after soft reset #576

1.1.0-beta.1

1 year ago
  • Support Pico-W #542
  • Support disconnected SPI pins #546
  • Fix memory leak in pulseRead? #525

1.0.0

2 years ago
  • Support FAT file system
  • Fix access to GPIO29 (ADC3)
  • Support sdcard module
  • Fix file system unmount error

1.0.0-beta.14

2 years ago
  • Change terminal controls <ESC>[s, <ESC>[u to <ESC>7, <ESC>8 for macOS default terminal app #497
  • [RP2] RTC setTime() must accepts milliseconds (not seconds) #488

1.0.0-beta.13

2 years ago
  • Add flash module for flash block device
  • File transfer between device and host computer (Use kaluma-cli)
  • Refactor storage module and support lazy loading
  • Turn off automatic conversion LF to CRLF

1.0.0-beta.12

2 years ago
  • Rename functions of file system (Remove "Sync" postfix)
  • Support to draw flipped bitmap with (flipX and flipY options)
  • Support stdin and stdout streams in process object

1.0.0-beta.11

2 years ago
  • Added commands for file systems (e.g. .ls, .pwd, .cd, ...)
  • Fixed incorrect flash sector area for file systems (#463)
  • Changed signature of I2C's memRead and memWrite functions (#459)