summaryrefslogtreecommitdiff
path: root/driver/accel_bma2x2.c
Commit message (Expand)AuthorAgeFilesLines
* driver: Sort header filesJeremy Bettis2022-11-291-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* driver/accel_bma2x2.c: Format with clang-formatJack Rosenthal2022-07-011-12/+12
* driver: Add argument check in BMA2x2 driverTomasz Michalec2021-06-301-4/+19
* Zephyr: Create public headers for bmi260, bma2x2, and tcs3400Hyungwoo Yang2021-01-201-1/+1
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-14/+5
* driver: bma253: use rotation matrix to handle offsetsJian-Jia Su2020-08-041-2/+11
* bma2x2: Add an assert that verifies the mutexKeith Short2019-12-131-0/+3
* driver: Add support for calibration modeGwendal Grignou2019-07-241-1/+4
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-19/+19
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-23/+31
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-1/+1
* drivers: Refactor to use high-level i2c APIsJonathan Brandmeyer2018-08-091-14/+1
* sensor: bmi160/bma2x2: Fix the timeout value of compensation.Marco Chen2018-03-261-1/+1
* driver: bma2x2: Add perform_calibGwendal Grignou2018-03-161-28/+84
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-151-12/+0
* driver: bma2x2: Remove tables for range/frequencyGwendal Grignou2018-03-151-79/+21
* driver: bma2x2: indent register definitionGwendal Grignou2018-03-121-2/+2
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-7/+1
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-2/+1
* driver: Add support bma255 sensorWonjoon Lee2016-05-311-0/+340