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
* fix zephyr build (west)
* Use different Kconfig
In order to let the user choose his own pack of functionality. I guess BLUETOOTH shouldn't be enable by default,
because Bluetooth isn't mandatory for a Matter device
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Remove ZephyrSocket
Because zephyr has recvmsg now
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Support ip_mreq and ip_mreqn
Because Zephyr seems to not have ip_mreq, only ip_mreqn, so add an extra flag in platform config to make the choice.
This issue is only meets when doing ipv4 on a Zephyr platform
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Add missing functions to BLE
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Add specific configs and dependencies for Zephyr platform
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Restyled by whitespace
* Restyled by clang-format
* Restyled by gn
* Revert "Remove ZephyrSocket"
This reverts commit f283940.
Also, fix things discussed with Damian-Nordic
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Don't use ZephyrSocket.h
Since zephyr implement recvsg now
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Remove git artifact
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Restyled by whitespace
* Restyled by clang-format
* Re-add ZephyrSocket.h include
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Remove BLE Read declarations
As discussed in conversations
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Allow net_if only with Ethernet or Wifi connection
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Check if Ethernet is defined
Because all manufactures don't implement it
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
* Restyled by clang-format
---------
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments