avr-libcpp

Welcome to the avr-libcpp wiki!

This is a try to get C++ compiling on AVR.

The library tries to be usable with avr-gcc using the current version available for the current ubuntu.

Philosophy

The philosophy is going to be: Don't dynamically allocate and don't throw.

I know there might be reasons for doing either, but this library is going to assume we don't want to.