A few days ago, we looked at the WeAct Studio STM32U585CIU6 development board, which features an ultra-low-power STM32U5 ...
Apply modern C++ to that module. Use constexpr for configuration constants. Replace raw arrays with std::array. Wrap resource ...
SuperTinyKernel™ RTOS (STK) is a high-performance, deterministic, bare-metal C++ real-time operating system designed for resource-constrained embedded systems. By focusing on a preemptive and ...
The aim of this library is to provide a set of tiny RAM and Flash footprint classes. Templates are used to avoid usage of dynamic heap memory. EmList class make use of heap memory allocation. You ...