summaryrefslogtreecommitdiff
path: root/zephyr/emul/emul_smart_battery.c
Commit message (Expand)AuthorAgeFilesLines
* test: virtual_battery: Manufacture Info SB ext cmdAaron Massey2022-09-211-0/+7
* test: Rest of standard SBS virtual_battery cmdsAaron Massey2022-09-201-0/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: drop BATTERY label propertyKeith Short2022-08-241-1/+1
* emul: Migrate from unnecessary i2c_emul changesAaron Massey2022-08-141-17/+3
* zephyr: emul: drop i2c_label from emul configsFabio Baltieri2022-08-051-1/+0
* zephyr: emul: Use EMUL_DT_INST_DEFINEAbe Levkoy2022-08-031-11/+11
* zephyr: test: Migrate to upstream emulator APIAaron Massey2022-08-011-44/+45
* emul: Remove DT_INST_BUS_LABEL(n) usageAaron Massey2022-07-191-1/+1
* test: Fix test_set_chipset_to_s0 flaky OD failureAaron Massey2022-07-141-0/+22
* zephyr/emul/emul_smart_battery.c: Format with clang-formatJack Rosenthal2022-06-291-24/+24
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-5/+5
* zephyr: emul: use non-deprecated includesAaron Massey2022-01-241-1/+1
* zephyr: drivers: add smart battery mf access testTomasz Michalec2021-11-081-11/+19
* zephyr: test: Add a common i2c_emul_api instanceYuval Peress2021-10-011-5/+1
* zephyr: emul: update EMUL_DEFINE call sitesYuval Peress2021-09-101-1/+2
* zephyr: emul: i2c: Add device label for better debugYuval Peress2021-09-071-0/+1
* zephyr: Replace DT_ENUM_TOKEN with DT_STRING_TOKENJack Rosenthal2021-09-071-2/+2
* zephyr: emul: Use common I2C code in emulatorsTomasz Michalec2021-09-031-229/+127
* zephyr: Removing unused varsJeremy Bettis2021-08-311-2/+0
* zephyr: Fix uninitialized varJeremy Bettis2021-06-031-1/+1
* zephyr: Add Smart Battery emulatorTomasz Michalec2021-05-181-0/+995