issues
search
technocreatives
/
dbc-codegen
Generate Rust structs for messages from a dbc (CAN bus definition) file.
Apache License 2.0
48
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Making illegal states unrepresentable
#93
projectgus
opened
5 days ago
0
Removing Result from return type of "exhaustive" signal setters
#92
projectgus
opened
5 days ago
0
Add optional defmt::Format support for generated types.
#91
projectgus
opened
5 days ago
0
tests: Fix generated messages.rs changed in 27fc4ccc
#90
projectgus
opened
5 days ago
1
Support option to add defmt to print signal enums for debugging on target
#89
wallem89
opened
1 week ago
0
Feature derive defmt for debug printing of enums
#88
wallem89
opened
1 week ago
2
feat: Support option for padding (set all unused bit to 1)
#87
wallem89
opened
1 week ago
0
Support option to set all unused bits to 1 when creating a new instance of a CAN message
#86
wallem89
opened
2 weeks ago
1
Use message name instead of self
#85
scootermon
closed
2 months ago
2
Create separate crate for helper types and external dependencies
#84
scootermon
opened
2 months ago
2
Respect impl_arbitrary config when importing arbitrary
#83
scootermon
closed
2 months ago
1
Support extended IDs and generate impls for embedded_can::Frame trait
#82
trnila
closed
2 months ago
1
Generate Clone and Copy traits for Multiplexor structures
#81
utopalex
opened
3 months ago
0
WIP: If the DBC sets a signal's min and max to 0, disable range checking
#80
cpctaylo
opened
3 months ago
0
Fix issue with decoding signed values of non-standard length
#79
Dillonmcewan
closed
2 months ago
1
Fix bug with unsigned types and negative factors
#78
cpctaylo
closed
4 months ago
0
Make dbc-codegen-cli less verbose when the --debug flag is missing
#77
cpctaylo
closed
5 months ago
0
Put codegen output into `OUT_DIR` rather than `src/`
#76
liamkinne
opened
6 months ago
0
Bump shlex from 0.1.1 to 1.3.0 in /fuzz
#75
dependabot[bot]
closed
6 months ago
0
cantools-messages: Update bindgen dependency.
#74
projectgus
closed
6 months ago
1
Fix build warning, fail CI if build has warnings
#73
projectgus
opened
6 months ago
1
Fix signed offset integers where scaled int size equals raw size.
#72
projectgus
closed
6 months ago
0
Added an id method to all message structs
#71
JoNil
closed
2 months ago
3
Switching to proc macros for code generation?
#70
projectgus
opened
6 months ago
3
meta: Rename .envrc for non-Nix users, add note in README
#69
projectgus
closed
6 months ago
1
Remove warnings in generated code
#68
projectgus
closed
6 months ago
0
Added impl serde
#67
JoNil
closed
6 months ago
0
Extended IDs from DBC file are not masked before code generation
#66
dlips
closed
2 months ago
4
fix duplicate enum names on multiplex messages
#65
linusharberg
closed
9 months ago
0
Handle nonsensical signal min/max bounds
#64
hulthe
opened
9 months ago
0
fix issue where signed signals would be rendered as unsigned
#63
linusharberg
closed
9 months ago
0
dont assign signed integers to unsigned integers
#62
linusharberg
closed
9 months ago
0
Make feature-gated impls configurable
#61
hulthe
closed
11 months ago
0
Don't treat signals as floats if factor is a whole number
#60
hulthe
closed
11 months ago
2
Bump version to 0.3.0
#59
killercup
closed
1 year ago
1
clippy::integer_arithmetic lint no longer exists
#58
rlidwka
closed
1 year ago
1
change return type of fn raw() to array
#57
schphil
closed
1 year ago
0
Min/Max of 64-bit signals
#56
Felix-El
opened
1 year ago
0
Ignore DBC internal message for unassigned signals
#55
hcsch
closed
1 year ago
3
Bump xml2js from 0.4.23 to 0.5.0 in /testing/node-socketcan
#54
dependabot[bot]
closed
1 year ago
0
Compile warnings unused and redundant imports
#53
wallem89
closed
6 months ago
0
None unique field enums are not renamed
#52
wallem89
opened
1 year ago
2
Format messages.rs in build.rs
#51
zhao-gang
closed
1 year ago
1
Cleanup clippy warnings
#48
marcelbuesing
closed
2 years ago
0
Bump bitvec to 1.0 and can-dbc to 0.5
#47
marcelbuesing
closed
2 years ago
0
New release
#46
andresv
closed
2 years ago
2
Bump minimist from 1.2.5 to 1.2.6 in /testing/node-socketcan
#45
dependabot[bot]
closed
2 years ago
0
Round f32 when used as integers
#44
mvalenzuelamoixa
opened
2 years ago
7
Remove float value comparison
#43
marcelbuesing
closed
3 years ago
1
Error generating multiplexed signals
#42
andresv
opened
3 years ago
8
Next