-
Notifications
You must be signed in to change notification settings - Fork 7k
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
STM32 EXTI Rework #85508
base: main
Are you sure you want to change the base?
STM32 EXTI Rework #85508
Conversation
48d57d5
to
4540804
Compare
848fc85
to
6826dfb
Compare
add nucleo_h745zi_q support Signed-off-by: Alexander Kozhinov <[email protected]>
6826dfb
to
41c6fe7
Compare
rework STM32 EXTI interrupt controller to support other peripherals than only GPIO integrate new EXTI driver to RTC Signed-off-by: Alexander Kozhinov <[email protected]>
41c6fe7
to
49f0acc
Compare
@erwango Do you have ability to run all the EXTI/GPIO twister tests for different stm32 SoC on HW for this PR? |
First, a big thanks for addressing this point.
Yes, but we're currently busy with v4.1, so this topic will be addressed in low prio. Then, one observation regarding the whole change. For instance: here is an example of good draft PR: https://github.com/zephyrproject-rtos/zephyr/pull/85135/commits |
@erwango Thanks for the advice. I have a commit-split definitely on my to-do list. I didn't do so, cause I have somehow cyclic dependency:
I hope you see my point. Sure I will split commits - thanks for the reminder ;) |
49e35b6
to
8e1ed94
Compare
8e1ed94
to
0fca393
Compare
Rework STM32 Zephyr EXTI driver to be independent from GPIO and compatible with most of the STM32 SoC's.
Addresses the issue #85366
This is work in progress.