Releases: dunknowcoding/NobroRTOS
Releases · dunknowcoding/NobroRTOS
Release list
NobroRTOS Core 1.0.1
NobroRTOS Core 1.0.1 is the first synchronized public package release across Arduino, PlatformIO, Python, and Rust.
Highlights:
- Product README editions in 14 major languages, all linked from the landing page.
- Python distribution compatibility:
pip install nobro_rtos, with bothnobroandnobro-corecommands. - Arduino IDE and PlatformIO packages built from this exact tag.
- Rust
no_std, compact C/assembly generation, and the measured 8051 starter fixture remain included. - Public Core boundary and package metadata validated by green branch and tag CI.
Registry pages:
- PyPI: https://pypi.org/project/nobro-rtos/1.0.1/
- PlatformIO: https://registry.platformio.org/libraries/dunknowcoding/NobroRTOS-Core
The Arduino Library Manager already tracks this repository; its index may take time to ingest the new tag.
NobroRTOS Core v1.0.0
The first public NobroRTOS Core release: a tiny, no-heap, deadline-aware runtime for Arduino, PlatformIO, Rust no_std, Python-assisted C/assembly workflows, and compact 8-bit targets.
Highlights:
- Arduino and PlatformIO packages with a portable BlinkCore example
- Dependency-free, allocation-free Rust crate
- Python contract generator and linked-image budget gate
- Public SDCC fixtures measured at 504 program / 7 kernel-data bytes and 725 / 12 bytes
- Green Windows, Ubuntu, SDCC, Arduino, PlatformIO, and source-boundary CI
- GPL-3.0-only
The downloadable archives are built from tag v1.0.0 at commit 3ef282d.