LedgerHQ / cargo-ledger

(Moved in the ledger device rust SDK --> https://github.com/LedgerHQ/ledger-device-rust-sdk). Load code on a Ledger device with a `cargo` subcommand
Apache License 2.0
15 stars 12 forks source link

unified build #10

Closed yhql closed 2 years ago

yhql commented 2 years ago

This PR handles other targets than the Nano S, following the work on this branch of the SDK.

It also simplifies the command logic and allows passing arbitrary flags to the subsequent cargo build command. Loading is now just a flag and not a separate subcommand.