-
Release 0.60.0
02/05/2023 at 06:33 • 0 commentsThis release adds support for double-cell and for address-type local variables.
-
Patch-level release 0.59.4
02/01/2023 at 04:22 • 0 commentsThis patch-level release adds convenience words for controlling the state and direction of pins from the
pio
module and also adds automatic relocation of PIO programs. -
Patch-level release 0.59.3.1
01/30/2023 at 02:27 • 0 commentsThis patch-level release adds official support for the SeeedStudio XIAO RP2040, adds a Neopixel driver for the RP2040, adds the ability to turn off console colors, and fixes a stack garbage issue.
-
Patch-level release 0.59.3
01/23/2023 at 03:18 • 0 commentsThis patch-level release is a bug-fix release for bugs in the
lock
(with regard to priority inheritance handling),fat32
(with regard to date handling), andsd
(with regard to error handling) modules. It also increases the local variable stack size to 512 bytes. -
Patch-level release 0.59.2
01/22/2023 at 06:19 • 0 commentsThis patch-level release adds a
simple-date-time!
word to thertc
module for the RP2040 (i.e. the Raspberry Pi Pico) and increases the maximum size of the word search order to 32. -
Patch-level release 0.59.1
01/21/2023 at 06:51 • 0 commentsThis patch-level release fixes a major bug in local variables in nested quotations, adds creation/modification date/time support (using the realtime clock on the Raspberry Pi Pico) to the FAT32 layer, adds minimal stubs for date/time handling to platforms without full RTC support, adds day-of-the-week calculation, and adds date display in
fat32-tools::list-dir
. -
Release 0.59.0
01/19/2023 at 04:40 • 0 commentsThis release adds the
rtc
module for the RP2040 (i.e. the Raspberry Pi Pico), which provides support for the RP2040's realtime clock (RTC). -
Release 0.58.0
01/14/2023 at 05:21 • 0 commentsThis release adds the
timer
module for the RP2040 (i.e. the Raspberry Pi Pico) which adds support for the hardware timer and alarms. -
Release 0.57.0
01/13/2023 at 03:18 • 0 commentsThis release adds a
pwm
module for the RP2040 (i.e. the Raspberry Pi Pico) which exposes both PWM output and PWM input to the user. -
Patch-level release 0.56.1
01/09/2023 at 04:00 • 0 commentsThis patch-level release fixes some issues with the GPIO layer implementation on the RP2040 and expands support for GPIO interrupts to the second core. It also contains example code for using GPIO interrupts on the RP2040 to read temperatures from an LMT01 temperature sensor.