janLo / ArduinoSimpleLogging

Log framework for Arduino supporting levels and handlers.
MIT License
5 stars 2 forks source link

atmelavr Platform not supported #3

Open puuu opened 6 years ago

puuu commented 6 years ago

Hi, this library claims to be compatible with any platform. Unfortunately, the atmelavr platform did not support the std:: namespace, thus the compilation will fail.

janLo commented 6 years ago

They just don't ship an STL. So you need another implementation on this platform.

A note in the readme might do.

https://forum.arduino.cc/index.php?topic=360116.0

puuu commented 6 years ago

An example and the testing with travis would be better.

janLo commented 6 years ago

I don't think I'll find time for that in the next weeks and I don't have an arduino-ide to test it.

puuu commented 6 years ago

I also has no priority for me. Yust reported it, before I forget ist ;-).

You do not need the Arduino IDE:

platformio ci --lib="." --board=uno examples/log_serial