mraa: initial implementation of "hooks"
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Fri, 27 Jun 2014 14:37:48 +0000 (15:37 +0100)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Fri, 27 Jun 2014 14:37:48 +0000 (15:37 +0100)
commitd0ea43f8d16249bc9af23ef2d200440c3bedef7c
treec550a2e29e36351521c35f8faf66b828bb4594f8
parentb6c56911c345911cc5e740b71c60d26db657d228
mraa: initial implementation of "hooks"

* Should allow for more platform quirks to be handled by mraa without
* massive conditional areas per platform.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
docs/platform-hooks.md [new file with mode: 0644]
include/intel_galileo_rev_d.h
include/intel_galileo_rev_g.h
include/mraa_adv_func.h [new file with mode: 0644]
include/mraa_internal.h
include/mraa_internal_types.h [new file with mode: 0644]
src/gpio/gpio.c
src/intel_galileo_rev_d.c
src/intel_galileo_rev_g.c
src/mraa.c