Skip to content

Embedded-suitable C++ STL replacement library

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE.GPL
LGPL-3.0
LICENSE.LGPL
Notifications You must be signed in to change notification settings

bad-alloc-heavy-industries/embd-

Repository files navigation

embd++

This idea of this library is to provide a ready-to-go set of STL type headers that are ready to go on embedded.

This library also includes additional usefuls such as arrayAt<> and call<> as ways to pre-place arrays in fixed regions of memory (such as peripheral-provided buffers), and to allow super cheap calling through many kinds of function-ish type

Installing the library

TODO (Write Makefile first)

Testing the library

Testing this library is really as simple as running make check at a command prompt.

About

Embedded-suitable C++ STL replacement library

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE.GPL
LGPL-3.0
LICENSE.LGPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages