Private
Public Access
2
0

Added Intel Learning kit to platforms.

Signed-off-by: Arora, Jeet <jeet.arora@intel.com>
Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
This commit is contained in:
Arora, Jeet
2021-04-08 00:22:43 +05:30
committed by Thomas Ingleby
parent bb1c6df16b
commit 31c4a8d0db
5 changed files with 469 additions and 0 deletions

24
include/x86/intel_ilk.h Normal file
View File

@@ -0,0 +1,24 @@
/*
* Author: Jeet Arora <jeet.arora@intel.com>
* Copyright (c) 2021 Intel Corporation.
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "mraa_internal.h"
// +1 as pins are "1 indexed"
#define MRAA_INTEL_ILK_PINCOUNT (40 + 1)
mraa_board_t*
mraa_intel_ilk();
#ifdef __cplusplus
}
#endif