Skip to content

Commit 6a72fd1

Browse files
authored
Use in k32w example dependencies from project (#34112)
* Use in k32w example dependencies from project not default one from pigweed * Restyle
1 parent d71a363 commit 6a72fd1

File tree

1 file changed

+4
-0
lines changed
  • examples/lighting-app/nxp/k32w/k32w0

1 file changed

+4
-0
lines changed

examples/lighting-app/nxp/k32w/k32w0/.gn

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ default_args = {
2626

2727
import("//args.gni")
2828

29+
pw_build_PIP_CONSTRAINTS = [ "${chip_root}/scripts/setup/constraints.txt" ]
30+
pw_build_PIP_REQUIREMENTS =
31+
[ "${chip_root}/scripts/setup/requirements.build.txt" ]
32+
2933
# Import default platform configs
3034
import("${chip_root}/src/platform/nxp/k32w/k32w0/args.gni")
3135
}

0 commit comments

Comments
 (0)