Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
soburi committed Sep 21, 2024
1 parent f35cafa commit fd707c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
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 @@ -1106,3 +1106,9 @@ test_i2c_apds9253: apds9253@96 {
rate = <APDS9253_MEASUREMENT_RATE_50MS>;
resolution = <APDS9253_RESOLUTION_16BIT_25MS>;
};

test_sbs_guage: sbs_gauge@97 {
compatible = "sbs,sbs-gauge";
reg = <0x97>;
status = "okay";
};
1 change: 1 addition & 0 deletions 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 Down

0 comments on commit fd707c5

Please sign in to comment.