Skip to content

Releases: dunknowcoding/NobroRTOS

NobroRTOS Core 1.0.1

Choose a tag to compare

@dunknowcoding dunknowcoding released this 09 Aug 14:31

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 both nobro and nobro-core commands.
  • 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:

The Arduino Library Manager already tracks this repository; its index may take time to ingest the new tag.

NobroRTOS Core v1.0.0

Choose a tag to compare

@dunknowcoding dunknowcoding released this 09 Aug 13:47

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.