up: add support for UP Board
Add support for UP board (www.up-board.org), scoping the following functions available via 40-pin header: * GPIO (via sysfs) * UART * I2C * SPI * PWM Validated on UP board v0.2, running ubilinux 3.0 Signed-off-by: Dan O'Donovan <dan@emutex.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
3b2a5b8429
commit
f9501c5c78
@@ -73,6 +73,7 @@ print_bus(mraa_board_t* board)
|
||||
case MRAA_RASPBERRY_PI:
|
||||
case MRAA_BEAGLEBONE:
|
||||
case MRAA_BANANA:
|
||||
case MRAA_UP:
|
||||
bus = i;
|
||||
busType = "linux";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user