-
Notifications
You must be signed in to change notification settings - Fork 7.3k
stm32: add mfxstm32l152 gpio controller support for stm32l4r9i_disco #82604
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
Conversation
Hello @avolmat-st, and thank you very much for your first pull request to the Zephyr project! |
5149e1f
to
c2b3c47
Compare
Initial commit for a STM32L152 based GPIO expansion chip. The mfxstm32l152 driver offers GPIO controller fonctions. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Add node for the mfx gpio controller available via the i2c1 bus. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
The stm32l4r9i_disco has a 2nd LED (Orange) which can be controlled via the mfx gpio controller. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Add nodes describing the joystick arrows wired to the MFX gpio controller. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
c2b3c47
to
5c5f640
Compare
Hi @avolmat-st! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
Add a new driver for the I2C based MFX STM32L152 gpio controller.
Update stm32l4r9i_disco device-tree to describe joystick buttons and additional led
available on this board and connected to this GPIO controller.