JoNil / elf2uf2-rs

BSD Zero Clause License
81 stars 31 forks source link

Add "serial" feature #24

Closed dotcypress closed 11 months ago

dotcypress commented 1 year ago

Description

This PR add a new serial feature flag, which allows to disable serialport dependency. By default this feature is enabled to preserve current user expirience.

Motivation

I'm using elf2uf2 in GitHub Actions for building firmware releases.

It's hard to install current version to GitHub Actions runner because of serialport/libudev-sys dependency