Skip to content

Commit

Permalink
Merge branch 'master' into wildcard-reads
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns committed Nov 28, 2021
2 parents c5f1b91 + ab5734c commit c0475e0
Show file tree
Hide file tree
Showing 82 changed files with 1,028 additions and 2,574 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples-k32w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-k32w:0.5.28
image: connectedhomeip/chip-build-k32w:0.5.29
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
run: |
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
--target-skip-glob 'tv-*' \
--target-skip-glob 'TV_*' \
run \
--iterations 2 \
--chip-tool ./out/debug/standalone/chip-tool \
Expand Down
2 changes: 1 addition & 1 deletion build_overrides/k32w0_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

declare_args() {
# Root directory for K32W SDK build files.
k32w0_sdk_build_root = "//third_party/k32w_sdk/nxp/k32w/k32w0"
k32w0_sdk_build_root = "//third_party/nxp/k32w0_sdk"
}
7 changes: 7 additions & 0 deletions examples/all-clusters-app/esp32/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,11 @@ target_link_options(${COMPONENT_LIB}
"-T${PIGWEED_ROOT}/pw_tokenizer/pw_tokenizer_linker_sections.ld"
)

target_compile_options(${COMPONENT_LIB} PRIVATE
"-DPW_RPC_ATTRIBUTE_SERVICE=1"
"-DPW_RPC_BUTTON_SERVICE=1"
"-DPW_RPC_DEVICE_SERVICE=1"
"-DPW_RPC_LIGHTING_SERVICE=1"
"-DPW_RPC_LOCKING_SERVICE=1")

endif (CONFIG_ENABLE_PW_RPC)
352 changes: 0 additions & 352 deletions examples/all-clusters-app/esp32/main/Rpc.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion examples/build_overrides/k32w0_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
declare_args() {
# Root directory for k32w SDK.
k32w0_sdk_build_root =
"//third_party/connectedhomeip/third_party/k32w_sdk/nxp/k32w/k32w0"
"//third_party/connectedhomeip/third_party/nxp/k32w0_sdk"
}
Loading

0 comments on commit c0475e0

Please sign in to comment.