summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/api/mraa/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libmraa/api/mraa/types.hpp')
-rw-r--r--peripheral/libmraa/api/mraa/types.hpp15
1 files changed, 1 insertions, 14 deletions
diff --git a/peripheral/libmraa/api/mraa/types.hpp b/peripheral/libmraa/api/mraa/types.hpp
index 4aa50a8..cc6f53a 100644
--- a/peripheral/libmraa/api/mraa/types.hpp
+++ b/peripheral/libmraa/api/mraa/types.hpp
@@ -46,18 +46,7 @@ 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 */
- A96BOARDS = 9, /**< Linaro 96boards, A prefix for 'ARM' since not allowed numerical */
- INTEL_SOFIA_3GR = 10, /**< The Intel SoFIA 3GR */
- INTEL_CHERRYHILLS = 11, /**< The Intel Braswell Cherryhills */
- INTEL_UP = 12, /**< The UP Board */
- INTEL_GT_TUCHUCK = 13, /**< The Intel GT Board */
- FTDI_FT4222 = 256, /**< FTDI FT4222 USB to i2c bridge */
-
- GENERIC_FIRMATA = 1280, /**< Firmata uart platform/bridge */
-
- NULL_PLATFORM = 98,
UNKNOWN_PLATFORM =
99 /**< An unknown platform type, typically will load INTEL_GALILEO_GEN1 */
} Platform;
@@ -206,9 +195,7 @@ typedef enum {
ERROR_NO_DATA_AVAILABLE = 9, /**< No data available */
ERROR_INVALID_PLATFORM = 10, /**< Platform not recognised */
ERROR_PLATFORM_NOT_INITIALISED = 11, /**< Board information not initialised */
- ERROR_UART_OW_SHORTED = 12, /**< UART OW Short Circuit Detected*/
- ERROR_UART_OW_NO_DEVICES = 13, /**< UART OW No devices detected */
- ERROR_UART_OW_DATA_ERROR = 14, /**< UART OW Data/Bus error detected */
+ ERROR_PLATFORM_ALREADY_INITIALISED = 12, /**< Board is already initialised */
ERROR_UNSPECIFIED = 99 /**< Unknown Error */
} Result;