Skip to content

NobroRTOS Core v1.0.0

Choose a tag to compare

@dunknowcoding dunknowcoding released this 09 Aug 13:47
· 5 commits to master since this release

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.