We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f7b9c commit 215571aCopy full SHA for 215571a
tests/drivers/build_all/sensor/app.overlay
@@ -122,6 +122,8 @@
122
reg = <0x55556666 0x1000>;
123
label = "TEST_UART_CTLR";
124
status = "okay";
125
+
126
+ #include "uart.dtsi"
127
};
128
129
dht22 {
tests/drivers/build_all/sensor/prj.conf
@@ -102,3 +102,4 @@ CONFIG_VL53L0X=y
102
CONFIG_INA23X=y
103
CONFIG_INA230=y
104
CONFIG_INA237=y
105
+CONFIG_MHZ19B=y
tests/drivers/build_all/sensor/uart.dtsi
@@ -0,0 +1,14 @@
1
+/*
2
+ * Copyright (c) 2021, G-Technologies Sdn. Bhd.
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
6
+ * Application overlay for uart devices
7
+ */
8
9
+test_uart_mhz19b {
10
+ compatible = "winsen,mhz19b";
11
+ maximum-range = <10000>;
12
+ abc-on;
13
+ label = "MHZ19B";
14
+};
0 commit comments