Show HN: Bare-metal RTOS(TamgaOs) for Cortex-M4, written in C and ARM assembly
Category: other
Tags: rtos, cortex-m4, bare-metal
Score: 4.3/10 (Innovation: 4, Technical: 6, Documentation: 5, Utility: 2)
TamgaOS is a bare-metal RTOS for Cortex-M4 (NXP K64F) written in C and ARM assembly, featuring a preemptive scheduler, mutex via LDREX/STREX, and drivers for SysTick, UART, and PIT. It is interesting for its dual x86 port with Zig and C comparison, though it is primarily a learning project with limited real-world utility.
Target audience: embedded systems developers, hobbyists
Repository: https://github.com/hrasityilmaz/TamgaOs · C · 2 stars
View on Hacker News