You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/10/14 10:58:01 UTC

[GitHub] [incubator-nuttx] rzr opened a new pull request #1989: sensors: Support fxos8700cq motion I2C sensor

rzr opened a new pull request #1989:
URL: https://github.com/apache/incubator-nuttx/pull/1989


   Device is composed of
   3-axis, linear accelerometer and 3-axis, magnetometer
   
   It is onboarded in NXP FRDM-K64F SBC.
   
   Change-Id: I405a12cbf2c9994f3bd66e108d2eb8faeee00e18
   Bug: https://github.com/apache/incubator-nuttx/issues/1988
   Relate-to: https://www.nxp.com/docs/en/data-sheet/FXOS8700CQ.pdf
   Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr
   Signed-off-by: Philippe Coval <rz...@users.sf.net>
   
   ## Summary
   
   ## Impact
   
   ## Testing
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #1989: sensors: Support fxos8700cq motion I2C sensor

Posted by GitBox <gi...@apache.org>.
davids5 commented on a change in pull request #1989:
URL: https://github.com/apache/incubator-nuttx/pull/1989#discussion_r504599476



##########
File path: drivers/sensors/fxos8700cq.c
##########
@@ -0,0 +1,454 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */

Review comment:
       Please see https://cwiki.apache.org/confluence/display/NUTTX/Coding+Standard#appndxa

##########
File path: include/nuttx/sensors/fxos8700cq.h
##########
@@ -0,0 +1,136 @@
+/****************************************************************************
+ * include/nuttx/sensors/fxos8700cq.h
+ *
+ *   Copyright 2018 TODO Semiconductor Solutions Corporation

Review comment:
       Same https://cwiki.apache.org/confluence/display/NUTTX/Coding+Standard#appndxa




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1989: sensors: Support fxos8700cq motion I2C sensor

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #1989:
URL: https://github.com/apache/incubator-nuttx/pull/1989


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org