C

Qt Quick Ultralite Automotive Cluster Demo

#ifndef ETL_GHS_V850_INCLUDED
#define ETL_GHS_V850_INCLUDED

//*****************************************************************************
// Green Hills Compiler for Renesas V850
//*****************************************************************************

#define ETL_TARGET_DEVICE_GENERIC
#define ETL_TARGET_OS_NONE
#define ETL_COMPILER_GHS_V850
#define ETL_CPP11_SUPPORTED (__cplusplus >= 201103L)
#define ETL_CPP14_SUPPORTED (__cplusplus >= 201402L)
#define ETL_CPP17_SUPPORTED 0
#define ETL_NO_NULLPTR_SUPPORT    0
#define ETL_NO_LARGE_CHAR_SUPPORT 1
#define ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED 1

#endif