You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on the Nucleo H563ZI, a dev kit with Ethernet. My goal is to flash a Matter app based on Zephyr, with no wireless (WiFi, BLE, Thread) connection. If I understand, an Ethernet commissioning should be possible if the device is already on network. I guess this is not possible on Zephyr platform because Ethernet connection seems to never be checked.
As an example, in CHIPDevicePlatformConfig.h we can put
Is ethernet usable with the actual Zephyr implementation ? If no, could I have some guidelines on how to implement it ? Is there a need to write an ZephyrEthernetDriver ? Also, is there a list on all CHIP_CONFIG somewhere ?
Platform
other
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Feature description
I'm currently working on the Nucleo H563ZI, a dev kit with Ethernet. My goal is to flash a Matter app based on Zephyr, with no wireless (WiFi, BLE, Thread) connection. If I understand, an Ethernet commissioning should be possible if the device is already on network. I guess this is not possible on Zephyr platform because Ethernet connection seems to never be checked.
As an example, in CHIPDevicePlatformConfig.h we can put
Is ethernet usable with the actual Zephyr implementation ? If no, could I have some guidelines on how to implement it ? Is there a need to write an
ZephyrEthernetDriver
? Also, is there a list on all CHIP_CONFIG somewhere ?Platform
other
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: