einride / can-go

Controller Area Network (CAN) SDK for Go.
MIT License
189 stars 38 forks source link

Add message ID whitelist option #248

Open aschiffmann opened 8 months ago

aschiffmann commented 8 months ago

This PR adds an option for a message ID whitelist to only compile particular messages:

generate <input-dir> <output-dir> [<message-ids>...]

Example: generate dbcIn dbcOut 587 256

Jassob commented 4 months ago

Please also rebase/fixup commits so that each commit forms one logical and coherent change, incorporate any fix/revert commits to the original commits.

Also we use Conventional Commits for our commit messages, please update your commits to conform :)