vouch-opensource / mcumgr-client

client for mcumgr commands
Apache License 2.0
31 stars 13 forks source link

Disable default-features on serialport #27

Closed adrienbruant closed 4 months ago

adrienbruant commented 4 months ago

serialport enables the libudev feature by default to support the enumerate module. Since this module isn't used by mcumgr-client, it adds an unecessary dependency on libudev.

This PR removes the dependency to improve portability.

Frank-Buss commented 4 months ago

I checked it, and works still the same on Linux and Mac where we use it, and probably also no problem on Windows.