Vela Release Notes

v1.0.0  •  Codenamed Vela  •  Stable  •  Succeeds v0.9.1 “Pulsar”

Status

Stable. v1.0 is the current release on the default channel — the Install and Update default, superseding v0.9.1 “Pulsar”.

These notes cover everything since v0.9.1 “Pulsar”. For the full command reference see the docs. v1.0 is also the last MicroPython release — what comes next is a native rewrite, explained in the switch to C++.

The data directory moves from /Pulsar/ to /Vela/. Updating devices migrate automatically — accounts, WiFi profiles, settings and installed packages are all preserved.

Supported hardware

v1.0 targets the Pico 2 W (RP2350) and the ESP32-S3.

RP2040 boards are not supported by this release. The Pico 1 and Pico 1 W cannot run the v1.0 multitasking build in 264 KB of RAM — it idles near the ceiling and climbs until it fails. Those boards should stay on v0.9.1, which is fully supported. A separate optimised image for them is planned rather than cutting the portable base down to fit.

Multitasking

This is the headline change. The shell is cooperative rather than blocking, which is what lets background services, on-screen apps and the serial terminal share one small device.

Shell & terminal

Networking

Memory & reliability

On a device this size the recurring failure is not running out of memory but running out of contiguous memory. MicroPython’s heap does not compact, so it can report 200 KB free and still refuse a 16 KB allocation. Several changes target that directly.

Packages & updates

Storage

Platform

Nova D1

The Nova D1 multi-tool runs on Vela as a package suite. It is developed alongside this release and has its own version line; see the packages page for the current build.

Installing

Fresh install: pick RPCortex Vela in the Web Installer — it is the default.

Updating from v0.9.1 on a Pico 2 W or ESP32-S3:

update channel beta
update check
safeboot update online -y

Accounts, WiFi profiles, settings and installed packages are preserved, and /Pulsar/ is migrated to /Vela/ automatically. update channel stable switches back at any time; it will not downgrade an existing install.

Known limitations

RPCortex Vela — v1.0.0 pre-release  •  by dash1101. Issues and PRs welcome. Looking for the stable release? See the v0.9.1 Pulsar notes.