-
🚀 Getting Started with MicrOS
Welcome to MicrOS — simple, open, embedded.This page will help you set up your environment and run MicrOS on its first supported target: LM EVB. 🔹 Prerequisites Before building MicrOS, install the following tools: On Ubuntu/Debian: 🔹 Cloning the Repository 🔹 Building for LM EVB Create a build directory and compile: This will produce an
-
Designing a Lightweight, Colorful Logging Framework for MicrOS
Logging is one of the most important tools in any embedded developer’s toolbox. When you’re working on a microcontroller, debugging often means staring at a serial console and hoping the right message appears before the system locks up. Unlike desktop systems, you don’t have a rich OS with debugging tools, crash dumps, or stack traces.