Closed adrienbruant closed 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.
enumerate
This PR removes the dependency to improve portability.
I checked it, and works still the same on Linux and Mac where we use it, and probably also no problem on Windows.
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.