Private
Public Access
2
0

rpi: Add support for Raspberry Pi Zero W

This patch adds support and autodetection for Raspberry Pi Zero W.
It also adds more revisions for Raspbery Pi Zero from here:
http://elinux.org/RPi_HardwareHistory

Signed-off-by: Sergey Kiselev <sergey.kiselev@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Sergey Kiselev
2017-09-26 11:21:02 -07:00
committed by Brendan Le Foll
parent 721c5533eb
commit 99287f40a1
2 changed files with 15 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ extern "C" {
#define MRAA_RASPBERRY_PI_COMPUTE_MODULE_PINCOUNT 41
#define MRAA_RASPBERRY_PI_ZERO_PINCOUNT 41
#define MRAA_RASPBERRY_PI3_B_PINCOUNT 41
#define MRAA_RASPBERRY_PI_ZERO_W_PINCOUNT 41
mraa_board_t *
mraa_raspberry_pi();