pinmap: GPIO pin map added.
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Thu, 1 May 2014 15:55:23 +0000 (16:55 +0100)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Thu, 1 May 2014 15:55:23 +0000 (16:55 +0100)
commite96df16f75c0d0974938e8d8877f145350012303
tree0e4aa27db4fcd872a07bc5799c89c604cb43fdf7
parentd4427ec35e259debfbb91351e64df48152736543
pinmap: GPIO pin map added.

* maa_gpio_init can take the IO number read physically off the board.
* maa_check_gpio will also set up mutiplexers if needed
* Intel Galileo Rev D board data added

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
api/maa.h
include/intel_galileo_rev_d.h [new file with mode: 0644]
src/CMakeLists.txt
src/gpio/gpio.c
src/intel_galileo_rev_d.c [new file with mode: 0644]
src/maa.c