You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix lighting-app build error for nrf52840dongle (#13285)
* Update for building nrf52840dongle with zephyr 2.7
* Fix example script not loading the board overlays
* restyle update
* Use array for params avoid empty string in param
* fix style
* update to support nrf52840 dongle
* fix for restyle
* limit dongle to lighting-app target; update test data
* avoid empty args; fix root path
* fix CMakeList.txt isntead of fixing the scripts
Copy file name to clipboardexpand all lines: scripts/build/testdata/all_targets_except_host.txt
+13-12
Original file line number
Diff line number
Diff line change
@@ -97,18 +97,19 @@ mbed-CY8CPROTO_062_4343W-shell-debug (NOGLOB: Compile only for debugging purpose
97
97
mbed-CY8CPROTO_062_4343W-shell-develop (NOGLOB: Compile only for debugging purpose - https://os.mbed.com/docs/mbed-os/latest/program-setup/build-profiles-and-rules.html)
98
98
mbed-CY8CPROTO_062_4343W-shell-release
99
99
nrf-native-posix-64-tests
100
-
nrf-nrf52840-light
101
-
nrf-nrf52840-light-rpc
102
-
nrf-nrf52840-lock
103
-
nrf-nrf52840-pump
104
-
nrf-nrf52840-pump-controller
105
-
nrf-nrf52840-shell
106
-
nrf-nrf5340-light
107
-
nrf-nrf5340-light-rpc (NOGLOB: Compile failure due to pw_build args not forwarded to proto compiler. https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/66760)
108
-
nrf-nrf5340-lock
109
-
nrf-nrf5340-pump
110
-
nrf-nrf5340-pump-controller
111
-
nrf-nrf5340-shell
100
+
nrf-nrf52840dk-light
101
+
nrf-nrf52840dk-light-rpc
102
+
nrf-nrf52840dk-lock
103
+
nrf-nrf52840dk-pump
104
+
nrf-nrf52840dk-pump-controller
105
+
nrf-nrf52840dk-shell
106
+
nrf-nrf52840dongle-light
107
+
nrf-nrf5340dk-light
108
+
nrf-nrf5340dk-light-rpc (NOGLOB: Compile failure due to pw_build args not forwarded to proto compiler. https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/66760)
0 commit comments