Tutorials

  • ๐Ÿš€ 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…

    Read more…


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

    Read more…