From 10e1301befc67d261f3de81556656ff92d9dd832 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 15 Feb 2016 15:47:42 +0000 Subject: [PATCH] types.hpp: Add C++ platform types Signed-off-by: Brendan Le Foll --- api/mraa/types.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/mraa/types.hpp b/api/mraa/types.hpp index 522a7f4..be37b9a 100644 --- a/api/mraa/types.hpp +++ b/api/mraa/types.hpp @@ -46,7 +46,16 @@ typedef enum { RASPBERRY_PI = 5, /**< The different Raspberry PI Models -like A,B,A+,B+ */ BEAGLEBONE = 6, /**< The different BeagleBone Black Modes B/C */ BANANA = 7, /**< Allwinner A20 based Banana Pi and Banana Pro */ + INTEL_NUC5 = 8, /**< The Intel 5th generations Broadwell NUCs */ + 96BOARDS = 9, /**< Linaro 96boards */ + INTEL_SOFIA_3GR = 10, /**< The Intel SoFIA 3GR */ + INTEL_CHERRYHILLS = 11, /**< The Intel Braswell Cherryhills */ + FTDI_FT4222 = 256, /**< FTDI FT4222 USB to i2c bridge */ + + FIRMATA = 1024, /**< Firmata uart platform/bridge */ + + NULL_PLATFORM = 98, UNKNOWN_PLATFORM = 99 /**< An unknown platform type, typically will load INTEL_GALILEO_GEN1 */ } Platform;