this is a wio cosa project


Keywords
avr, c++, c, wio, arduino, embedded, library, stl, waterloop, wlib
License
MIT
Install
npm install cosa-pkg@0.1.1

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)