- GitHub - modm-io modm: modm: a C++23 library generator for AVR and ARM . . .
modm is optimized for the harsh requirements of the Eurobot competition, where our robots need to run reliably and completely autonomously for the game's 100 second duration
- Introduction - modm barebone embedded library
Our robots contain a lot of different microcontrollers, some without a lot of resources, so modm needs to fulfill a diverse set of objectives, like small code size with small memory consumption, predictable program flow, extreme portability
- How modm works - modm barebone embedded library
modm implements stackful, cooperative fibers and provides a concurrency support library based on the C++ interface This enables you to split up your application into separate tasks, and use synchronous APIs in all of them, without sacrificing overall responsiveness
- modm - Open Source Real-Time Operating Systems (RTOS)
modm is a toolbox for building custom C++17 libraries tailored to your embedded device modm generates startup code, HALs and their implementations, communication protocols, drivers for external devices, BSPs, etc… in a modular, customizable process that you can fine-tune to your needs
- modm · GitHub
modm Modular Object-oriented Development for Microcontrollers Verified 56 followers https: modm io
- Explore Examples - modm barebone embedded library
To get a quick feel about modm's APIs you can look at and experiment with our examples, especially if you have a development board that modm supports out-of-box
- Releases · modm-io modm - GitHub
modm: a C++23 library generator for AVR and ARM Cortex-M devices - Releases · modm-io modm
- modm README. md at develop · modm-io modm · GitHub
Our robots contain a lot of different microcontrollers, some without a lot of resources, so modm needs to fulfill a diverse set of objectives, like small code size with small memory consumption, predictable program flow, extreme portability
|