maa: Refactor maa build system and partly implement i2c
authorBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 10 Apr 2014 15:53:19 +0000 (16:53 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 10 Apr 2014 15:53:19 +0000 (16:53 +0100)
commit9994ea855c88a2dea9ced0c971de2f82065c1249
tree2daabb9d5b1711362193c4b260cd4f47bbba7aa9
parent8b715745fcc8cc792c2723d9f4bbc41cc400a553
maa: Refactor maa build system and partly implement i2c

* API headers moved to api/
* smbus file added from libi2c and kernel i2c header cleaned up
* fix compilation of swig and use i2c.h header

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
16 files changed:
CMakeLists.txt
api/CMakeLists.txt [deleted file]
api/i2c.h [moved from src/i2c/i2c.h with 95% similarity]
api/maa.h [new file with mode: 0644]
examples/CMakeLists.txt
include/linux/i2c-dev.h
include/smbus.h [new file with mode: 0644]
include/smbus.hpp [new file with mode: 0644]
src/CMakeLists.txt
src/i2c/i2c.cxx
src/i2c/smbus.c [new file with mode: 0644]
src/javascript/CMakeLists.txt
src/maa.h [deleted file]
src/maa.i
src/python/CMakeLists.txt
src/python/pymaa.i