-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Fix to allow absolute CAN bit rate error #298
Conversation
It looks like some of the samples for the Portenta board errored out. I could look at these later today. |
Thanks for your attention to the results of the continuous integration example sketch compilations @fastbike! The compilation failure for the Portenta C33 board:
Is not caused by the changes made in this pull request. The regression point is at 06bbfea from your previous pull request #296. I'm sure it would be a welcome contribution if you wanted to investigate and submit a fix. |
A single cast is needed ;) |
OK, I will see if I can find time tonight :) |
How can I run the tests before submitting a PR ? |
If you enable GitHub Actions in your fork, the compilations will run automatically every time you push a commit to your fork that modifies a relevant file. I'll provide instructions you can follow to enable GitHub Actions:
You can do that. Make sure to select Tools > Board > Arduino Renesas Portenta Boards > Arduino Portenta C33 from the Arduino IDE menus, and that your modifications are present in the "Arduino_CAN" library used by that board (which by default is under a different path than the library used by the UNO R4 boards since this repository is split into two separate platforms ("Arduino UNO R4 Boards", "Arduino Renesas Portenta Boards") for distribution, each platform with its own copy of the "Arduino_CAN" library. Ideally you would install the ArduinoCore-renesas repository locally as an Arduino boards platform so that you can test within the full context, but that is a bit complicated to do (especially since the developers haven't provided documentation for the procedure) and probably not necessary in this particular case where you are only modifying the library code. |
If possible, @fastbike I'd prefer to have a separate PR fixing the regression for C33. Can you do this? If it's too much a bother please give me a ping and I shall fix it, it's a simple fix. |
af26f8d
to
30f0467
Compare
#297