Skip to content

Commit

Permalink
[Telink] Enable temporarry IPv4 & DHCPV4
Browse files Browse the repository at this point in the history
Issue with IPv6 UDP bind & CHIP_IPV4 config
  • Loading branch information
s07641069 committed Jun 6, 2024
1 parent 1035755 commit d108e4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
platform: telink
# - name: Update Zephyr to specific revision (for developers purpose)
# shell: bash
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 0e8032dfef7e02498f34ba0b5d5d2df71a62adb1"
- name: Update Zephyr to specific revision (for developers purpose)
shell: bash
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 9874a7fcd01168662208c52297b859ed88a8d9fd"
- name: CI Examples Telink
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
with:
gh-context: ${{ toJson(github) }}

# - name: Update Zephyr to specific revision (for developers purpose)
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 0e8032dfef7e02498f34ba0b5d5d2df71a62adb1"
- name: Update Zephyr to specific revision (for developers purpose)
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 9874a7fcd01168662208c52297b859ed88a8d9fd"

- name: Build example Telink (B92 retention) Air Quality Sensor App
run: |
Expand Down
4 changes: 3 additions & 1 deletion config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,9 @@ config CHIP_WIFI
select NET_IPV6_ND # enable Neighbor Discovery to handle Router Advertisements
select NET_IPV6_NBR_CACHE
select NET_STATISTICS_USER_API
select NET_IPV4 # TODO: remove when IPv6 will be ready
select NET_IPV4 # TODO: remove IPv4 when IPv6 will be ready (see CHIP_IPV4)
select NET_CONFIG_NEED_IPV4
select NET_DHCPV4

if CHIP_WIFI

Expand Down

0 comments on commit d108e4f

Please sign in to comment.