Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 338 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 338 Bytes

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