Releases: kaluma-project/kaluma
Releases · kaluma-project/kaluma
1.2.0-beta.1
Release pico2 FW (RP2350)
Update pico-sdk 2.0.0
1.1.0
1.1.0-beta.4
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
- 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
- Internal temperature ADC function #555
- Pico-W network feature enhancement
- Fix minor bugs
1.1.0-beta.1
1.0.0
- Support FAT file system
- Fix access to GPIO29 (ADC3)
- Support
sdcard
module - Fix file system unmount error
1.0.0-beta.14
1.0.0-beta.13
- 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
- Rename functions of file system (Remove "Sync" postfix)
- Support to draw flipped bitmap with (
flipX
andflipY
options) - Support stdin and stdout streams in process object