StandardCplusplus icon indicating copy to clipboard operation
StandardCplusplus copied to clipboard

Standard C++ for Arduino (port of uClibc++)

Results 28 StandardCplusplus issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use this library to have a FIFO buffer for ISR's. In the ISR I am calling the `push()` member function of a `std::queue` object like...

Hello. I'm pretty new to using this library, but I hope my question is in the right place. I'm trying to use unordered_map in my sketch, but I'm seemingly unable...

I was wondering what the status of this library is. I'd very much like to use this kind of stuff in my Arduino projects, especially the newer C++11 template stuff...

- This library in Web Registry: http://platformio.org/#!/lib/show/572/StandardCplusplus - Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) - Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html

I got compilation errors due to a macro (abs) defined in Arduino.h. Encapsulating the inline definition of the abs() function in the cstdlib header, in #ifndef ... #endif directives fixed...

using the latest Arduino IDE, I try to define a callback type that will be lambda compatible like... ``` typedef std::function AnimUpdateCallback; ``` and I get a compile error about...

It would be great if the ESP8266 platform could be supported. https://github.com/esp8266/Arduino Currently compilation stops and gives errors like ``` /Users/me/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -I/Users/me/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-804-g2d340c7/tools/sdk//include -c -Os -g -mlongcalls -mtext-section-literals...

Hello, I get the following error when I try to compile your example string_vector on a mac with Arduino 1.5.6-r2 software. My hardware platform is a Digistump DigiX board. Any...

The stream should wait until characters appear on the serial port, imitating the blocking behavior of the OS. There is no EOF condition on the serial port. Unless maybe RTS...

StandardCplusplus library copy & paste to Arduino/libraries/ and write sketch.. [code] # include ... [/code] but i got error message : C:\Users\Alex\AppData\Local\Temp\build6039888874897731639.tmp/core.a(new.cpp.o): In function `operator new[](unsigned int)': C:\Users\Alex\AppData\Roaming\Arduino15\packages\arduino\hardware\sam\1.6.2\cores\arduino/new.cpp:26: multiple definition...