-
๐ 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.…