Site Tools


embedded-glossary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
embedded-glossary [February 25, 2026 at 12:20] – created yanevskivembedded-glossary [May 14, 2026 at 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# Embedded engineering glossary
  
 + - **QNX (Quantum Network eXecutive)** - A proprietary real-time operating system (RTOS)
 + - **Lock-free queue** - An efficient MT-safe queue implemented only using atomic instructions with no spinlocks, semaphores or mutexes. 
 + - **FreeRTOS** - A type of 
 + - **Linux PREEMPT_RT** - A way to turn Linux kernel into a real-time operating system (RTOS)