sensor: add driver for BMA280 accelerometer

Add device driver for the BMA280 I2C-based triaxial accelerometer
sensor, which supports reading data from the accel-x, accel-y, accel-z
and temperature channels. The driver also has support for data-ready
and any-motion triggers.

Datasheet:
	http://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMA280-DS000-11_published.pdf

Origin: Original
Change-Id: Iff7246d7dd4a9358ec7a71e8ffbcfcccd49e393c
Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
Signed-off-by: Teodora Baluta <teodora.baluta@intel.com>
This commit is contained in:
Bogdan Davidoaia 2016-02-18 17:40:55 +02:00 committed by Gerrit Code Review
commit fe9c947fee
6 changed files with 854 additions and 0 deletions

View file

@ -44,6 +44,8 @@ config SENSOR_DEBUG
help
This option enables debug output for sensor drivers.
source "drivers/sensor/Kconfig.bma280"
source "drivers/sensor/Kconfig.mcp9808"
source "drivers/sensor/Kconfig.sx9500"