Private
Public Access
2
0

Add support for MIPS-based boards Omega2 and Linkit Smart 7688

Signed-off-by: Serge Vakulenko <vak@besm6.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Serge Vakulenko
2017-10-04 12:08:52 -07:00
committed by Brendan Le Foll
parent 668776fbfd
commit 6770be911b
14 changed files with 867 additions and 1 deletions

View File

@@ -144,6 +144,9 @@ imraa_init()
#elif defined(ARMPLAT)
// Use runtime ARM platform detection
platform_type = mraa_arm_platform();
#elif defined(MIPSPLAT)
// Use runtime ARM platform detection
platform_type = mraa_mips_platform();
#elif defined(MOCKPLAT)
// Use mock platform
platform_type = mraa_mock_platform();