Skip to content

Releases: kaluma-project/kaluma

1.1.0

15 Jan 04:56
Compare
Choose a tag to compare

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

08 Oct 05:35
Compare
Choose a tag to compare

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

19 Aug 23:01
Compare
Choose a tag to compare
  • 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

21 May 22:46
Compare
Choose a tag to compare
  • 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

04 Jan 06:03
40043cf
Compare
Choose a tag to compare
  • Support Pico-W #542
  • Support disconnected SPI pins #546
  • Fix memory leak in pulseRead? #525

1.0.0

16 Apr 05:59
Compare
Choose a tag to compare
  • Support FAT file system
  • Fix access to GPIO29 (ADC3)
  • Support sdcard module
  • Fix file system unmount error

1.0.0-beta.14

07 Mar 05:21
Compare
Choose a tag to compare
  • Change terminal controls [s, [u to 7, 8 for macOS default terminal app #497
  • [RP2] RTC setTime() must accepts milliseconds (not seconds) #488

1.0.0-beta.13

07 Jan 05:12
Compare
Choose a tag to compare
  • 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

21 Dec 12:05
Compare
Choose a tag to compare
  • 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

20 Dec 05:06
Compare
Choose a tag to compare
  • 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)