Commit 56bc081
committed
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 e82cb6f commit 56bc081
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
944 | 955 | | |
945 | 956 | | |
946 | 957 | | |
| |||
0 commit comments