BRISCITS  0.1
RISC "Real-Time" Scheduler
libbrisc.a: The "Real Time" Scheduler and Support Library

GitHub Page https://www.github.com/8bitgeek/briscits

BRISCITS is intended to form the basis for more sophisticated so-called "RTOS" frameworks.

At this time, BRISCITS (libbrisc.a) consists of a thread API, a round-robin priority schduler, a mutex API, and a delay API.

Currently supported CPU architectures are RISC-V RV32IMAC, and ARM Cortex-M7.

BRISCITS has no chip support, no peripheral support, no board support, and no bootstrap code. Those must all be provied by the board support package.

There is another project which provides board support packages that use libbrisc.a.

For more information on BRISCITS Board Support, see https://www.github.com/8bitgeek/briscits-bsp