dts: arm: st: stm32wb0: add interrupts on BLE controller#106073
Merged
nashif merged 2 commits intozephyrproject-rtos:mainfrom Mar 25, 2026
Merged
dts: arm: st: stm32wb0: add interrupts on BLE controller#106073nashif merged 2 commits intozephyrproject-rtos:mainfrom
nashif merged 2 commits intozephyrproject-rtos:mainfrom
Conversation
a224dfb to
97e1940
Compare
erwango
previously approved these changes
Mar 23, 2026
juickar
previously approved these changes
Mar 23, 2026
djiatsaf-st
previously approved these changes
Mar 23, 2026
etienne-lms
previously approved these changes
Mar 24, 2026
HoZHel
requested changes
Mar 24, 2026
HoZHel
reviewed
Mar 24, 2026
2ec9963
97e1940 to
2ec9963
Compare
erwango
previously approved these changes
Mar 24, 2026
HoZHel
previously approved these changes
Mar 24, 2026
We need to add properties such as interrupts in DT for these devices. Add them to the binding by including `base.yaml`. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
The BLE driver and Radio Timer driver register ISRs for interrupts that are not declared in the Devicetree. Since CONFIG_NUM_IRQS is now determined automatically based on IRQn appearing in active Devicetree nodes, this now causes build failures. Add missing interrupts in the SoC DTSI to fix build failures. Further cleanup of the aforementionned drivers to actually obtain IRQn from DT properties should be done at a later time. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2ec9963 to
762e122
Compare
Contributor
Author
|
Fixed build error by adding missing |
|
HoZHel
approved these changes
Mar 24, 2026
gautierg-st
approved these changes
Mar 24, 2026
juickar
approved these changes
Mar 24, 2026
etienne-lms
approved these changes
Mar 24, 2026
erwango
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



The BLE driver registers ISRs for interrupts not declared in the Devicetree which now causes build errors because CONFIG_NUM_IRQS is now computed automatically from DT (see PR #104819)
Add missing interrupts to fix build failures. A more proper fix should be done at a later time (i.e., consume the DT properties).
cc @msmttchr @FrancescoCiminoST