Skip to content
/ pikoRT Public
forked from PikoRT/pikoRT

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

License

Notifications You must be signed in to change notification settings

ismhong/pikoRT

 
 

Repository files navigation

Piko/RT

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

Run test suite

# Run all test
$ make PLAT=stm32p103 check

# Run all test with command line tools
$ python -m tests

# Run partial test with command line tools
$ python -m tests fs_1 cond_2

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.2%
  • Assembly 5.2%
  • Makefile 3.3%
  • Python 2.4%
  • C++ 0.9%