Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Ethernet commissioning for Zephyr standalone platform #33777

Open
QuentinCaldeira-eaton opened this issue Jun 6, 2024 · 0 comments

Comments

@QuentinCaldeira-eaton
Copy link
Contributor

QuentinCaldeira-eaton commented Jun 6, 2024

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

#define CHIP_DEVICE_CONFIG_ENABLE_ETHERNET CONFIG_NET_L2_ETHERNET

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant