simpkins / asel

Adam's Embedded Utility Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adam's Embedded Utility Library

This is a collection of utility code that I use in some of my other projects.

At the moment this includes some things like:

  • Portable logging functions
  • A minimal unit test framework
  • Some basic C++ data types similar to those in the standard library, for use in environments where the standard library is not available.

About

Adam's Embedded Utility Library

License:MIT License


Languages

Language:C++ 90.5%Language:CMake 8.4%Language:C 1.1%