You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/10/21 16:48:31 UTC

[incubator-nuttx] branch master updated: freedom-k64f: Enable SENSORS_FXOS8700CQ in demo config

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new d90ef83  freedom-k64f: Enable SENSORS_FXOS8700CQ in demo config
d90ef83 is described below

commit d90ef8374bb35873fe83dc1276ebde9b23a50685
Author: Philippe Coval <rz...@users.sf.net>
AuthorDate: Wed Oct 21 16:34:45 2020 +0200

    freedom-k64f: Enable SENSORS_FXOS8700CQ in demo config
    
    Testing this flag in the CI pipeline
    
    Change-Id: I46bf0d6f13d1d45e196e69733776f002f080e2ff
    Bug: https://github.com/apache/incubator-nuttx/pull/1999
    Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr
    Signed-off-by: Philippe Coval <rz...@users.sf.net>
---
 boards/arm/kinetis/freedom-k64f/configs/demo/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig b/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig
index 928d66a..e208620 100644
--- a/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig
+++ b/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig
@@ -58,6 +58,7 @@ CONFIG_SCHED_HPWORK=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
 CONFIG_SENSORS=y
+CONFIG_SENSORS_FXOS8700CQ=y
 CONFIG_START_DAY=25
 CONFIG_START_MONTH=3
 CONFIG_START_YEAR=2013