Skip to content
forked from stonier/ecl_lite

The ecl-lite stack includes packages with few dependencies on either system or c++ functionality. This makes it ideal for very embedded builds where many of the usual mechanisms are unavailable.

Notifications You must be signed in to change notification settings

bfjelds/ecl_lite

 
 

Repository files navigation

ecl_lite

The ecl-lite stack includes packages with few dependencies on either system or c++ functionality. This makes it ideal for very embedded builds where many of the usual mechanisms are unavailable.

  • No malloc/new
  • No exceptions
  • Minimal templates

It also includes a few packages which standardise lower level api (e.g. posix/win32) with drop-ins to make them properly cross-platform,

About

The ecl-lite stack includes packages with few dependencies on either system or c++ functionality. This makes it ideal for very embedded builds where many of the usual mechanisms are unavailable.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.4%
  • CMake 10.6%