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 9905e27 commit df7f1ffCopy full SHA for df7f1ff
tests/drivers/build_all/gnss/app.overlay
@@ -14,9 +14,22 @@
14
reg = <0x0 0x1000>;
15
status = "okay";
16
17
- gnss: gnss-nmea-generic {
+ gnss_nmea_generic: gnss-nmea-generic {
18
compatible = "gnss-nmea-generic";
19
};
20
+
21
+ gnss_air530z: air530z {
22
+ compatible = "luatos,air530z";
23
+ };
24
25
+ gnss_lc86g: lc86g {
26
+ compatible = "quectel,lc86g";
27
+ pps-mode = "GNSS_PPS_MODE_ENABLED";
28
29
30
+ gnss_m8: m8 {
31
+ compatible = "u-blox,m8";
32
33
34
35
tests/drivers/build_all/gnss/testcase.yaml
@@ -5,4 +5,6 @@ common:
5
build_only: true
6
platform_allow: native_sim
7
tests:
8
- drivers.gnss.default: {}
+ drivers.gnss.default:
9
+ extra_configs:
10
+ - CONFIG_PM_DEVICE=y
0 commit comments