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

@@ -65,6 +65,13 @@ mraa_platform_t mraa_x86_platform();
*/
mraa_platform_t mraa_arm_platform();
/**
* runtime detect running mips platforms
*
* @return mraa_platform_t of the init'ed platform
*/
mraa_platform_t mraa_mips_platform();
/**
* setup a mock platform
*