Lightweight Modular Software Architecture for Embedded Systems

Lightweight Modular Software Architecture for Embedded Systems

Follow+Star public account, don’t miss wonderful content Source | Gitee Compilation | Embedded Mix There is no such position as a software architect in embedded systems, but that does not mean embedded development does not require software architecture. A good software framework can improve coding efficiency and make the code more robust, thereby reducing maintenance … Read more

Lightweight Embedded System Framework: mr-library Overview

Lightweight Embedded System Framework: mr-library Overview

Introduction to mr-library mr-library is a lightweight framework for embedded systems that provides a unified low-level driver device model and basic service functions. It features modular design, configurability, and extensibility, helping developers quickly build embedded applications. The mr-library framework supports basic kernel functions such as mutexes and object management. It integrates asynchronous event-driven frameworks (events), … Read more