Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
soburi committed Sep 27, 2024
1 parent 8300600 commit 40f7d5e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions tests/drivers/build_all/sensor/adc.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,13 @@ test_seeed_grove_temperature: seeed-grove-temperature {
compatible = "seeed,grove-temperature";
io-channels = <&test_adc 0>;
};

test_veaa_x_3: test_veaa_x_3 {
status = "okay";
compatible = "festo,veaa-x-3";
io-channels = <&test_adc 3>;
dac = <&test_adc>;
dac-channel-id = <2>;
dac-resolution = <12>;
pressure-range-type = "D2";
};
6 changes: 6 additions & 0 deletions tests/drivers/build_all/sensor/i2c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1113,3 +1113,9 @@ test_i2c_mmc56x3: mmc56x3@92 {
magn-odr = <0>;
auto-self-reset;
};

test_sbs_guage: sbs_gauge@97 {

Check warning on line 1117 in tests/drivers/build_all/sensor/i2c.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TYPO_SPELLING

tests/drivers/build_all/sensor/i2c.dtsi:1117 'guage' may be misspelled - perhaps 'gauge'?
compatible = "sbs,sbs-gauge";
reg = <0x97>;
status = "okay";
};
4 changes: 3 additions & 1 deletion tests/drivers/build_all/sensor/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CONFIG_LOG=y
CONFIG_SENSOR_LOG_LEVEL_DBG=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_ADC=y
CONFIG_DAC=y
CONFIG_GPIO=y
CONFIG_I2C=y
CONFIG_I3C=y
Expand All @@ -14,7 +15,8 @@ CONFIG_SPI=y
CONFIG_MFD=y
CONFIG_W1=y
CONFIG_SENSOR=y
CONFIG_FUEL_GAUGE=y
CONFIG_FUEL_GAUGE=n
CONFIG_ICM42605_TRIGGER_NONE=y
CONFIG_EMUL=y
CONFIG_DHT20_CRC=y
CONFIG_EMUL_SBS_GAUGE=n

0 comments on commit 40f7d5e

Please sign in to comment.