-
-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add CAN transport layer #1488
base: development
Are you sure you want to change the base?
Add CAN transport layer #1488
Conversation
Is there some simple way of running those jenkins tests on local machine? Perhaps with some docker assistance? |
Details of build errors are no longer available. Can someone trigger jenkins job? |
Hi Adam, thank you for your extension of MySensors to include the CAN bus transport layer. I am glad that you are also so persistent in satisfying the toll gate. The "Butler" step is passed now, perfect! Strangely enough, the last two PR #1524 and PR #1525 have successfully passed the toll gate. I therefore wonder what is different about your PR. My suspicions for possible causes are:
See also my comments here: |
@AdamSlowik Yes, after squash toll gate looks different.
Good luck 👍 |
According to: There are many warnings, but not related to My changes. Is there any other log file? Why other branches do not fail on those warnings? |
@virtual-maker could You take a look at tool gate logs? Perhaps I missed something. |
@AdamSlowik In the full Jenkins log
There was a discussion in PR #1520 to exactly the same warnings in PJONDefines.h. |
Add test sketch can_transport for Jenkins CI
Fix AStyle formatting and bug in CAN transport
Great work! I'm interested in using can as a transport later as well. Leaving message to be notified of any progress. Let me know if I can contribute in some way. |
Add new transport layer.
Uses github.com/coryjfowler/MCP_CAN_lib maintained by @coryjfowler.