summaryrefslogtreecommitdiff
path: root/zephyr/emul/emul_lis2dw12.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: remove label usage from lis2dw12 emulatorKeith Short2022-08-261-1/+1
* emul: Migrate from unnecessary i2c_emul changesAaron Massey2022-08-141-5/+0
* zephyr: emul: drop i2c_label from emul configsFabio Baltieri2022-08-051-1/+0
* zephyr: emul: Use EMUL_DT_INST_DEFINEAbe Levkoy2022-08-031-3/+2
* zephyr: test: Migrate to upstream emulator APIAaron Massey2022-08-011-30/+26
* emul: Remove DT_INST_BUS_LABEL(n) usageAaron Massey2022-07-191-1/+1
* zephyr/emul/emul_lis2dw12.c: Format with clang-formatJack Rosenthal2022-07-011-4/+4
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-6/+6
* zephyr: emul: use non-deprecated includesAaron Massey2022-01-241-1/+1
* zephyr: lis2dw12: Finish init() testsTristan Honscheid2021-12-081-0/+10
* zephyr: emul: set/read accel data support for LIS2DW12 emulatorTristan Honscheid2021-12-081-0/+86
* zephyr: lis2dw12: Add convenience functions to emulatorTristan Honscheid2021-12-081-0/+42
* zephyr: lis2dw12: Test set_range functionTristan Honscheid2021-12-081-0/+9
* zephyr: lis2dw12: Add register to emulatorTristan Honscheid2021-11-231-0/+11
* zephyr: test: Add a common i2c_emul_api instanceYuval Peress2021-10-011-5/+1
* zephyr: test: lis2dw12 fail setting bdu on initYuval Peress2021-09-211-3/+20
* zephyr: test: Test failed write on soft reset register (lis2dw12)Yuval Peress2021-09-211-0/+15
* zephyr: test: Test failed read on who-am-i register (lis2dw12)Yuval Peress2021-09-211-1/+9
* zephyr: test: Add tests for lis2dw12 driverYuval Peress2021-09-171-0/+52
* zephyr: emul: lis2dw12: Add stubs for LIS2DW12 emulatorYuval Peress2021-09-171-0/+69