-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operational round bool, simulation enum support (#69)
* operational round bool, simulation enum support * bump embedded base * format and update ci * add a format check * fix fmt --------- Co-authored-by: tszwingli <[email protected]>
- Loading branch information
1 parent
5968634
commit 6c79ea5
Showing
12 changed files
with
389 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Embedded-Base
updated
8 files
+21 −1 | cangen/README.md | |
+994 −771 | cangen/can-messages/bms.json | |
+42 −35 | cangen/can-messages/calypso_cmd.json | |
+108 −63 | cangen/can-messages/charger.json | |
+558 −311 | cangen/can-messages/dti.json | |
+520 −228 | cangen/can-messages/mpu.json | |
+244 −231 | cangen/can-messages/msb.json | |
+29 −19 | cangen/can-messages/wheel.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pub mod can_types; | ||
pub mod can_gen_decode; | ||
pub mod can_gen_encode; | ||
pub mod can_types; |
Oops, something went wrong.