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 2b8be4a3da1 drivers/fb: Fix a symbol missing CONFIG_
new f8e78c10751 drivers/qe: Don't compile stm32_qencoder.c if STM32 QE is
not enabled
new 04d5cad64e9 drivers/spi: Add SPIDEV_MAG_ENCODER() definition
new a1d60169620 drivers/sensors: Add support to MT6816
new 928d7682ceb boards/stm32f4discovery: Add support to MT6816
new 51cd4a548f8 doc: Improved QE Documentation and add mt6816 board
profile doc
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../components/drivers/character/quadrature.rst | 50 +++
.../arm/stm32f4/boards/stm32f4discovery/index.rst | 55 +++
.../arm/stm32f4/boards/stm32f4discovery/mt6816.png | Bin 0 -> 183700 bytes
arch/arm/src/stm32/CMakeLists.txt | 4 +-
arch/arm/src/stm32/Kconfig | 10 +
arch/arm/src/stm32/Make.defs | 4 +-
.../include/{stm32_zerocross.h => stm32_mt6816.h} | 14 +-
boards/arm/stm32/common/src/CMakeLists.txt | 8 +-
boards/arm/stm32/common/src/Make.defs | 8 +-
.../common/src/{stm32_mpl115a.c => stm32_mt6816.c} | 50 +--
.../configs/{mpr121_keypad => mt6816}/defconfig | 13 +-
boards/arm/stm32/stm32f4discovery/include/board.h | 5 +
.../arm/stm32/stm32f4discovery/src/stm32_bringup.c | 16 +-
boards/arm/stm32/stm32f4discovery/src/stm32_spi.c | 11 +
drivers/sensors/CMakeLists.txt | 4 +
drivers/sensors/Kconfig | 9 +
drivers/sensors/Make.defs | 4 +
drivers/sensors/mt6816.c | 396 +++++++++++++++++++++
include/nuttx/sensors/{bmp180.h => mt6816.h} | 63 ++--
include/nuttx/spi/spi.h | 2 +
20 files changed, 657 insertions(+), 69 deletions(-)
create mode 100644
Documentation/platforms/arm/stm32f4/boards/stm32f4discovery/mt6816.png
copy boards/arm/stm32/common/include/{stm32_zerocross.h => stm32_mt6816.h}
(86%)
copy boards/arm/stm32/common/src/{stm32_mpl115a.c => stm32_mt6816.c} (69%)
copy boards/arm/stm32/stm32f4discovery/configs/{mpr121_keypad =>
mt6816}/defconfig (88%)
create mode 100644 drivers/sensors/mt6816.c
copy include/nuttx/sensors/{bmp180.h => mt6816.h} (66%)