mlouielu / pikoRT

Piko is a tiny Linux-like real-time kernel optimized for ARM Cortex-M chips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Piko is a tiny Linux-like real-time kernel optimized for ARM Cortex-M chips

License:Other


Languages

Language:C 85.9%Language:Assembly 5.1%Language:Python 5.0%Language:Makefile 3.2%Language:C++ 0.8%