-
Notifications
You must be signed in to change notification settings - Fork 0
Release v0.20.0 and safety firmware v0.4.0 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mhei
wants to merge
25
commits into
main
Choose a base branch
from
feature/for-release-0.20.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e20510b
ra-pb-{create,dump}: add support for inlet configuration
mhei 9a35f86
cb_protocol: add support to trigger inlet lock closing and opening
mhei 975c346
ra-raw: add Inlet State to output
mhei b332e3f
ra-pb-create/-dump: add support for v3 parameter blocks
mhei 086021e
cb_protocol: add inlet related error codes
mhei c2044a2
lib: bump SOVERSION to 6
mhei a6b5144
Bump version to 0.20.0
mhei ad27487
ra-pb-dump: ensure an empty line between rcm and inlet config
mhei 8f4d92b
ra-pb-create: fix YAML parsing when inlet is specified after RCM
mhei 9dc70dd
Don't use hardcoded install path for systemd units
mhei 0c66cce
Use term pluglock instead of inlet in user-visible parts
mhei 4c25083
parameter block: add support for hold-duty-cycle
mhei a1795ff
cb_protocol: add missing/new inlet related error string
mhei 3d5a973
Add support for pluglock/motor driver fault pin evaluation
mhei ace1a21
Update error code tables after safety firmware side cleanup
mhei e7d4afc
Dump also the numeric module identification and reason for error frames
mhei 2631e41
Create verbose error messages for known additional data fields
mhei d9f36d2
firmware: add example YAML files with all possible keys for all versions
mhei 18bd8d4
README.md: add documentation for YAML files
mhei c391ff1
Add ra-candump command line helper
mhei 25a990b
Install ra-candump in sbin instead of bin
mhei 0c63aea
Add human-readable dump for ADC test errors
mhei 77cafb9
README.md: add hold-duty-cycle example
mhei b0685b0
Add safety firmware releases v0.4.0
mhei 2bedf53
ra-pb-create: introduce cmdline parameter -W or --wrong-crc
mhei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,23 +1,23 @@ | ||
| install( | ||
| FILES | ||
| chargesom_fw_v_00_03_01.bin | ||
| chargesom_fw_v_00_04_00.bin | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please specify the RX timeout in the commit message? |
||
| chargesom_parameter-block_only-contactor.yaml | ||
| parsley_fw_v_00_03_01.bin | ||
| parsley_fw_v_00_04_00.bin | ||
| parsley_parameter-block_factory-default.yaml | ||
| DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME} | ||
| ) | ||
|
|
||
| install( | ||
| FILES | ||
| ra-update@.service | ||
| DESTINATION /lib/systemd/system | ||
| DESTINATION ${SYSTEMD_SYSTEM_UNITDIR} | ||
| ) | ||
|
|
||
| install( | ||
| DIRECTORY | ||
| ra-update@ttyLP1.service.d | ||
| ra-update@ttyLP2.service.d | ||
| DESTINATION /lib/systemd/system | ||
| DESTINATION ${SYSTEMD_SYSTEM_UNITDIR} | ||
| FILES_MATCHING | ||
| PATTERN "*.conf" | ||
| ) | ||
|
|
||
Binary file not shown.
Binary file not shown.
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| version: 1 | ||
|
|
||
| pt1000s: | ||
| - abort-temperature: 75.0 °C | ||
| resistance-offset: 0.500 Ω | ||
| - abort-temperature: 80.0 °C | ||
| resistance-offset: 1.000 Ω | ||
| - abort-temperature: 85.0 °C | ||
| resistance-offset: 1.500 Ω | ||
| - abort-temperature: 90.0 °C | ||
| resistance-offset: 2.000 Ω | ||
|
|
||
| contactors: | ||
| - type: without-feedback | ||
| close-time: 50 ms | ||
| open-time: 60 ms | ||
| - type: with-feedback-normally-open | ||
| close-time: 100 ms | ||
| open-time: 110 ms | ||
| - type: with-feedback-normally-closed | ||
| close-time: 120 ms | ||
| open-time: 130 ms | ||
|
|
||
| estops: | ||
| - active-low | ||
| - active-high | ||
| - disabled |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| version: 2 | ||
|
|
||
| pt1000s: | ||
| - abort-temperature: 75.0 °C | ||
| resistance-offset: 0.500 Ω | ||
| - abort-temperature: 80.0 °C | ||
| resistance-offset: 1.000 Ω | ||
| - abort-temperature: 85.0 °C | ||
| resistance-offset: 1.500 Ω | ||
| - abort-temperature: 90.0 °C | ||
| resistance-offset: 2.000 Ω | ||
|
|
||
| contactors: | ||
| - type: without-feedback | ||
| close-time: 50 ms | ||
| open-time: 60 ms | ||
| - type: with-feedback-normally-open | ||
| close-time: 100 ms | ||
| open-time: 110 ms | ||
| - type: with-feedback-normally-closed | ||
| close-time: 120 ms | ||
| open-time: 130 ms | ||
|
|
||
| estops: | ||
| - active-low | ||
| - active-high | ||
| - disabled | ||
|
|
||
| rcm: | ||
| fault-polarity: active-low | ||
| test-polarity: active-high | ||
| test-trigger-time: 60 ms | ||
| test-check-tripped-time: 80 ms | ||
| test-check-normal-time: 100 ms |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both symbols look identical, is this intended?