-
Notifications
You must be signed in to change notification settings - Fork 71
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
XMC Arduino CAN Lib (Receiving) #270
Conversation
- local json index as template - change online help url - add .gitignore
- ! change macro CAN to CAN_xmc in xmclib ! - finisch initialization fuction - update new struct for CAN and pin defines (XMC1400 2Go / XMC 4700 Relax kit
update Receiver example
- fix pipeline error - update testdefines.ino and pin files
- Fix loops and callbacks - Add README
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.
All good 😃 considering the red flag of xmc-libs mixing... This should be addressed with high priority after this enablement.
- add license - fix format - change example - macro
- Interrupt node selection for CAN - update struct
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.
As discussed, please merge in feature/can_bus.
Before we merge in develop, we should ensure the following:
- Unit test coverage
- Proper hardware abstraction (e.g.
#include <CAN.h>
instead ofCANXMC.h
, nonamespace ifx
) - Update XMClib from
2.1.16
to4.3.0
orlatest
in XMC for Arduino core to match version - Patch (
CAN
->CAN_XMC
) of XMClib needs to be automated
Didn't see you changed the branch already, merging now 😄 |
XMC Arduino CAN Lib (Receiving)
By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---
CONTRIBUTING.md also tells you what to expect in the PR process.
Description
Add CAN Arduino Library for XMC
Related Issue
Epic: DESMAKERS-3610
Context
Enable CAN receive function.
Test Examples:
libraries/CAN/examples/CANReceiver
libraries/CAN/examples/CANReceiverCallback
Refer to libraries/CAN/README_CAN.md for more about the details and the dirty work 😺
Commits about git-wiki release and debugger are also included. (sorry next time I will separate the PR 😜