ArduinoSTL
ArduinoSTL copied to clipboard
An STL and iostream implementation based on uClibc++ that supports my CS-11M class.
Possible fix for #95.
Fixes #84.
I want to suggest including support for bit operations with enum values as in the Windows SDK
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
I forked it to my own repository and released a new [Cpp_Standard_Library](https://github.com/Silver-Fang/ArduinoSTL) to library-registry. If anyone is interested please submit your pull requests or issues to my new repository! I...
Hi Everyone, To begin with, this library is excellent for people who are sandwiched between C++ and Arduino. :) Nevermind, I have started to use this library and it works...
Exactly what the title says, It doesn't compile with a simple empty program. I get +500 compile errores but here are some: ``` .pio/libdeps/nano33ble/ArduinoSTL/src/cstdlib:44:10: error: '::realloc' has not been declared...
Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2. Release notes Sourced from carlosperate/download-file-action's releases. v2.0.0 Breaking Changes The Action output file-path is now an absolute path (by @pzhlkj6612 in carlosperate/download-file-action#14, thanks!) In...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 2. Release notes Sourced from geekyeggo/delete-artifact's releases. v2.0.0 Glob support 🚨 Breaking Artifact names are now matched using glob pattern matching by default. ⭐ Added...