Home
Softono

PikoRT

Open source C
320
Stars
65
Forks
15
Issues
53
Watchers
2 years
Last Commit

 About PikoRT

A tiny Linux-like real-time kernel optimized for ARM Cortex-M chips

Platforms

Web Self-hosted Linux

Languages

C

Links

Need Help Installing PikoRT?

We provide expert installation service for this software. Our team will install, configure, and secure PikoRT on your server. plans start at just $30.

Piko/RT

This is Piko/RT, a tiny Linux-like real-time operating system kernel, optimized for ARM Cortex-M series microprocessors.

Prerequisites

Run test suite

  • Run all test
$ make PLAT=stm32p103 check
  • Run all test with command line tools
$ python -m tests
  • Run specific test cases
$ python -m tests fs_1 cond_2

External Source

  • scripts/rstlint.py: written by Georg Brandl