wlib-wio

Standard Library for embedded C++ development


Keywords
wio, waterloop, stl, library, c++, c, arduino, embedded, wlib
License
MIT
Install
npm install wlib-wio@2.1.3

Documentation

Build Status Coverage Status

WLib

The standard C++ library used by Waterloop.

WLib is built in-house for our pod's embedded systems. The goal of WLib is to create a lighter and safer alternative to C++ STL. WLib is more memory efficient, has a smaller binary footprint, and has low power consumption. WLib uses controlled heap memory or a static memory pool, which prevents fragmentation.

This library depends only on a few C standard libraries and is optimized for embedded systems that have less memory and low processing power.

For more details check out our documentation.

Committers

Jeff Niu (Mogball jeffniu22@gmail.com)

Deep Dhillon (dhillondeep deep@deepdhillon.ca)

Contributors

Bob Wei (bobqywei bobqywei@gmail.com)

Ambareesh Balaji (Ambyjkl ambareeshbalaji@gmail.com)