Skip to content

somaveszelovszki/micro-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-utils is a collection of C++ utility libraries. In order to be well-suited for embedded use cases, the libraries do not have any dependencies that might be missing from an embedded implementation of the standard. Also, the libraries strictly use static memory allocation.

Directories:

Directory Role
container/ STL-like container classes that perform static memory allocation only
control/ Utility classes used for implementing control algorithms
debug/ Debug tools for embedded use cases
hw/ Drivers for several hardware components
math/ Mathematical helper classes and functions
panel/ Connection protocols and common cross-component data structures
port/ Device independent hardware and operating system abstraction layer
sensor/ Sensor data filtering and fusion algorithms
sim/ Simulator classes for testing purposes
test/ Unit testing utilities
utils/ Low-level utility classes and functions

Find out more about my projects at soma.veszelovszki.hu

About

Portable embedded C++ utility library collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages