agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
505 stars 396 forks source link

Define CAN interrupt pins #1266

Closed dferrarigrowtech closed 5 months ago

dferrarigrowtech commented 5 months ago

Fixes #1264

- What I did The users can now define CAN interrupt pins that are different from the hard-coded one.

- How I did it I defined two more CAN variables that let users configure the CAN interrupt pins depending by the module that they used (or by their custom boards). It is similar to CAN_OSCILLATOR. I also added these variables to the documentation

Once this is merged I will cherry-pick this commit to Kirkstone (because I need this change)

dferrarigrowtech commented 5 months ago

Thank you @agherzan. I hope that now it is ok