In this fourth lesson in the Real-Time Operating System (RTOS) series, you’ll see how to replace the horribly inefficient polling delay with efficient thread blocking. Specifically, in this lesson 25, ...
Issues with proprietary RTOS APIs. How does the POSIX pthread API stack up against proprietary APIs? Thread creation in POSIX. However, each proprietary API impedes embedded development by requiring ...
In this second lesson on RTOS you will see how to automate the context switch process. Specifically, in this lesson, you will start building your own minimal RTOS that will implement the manual ...
Infineon has announced FreeRTOS support for its 32-bit AURIX TC3x family of automotive and industrial microcontrollers. As a key software layer, the RTOS manages both hardware and software resources, ...
CircuitPython users may be interested in a new real-time operating system (RTOS) created for the CircuitPython platform the aim of providing a pure Python RTOS. pyRTOS was modeled after FreeRTOS, with ...