All Projects → PikoRT → Pikort

PikoRT / Pikort

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

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Pikort

rnk
rnk is a RTOS targeting ARM architecture.
Stars: ✭ 22 (-91.79%)
Mutual labels:  arm, kernel, cortex-m, mcu, rtos
Rt Thread
RT-Thread is an open source IoT operating system.
Stars: ✭ 6,466 (+2312.69%)
Mutual labels:  arm, cortex-m, kernel, rtos
Tock
A secure embedded operating system for microcontrollers
Stars: ✭ 3,258 (+1115.67%)
Mutual labels:  arm, mcu, cortex-m, kernel
Pyocd
Open source Python library for programming and debugging Arm Cortex-M microcontrollers
Stars: ✭ 550 (+105.22%)
Mutual labels:  arm, mcu, cortex-m
Distortos
object-oriented C++ RTOS for microcontrollers
Stars: ✭ 354 (+32.09%)
Mutual labels:  arm, cortex-m, rtos
Prettyos
A Preemptive Hard Real Time kernel for embedded devices.
Stars: ✭ 36 (-86.57%)
Mutual labels:  arm, kernel, rtos
Daplink
Stars: ✭ 1,162 (+333.58%)
Mutual labels:  arm, mcu, cortex-m
mdepx
MDEPX — A BSD-style RTOS
Stars: ✭ 17 (-93.66%)
Mutual labels:  arm, cortex-m, rtos
Talks
schedule and materials about my presentations
Stars: ✭ 245 (-8.58%)
Mutual labels:  arm, kernel, rtos
ez-rtos
A micro real-time operating system supporting task switching, delay function, memory allocator and critical section. It is writen on ARM Cortex-M3 assemble language, it runs successfully on STM32F103 MCU.
Stars: ✭ 57 (-78.73%)
Mutual labels:  arm, cortex-m, mcu
DemOS
Free, simple, extremely lightweight, stackless, cooperative, co-routine system (OS) for microcontrollers
Stars: ✭ 18 (-93.28%)
Mutual labels:  arm, cortex-m, rtos
Erika3
ERIKA Enterprise v3 RTOS
Stars: ✭ 98 (-63.43%)
Mutual labels:  arm, cortex-m, rtos
r3
R3-OS — Experimental static (μITRON-esque) RTOS for deeply embedded systems, testing the limit of Rust's const eval and generics
Stars: ✭ 87 (-67.54%)
Mutual labels:  kernel, cortex-m, rtos
zeptoforth
A not-so-small Forth for Cortex-M
Stars: ✭ 70 (-73.88%)
Mutual labels:  arm, kernel, cortex-m
bx-github-ci
This tutorial provides one example on how a CI (Continuous Integration) workflow with the IAR Build Tools for Linux can be set up on GitHub. The IAR Build Tools on Linux are available for Arm, RISC-V and Renesas (RH850, RL78 and RX).
Stars: ✭ 20 (-92.54%)
Mutual labels:  arm, cortex-m
Realtek-USB-Wireless-Adapter-Drivers
Realtek USB Wireless Adapter Drivers [0bda:f179] (Kernel 4.15.x ~ 5.9.x)
Stars: ✭ 34 (-87.31%)
Mutual labels:  arm, kernel
Dynamic App Loading
Dynamically load apps to zephyr RTOS
Stars: ✭ 31 (-88.43%)
Mutual labels:  cortex-m, mcu
ChibiOS-rust
ChibiOS for Rust
Stars: ✭ 13 (-95.15%)
Mutual labels:  arm, rtos
kernel
Main kernel tree
Stars: ✭ 28 (-89.55%)
Mutual labels:  arm, kernel
DoraOS
DoraOS 是我个人所写的RTOS内核,结合FreeRTOS、uCOS, RT-Thread, LiteOS 的特性所写,取其精华,去其糟粕,本项目将持续维护,欢迎大家fork与star。
Stars: ✭ 102 (-61.94%)
Mutual labels:  cortex-m, rtos

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 specific test cases
$ python -m tests fs_1 cond_2

External Source

  • scripts/rstlint.py: written by Georg Brandl
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].