From 381606266d48ea3d34dcd1ed316325eb167acaab Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Wed, 3 Aug 2016 11:04:17 -0700 Subject: rmc: Add documentation and examples for RMC feature Provide a README for RMC feature. Also check in fingerprints and configuration data for several boards as examples for users. They can be used for validation too. Signed-off-by: Jianxun Zhang Reviewed-by: Saul Wold Signed-off-by: Tom Zanussi --- common/recipes-bsp/rmc/boards/nucgen6/mylib.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common/recipes-bsp/rmc/boards/nucgen6/mylib.conf (limited to 'common/recipes-bsp/rmc/boards/nucgen6/mylib.conf') diff --git a/common/recipes-bsp/rmc/boards/nucgen6/mylib.conf b/common/recipes-bsp/rmc/boards/nucgen6/mylib.conf new file mode 100644 index 00000000..fd8357c2 --- /dev/null +++ b/common/recipes-bsp/rmc/boards/nucgen6/mylib.conf @@ -0,0 +1,7 @@ +# This is a demo conf file read by an imagined program or library +# which reads this file at runtime to customize its behavior. +# rmc will deploy it to the location specified in INSTALLER.CONFIG. + +lib.info = "V1.0 for rmc demo" +lib.board = "NUC gen 6" +prog.ui.layout = "minimal" -- cgit v1.2.3-54-g00ecf