From 86fdbdbd78a7fe5fca30a3dd2a70fd574f7402a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Wed, 1 Jun 2016 18:41:41 +0200 Subject: [PATCH] Updated Compatibility issues (markdown) --- Compatibility-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Compatibility-issues.md b/Compatibility-issues.md index 33d42b0..e5d1370 100644 --- a/Compatibility-issues.md +++ b/Compatibility-issues.md @@ -43,6 +43,23 @@ On Windows, the file is likely to be located here: See issues [#123](https://github.com/bblanchon/ArduinoJson/issues/123) and [#138](https://github.com/bblanchon/ArduinoJson/issues/138) +## Intel Galileo: compilation error + +This is a known bug in [Arduino core for Intel Galileo](https://github.com/01org/corelibs-galileo). +A [pull request](https://github.com/01org/corelibs-galileo/pull/29) has been submitted but is still waiting for approval. + +Until this gets fixed, just insert the following line in your local `cores/arduino/WString.h`: + + const char * c_str() const { return buffer; } + +On Windows, the file is likely to be located here: + +``` +%LOCALAPPDATA%\Arduino15\packages\Intel\hardware\i686\1.6.2+1.0\cores\arduino\WString.h +``` + +See issue [#299](https://github.com/bblanchon/ArduinoJson/issues/299). + ## RedBearLab boards: compilation error This is a known bug in [Arduino core for BLE Nano](https://github.com/RedBearLab/nRF51822-Arduino).