This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from e43aa99ae8 fix: the bug about rwbuffer causing mem overflow
add db7c8be61f sensors: add support for bmm150 magnetometer
No new revisions were added by this update.
Summary of changes:
drivers/sensors/CMakeLists.txt | 4 +
drivers/sensors/Kconfig | 32 +
drivers/sensors/Make.defs | 8 +
drivers/sensors/bmm150_uorb.c | 767 +++++++++++++++++++++
include/nuttx/{video/ov2640.h => sensors/bmm150.h} | 31 +-
5 files changed, 830 insertions(+), 12 deletions(-)
create mode 100644 drivers/sensors/bmm150_uorb.c
copy include/nuttx/{video/ov2640.h => sensors/bmm150.h} (78%)