Updated Compatibility issues (markdown)

Benoît Blanchon
2016-12-24 15:28:30 +01:00
parent 77419d562b
commit cbca5d9248

@@ -4,7 +4,8 @@
- [CodeBender](#codebender) - [CodeBender](#codebender)
- [Arduino Zero, mkr1000 and all boards based on SAMD21](#arduino-zero-mkr1000-and-all-boards-based-on-samd21) - [Arduino Zero, mkr1000 and all boards based on SAMD21](#arduino-zero-mkr1000-and-all-boards-based-on-samd21)
- [Warning: ignoring packed attribute because of unpacked non-POD field](#warning-ignoring-packed-attribute-because-of-unpacked-non-pod-field) - [Warning: ignoring packed attribute because of unpacked non-POD field](#warning-ignoring-packed-attribute-because-of-unpacked-non-pod-field)
- [Error: undefined reference to `__cxa_guard_acquire` and `__cxa_guard_release`](#error-undefined-reference-to-__cxa_guard_acquire-and-__cxa_guard_release) - [Error: undefined reference to `__cxa_guard_acquire` and `__cxa_guard_release`](#error-undefined-reference-to-cxaguardacquire-and-cxaguardrelease)
- [Adafruit WICED](#adafruit-wiced)
<!-- /MarkdownTOC --> <!-- /MarkdownTOC -->
@@ -66,3 +67,14 @@ You need to add the following flag:
> Do not emit the extra code to use the routines specified in the C++ ABI for thread-safe initialization of local statics. You can use this option to reduce code size slightly in code that doesn't need to be thread-safe. > Do not emit the extra code to use the routines specified in the C++ ABI for thread-safe initialization of local statics. You can use this option to reduce code size slightly in code that doesn't need to be thread-safe.
See issue [#356](https://github.com/bblanchon/ArduinoJson/issues/356) and [#389](https://github.com/bblanchon/ArduinoJson/issues/389) See issue [#356](https://github.com/bblanchon/ArduinoJson/issues/356) and [#389](https://github.com/bblanchon/ArduinoJson/issues/389)
## Adafruit WICED
There is currently a bug in the Arduino Core for Adafruit WICED Feather causing the following error:
```
error: cannot convert 'err_t' to 'err_t (*)()
```
See issue [#404](https://github.com/bblanchon/ArduinoJson/issues/404)