platformio / platformio-libmirror

PlatformIO libraries mirror
Apache License 2.0
16 stars 25 forks source link

avr-libstdcpp library support #177

Open me21 opened 4 years ago

me21 commented 4 years ago

I propose https://github.com/modm-io/avr-libstdcpp to be added to PlatformIO registry. It's libstdc++ implementation for AVR chips.

There is already a similar library - StandardCplusplus, but its headers are rather incomplete (i.e. no is_integral template, etc).