Skip to content

Commit

Permalink
[NXP] Fix mDNS issue with RW61x ethernet board (#36123)
Browse files Browse the repository at this point in the history
Noticing that mDNS resolution from the controller
is failing some time after the board is commissioned.
This is due to the board not responding to the mDNS queries.
  • Loading branch information
yeaissa authored and pull[bot] committed Nov 18, 2024
1 parent bd6b532 commit 2176866
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nxp/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ choice NXP_ENET_DRIVER
default ETH_NXP_ENET
endchoice

config NET_SOCKETS_POLL_MAX
default 7

endif

# Configure MBEDTLS lib
Expand Down
2 changes: 2 additions & 0 deletions config/nxp/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ config CHIP_ETHERNET
select NET_TCP
select DNS_RESOLVER
select MDNS_RESOLVER
select MDNS_RESPONDER
select DNS_SD
select MBEDTLS_PKCS5_C
select MBEDTLS_HKDF_C
select MBEDTLS_ECDSA_C
Expand Down

0 comments on commit 2176866

Please sign in to comment.