Private
Public Access
2
0

intel_de3815: initial support for Baytrail NUC

* I2C only currently supported, Both bus 0 and 1

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-10-17 17:29:20 +01:00
parent 418c198999
commit 7c807b3acc
5 changed files with 171 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ set (mraa_LIB_SRCS
${PROJECT_SOURCE_DIR}/src/intel_galileo_rev_d.c
${PROJECT_SOURCE_DIR}/src/intel_galileo_rev_g.c
${PROJECT_SOURCE_DIR}/src/intel_edison_fab_c.c
${PROJECT_SOURCE_DIR}/src/intel_de3815.c
# autogenerated version file
${CMAKE_CURRENT_BINARY_DIR}/version.c
)