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/22 14:36:09 UTC

[incubator-nuttx] branch master updated: freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ

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 c39e380  freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ
c39e380 is described below

commit c39e380102c65f69f690679bfb62ffeae4c6b12f
Author: Philippe Coval <rz...@users.sf.net>
AuthorDate: Thu Oct 22 10:54:49 2020 +0200

    freedom-k64f/demo: Enable EXAMPLES_FXOS8700CQ
    
    Depends on other flags that will be enabled automatically by kconfig:
    
      CONFIG_SENSORS=y
      CONFIG_SENSORS_FXOS8700CQ=y
    
    Change-Id: Ic9bfbd02cca9f2fd4b1f1fb538100865a1c497ff
    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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig b/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig
index e208620..96bde39 100644
--- a/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig
+++ b/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig
@@ -21,6 +21,7 @@ CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DISABLE_ENVIRON=y
 CONFIG_DISABLE_MQUEUE=y
 CONFIG_DISABLE_POSIX_TIMERS=y
+CONFIG_EXAMPLES_FXOS8700CQ=y
 CONFIG_EXAMPLES_PWM=y
 CONFIG_FAT_LCNAMES=y
 CONFIG_FAT_LFN=y
@@ -57,8 +58,6 @@ CONFIG_RR_INTERVAL=200
 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