Private
Public Access
2
0

arm: add initial skeleton for arm platform support

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-11-21 00:35:57 +00:00
parent 79afd9173a
commit f9d466bb84
5 changed files with 59 additions and 1 deletions

View File

@@ -81,6 +81,11 @@ mraa_init()
#ifdef X86PLAT
// Use runtime x86 platform detection
platform_type = mraa_x86_platform();
#elif ARMPLAT
// Use runtime ARM platform detection
platform_type = mraa_arm_platform();
#else
#error mraa_ARCH NOTHING
#endif
if (plat == NULL) {