BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
256 stars 91 forks source link

tools/nanopb: remove nanopb dependency #971

Closed benma closed 1 year ago

benma commented 1 year ago

All protobuf related code has been ported to Rust.

The messages generate-protobufs CMake target was previously abused to generate both nanopb and Rust files. Now that it is only Rust, it is changed to being a dependency of Rust targets, not C targets.