Home
last modified time | relevance | path

Searched full:bmi270 (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-2.7.6/drivers/sensor/bmi270/
DKconfig1 # BMI270 6 Axis IMU configuration
6 config BMI270 config
7 bool "BMI270 Inertial measurement unit"
10 Enable driver for BMI270 I2C-based imu sensor
DCMakeLists.txt9 zephyr_library_sources(bmi270.c)
Dbmi270_config_file.h10 /* Source : https://github.com/BoschSensortec/BMI270-Sensor-API/blob/v2.63.1/bmi270_maximum_fifo.c#…
Dbmi270.c16 #include "bmi270.h"
19 LOG_MODULE_REGISTER(bmi270, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-Core-2.7.6/samples/sensor/bmi270/
DREADME.rst3 BMI270: 6 axis inertial measurement unit
15 - BMI270: https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270.html
20 This sample uses the BMI270 sensor controlled using the I2C interface.
29 This project outputs sensor data to the console. It requires a BMI270
36 :zephyr-app: samples/sensor/bmi270
45 Device 0x200014cc name is BMI270
Dapp.overlay10 bmi270@68 {
11 compatible = "bosch,bmi270";
13 label = "BMI270";
Dsample.yaml2 name: BMI270 Sensor sample
4 sample.sensor.bmi270:
/Zephyr-Core-2.7.6/dts/bindings/sensor/
Dbosch,bmi270-i2c.yaml5 The BMI270 is an inertial measurment unit. See more info at:
6 https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270.html
8 compatible: "bosch,bmi270"
/Zephyr-Core-2.7.6/boards/arm/thingy53_nrf5340/
Dthingy53_nrf5340_common.dts175 bmi270: spi-dev-bmi270@1 { label
176 compatible = "bosch,bmi270";
177 label = "BMI270";
Dboard.c26 #define BMI270_NODE DT_NODELABEL(bmi270)
130 LOG_ERR("Failed to configure BMI270 CS Pin"); in setup()
/Zephyr-Core-2.7.6/drivers/sensor/
DCMakeLists.txt17 add_subdirectory_ifdef(CONFIG_BMI270 bmi270)
DKconfig69 source "drivers/sensor/bmi270/Kconfig"
/Zephyr-Core-2.7.6/tests/drivers/build_all/sensor/
Dspi.dtsi400 test_spi_bmi270: bmi270@39 {
401 compatible = "bosch,bmi270";
402 label = "BMI270";
Di2c.dtsi643 test_i2c_bmi270: bmi270@4a {
644 compatible = "bosch,bmi270";
645 label = "BMI270";
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.7.rst2267 * :github:`34315` - BMI270 configuration file sending to I2C seems to be not handling the last part…
Drelease-notes-2.6.rst624 * Added BMI270 IMU driver.