Private
Public Access
2
0

96boards: add support to HiKey 96board

This patch adds support to HiKey board which complies with 96boards spec.
More info about board @https://www.96boards.org/products/ce/hikey/

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Jorge Ramirez-Ortiz
2015-12-12 12:16:45 +00:00
committed by Brendan Le Foll
parent c0dfb71237
commit 36fabe3245
3 changed files with 18 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ extern "C" {
#define MRAA_96BOARDS_LS_UART_COUNT 2
#define DB410C_PINCOUNT 122
#define HIKEY_PINCOUNT 512
mraa_board_t* mraa_96boards();