-
Notifications
You must be signed in to change notification settings - Fork 6
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
Improve support to raspberry pi 5 #90
Conversation
c066105
to
cd50ddb
Compare
There is a workaround for icm2p689 that's change overlay spi-3cs to just spi-1cs, it's related to new kernel. I think the library need an update to use newer embedded-hal with cs pin.
|
I believe that first we need an answer from: rust-embedded/linux-embedded-hal#116 |
this just add the new pin system for now |
Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
Do the rpi changed the hardware pin maps? |
The pi5 use a completely different hardware for gpio access |
There are a couple of problems:
- Check bmp390: Add first version #93
TODO: gpiochip0 should be used in pi 4 and gpiochip4 for pi5