mbed-os/components
Mikhail Maltsev d0bef03aed Fix C++11 build with Arm Compiler 6
Currently there are two issues which prevent building Mbed OS with
-std=gnu++11 when using Arm Compiler 6:
* NanostackRfPhys2lp.cpp contains a narrowing conversion in a braced
  initializer list
* ns_types.h includes <stdalign.h> which Arm Compiler 6 currently
  does not provide

This patch fixes both issues. The first one is fixed by changing the
underlying type of the corresponding enumeration when the code is
compiled as C++11. The second issue is worked around by avoiding the
use of <stdalign.h> header for Arm Compiler versions prior to 6.12.
2018-12-27 22:25:55 -06:00
..
802.15.4_RF Fix C++11 build with Arm Compiler 6 2018-12-27 22:25:55 -06:00
TARGET_PSA Fix includes 2018-12-11 16:14:45 -06:00
storage/blockdevice Add BlockDevice and Filesystem classes inside mbed namespace. 2018-11-26 13:35:40 -06:00
wifi/esp8266-driver ESP8266 send returns WOULD_BLOCK error when busy 2018-12-11 16:14:50 -06:00