Commit 4772b98
doc: migration: 4.4: add section about CONFIG_NUM_IRQS on STM32
As CONFIG_NUM_IRQS is now determined dynamically, it is possible that apps
which registered ISRs outside drivers will trigger a build failure if the
registered IRQn is higher than the biggest active device's IRQn.
Add a note in the migration guide which describes this problem and gives
the solution to tackle these build failures.
Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>1 parent 16abaad commit 4772b98
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
950 | 961 | | |
951 | 962 | | |
952 | 963 | | |
| |||
0 commit comments