Skip to content

Commit

Permalink
Disable ZGP on multi-PAN (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jan 4, 2024
1 parent 5d3cdd0 commit 27fbaa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@ jobs:
- target: yellow
device: MGM210PA32JIA
components: simple_led:board_activity,cpc_security_secondary_none,zigbee_mfglib
without_components: ot_rcp_gp_interface
patchpath: "RCPMultiPAN/Yellow"
slcp_yaml_changes: >
. += {"sdk_extension": [{"id": "nc_efr32_watchdog", version: "1.0.0"}]}
| .component += [{"from": "nc_efr32_watchdog", "id": "nc_efr32_watchdog"}]
- target: skyconnect
device: EFR32MG21A020F512IM32
components: cpc_security_secondary_none,zigbee_mfglib
without_components: ot_rcp_gp_interface
patchpath: "RCPMultiPAN/SkyConnect"
slcp_yaml_changes: >
. += {"sdk_extension": [{"id": "nc_efr32_watchdog", version: "1.0.0"}]}
Expand All @@ -116,6 +118,7 @@ jobs:
project_name: "rcp-uart-802154"
device: ${{ matrix.device }}
components: ${{ matrix.components }}
without_components: ${{ matrix.without_components }}
patchpath: ${{ matrix.patchpath }}
slcp_yaml_changes: ${{ matrix.slcp_yaml_changes }}
sdk_version: ${{ needs.build-container.outputs.sdk_version }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/silabs-firmware-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ on:
components:
required: false
type: string
without_components:
required: false
type: string
configuration:
required: false
type: string
Expand Down Expand Up @@ -83,6 +86,7 @@ jobs:
run: |
slc generate \
--with="${{ inputs.device }},${{ inputs.components }}" \
--without="${{ inputs.without_components }}" \
--project-file="${{ inputs.project_file }}" \
--export-destination="$PWD/${{ inputs.firmware_name }}" \
--copy-proj-sources --copy-sdk-sources --new-project --force \
Expand Down

0 comments on commit 27fbaa1

Please sign in to comment.