-
Notifications
You must be signed in to change notification settings - Fork 56
add can fd support to can transport layer #59
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
fgeyer
wants to merge
32
commits into
richClubb:master
Choose a base branch
from
fgeyer:master
base: master
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
32 commits
Select commit
Hold shift + click to select a range
75f083c
fix platform independent path
PlumIsNoGeek d60fc5d
add canfd support for physical interfaces
PlumIsNoGeek 3928ab8
increment version to 1.2.0
PlumIsNoGeek 5f4e469
Merge pull request #1 from fgeyer/can-fd-support
fgeyer f3ec856
fix app_name parameter for CanConnectionFactory
PlumIsNoGeek f037181
add cast
PlumIsNoGeek b586c33
add connection shutdown to free can channel
PlumIsNoGeek 6176bca
- Parse Data from ODX file of type Integer into an array of bytes bas…
fbekhechi ee69269
readd sleep which is better for performance
PlumIsNoGeek 96066aa
- Shutdown CAN connection only if not created externally.
fbekhechi 05e580f
Merge branch 'master' of https://github.com/fgeyer/python-uds
fbekhechi ecc4b24
add vector serial auto detection
PlumIsNoGeek 9a06e17
fix key check
PlumIsNoGeek c7a4c5f
fix deprecation warning
PlumIsNoGeek 6e6a5d8
- Fix min payload single frame bug.
fbekhechi 47ea211
- Add property to change reqId and resId
fbekhechi 9056fbd
add vector serial auto detection
bb94f3d
Update version
fgeyer e726851
- reset CanConnectionFactory at can disconnect
fbekhechi 39b00d2
Refactored CanTp.py and UdsConfigTool.py for usage of uds auxiliary
mol4rt 79e5f65
Refactored CanTp.py and UdsConfigTool.py for usage of uds auxiliary
mol4rt a4b1952
Merge pull request #2 from fgeyer/TMSEA3-1232-itf-refactor-can-uds
fgeyer ee838a4
Revert "Refactored CanTp.py and UdsConfigTool.py for usage of uds aux…
fgeyer 1aeab45
Merge pull request #3 from fgeyer/revert-2-TMSEA3-1232-itf-refactor-c…
fgeyer e848581
prepare 1.2.2
e68346c
Tmsea3 1232 itf refactor can uds (#5)
fgeyer 8e2ef50
fix typo
8f76e0b
fix return types
9717990
readd lost lines
e9b4196
fix isotp
5f17bb4
fix wait
596abab
fix thread overload while waiting for uds response
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| include uds\uds_configuration\defaultConfig.ini | ||
| include uds\uds_communications\Uds\config.ini | ||
| include uds\uds_communications\TransportProtocols\config.ini | ||
| include uds\uds_communications\TransportProtocols\Can\config.ini | ||
| include uds\uds_communications\TransportProtocols\Lin\config.ini | ||
| include uds/uds_configuration/defaultConfig.ini | ||
| include uds/uds_communications/Uds/config.ini | ||
| include uds/uds_communications/TransportProtocols/config.ini | ||
| include uds/uds_communications/TransportProtocols/Can/config.ini | ||
| include uds/uds_communications/TransportProtocols/Lin/config.ini | ||
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
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
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.
Did you change this manually? Or was it automatic?