Allow building NCS BM samples without SW ISR table#427
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
You can find the documentation preview for this PR here. |
eivindj-nordic
left a comment
There was a problem hiding this comment.
@bjarki-andreasen Please see build issues and rebase on main to update defconfig for SoftDevice S145 board variants.
| #endif | ||
| } | ||
|
|
||
| #if defined(CONFIG_SOC_SERIES_NRF52X) |
There was a problem hiding this comment.
All nRF52 related code can be removed, this was used for early development but will be removed.
db157bd to
7572386
Compare
|
Please add changelog entry. Otherwise LGTM when manifest is updated and comment above is addressed. |
7572386 to
c0c5d5d
Compare
afb9d42 to
03ad563
Compare
b-gent
left a comment
There was a problem hiding this comment.
The changelog entry needs to be placed higher and adjusted a bit, I will do it myself later once it is on main.
update sdk-nrf to a7e36dc Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
The software ISR table is not required if multithreading is not used, and no argument is passed to the irq handlers. Update all drivers, samples and subsystems to not use the SW ISR table and exclude it from the build. This saves approximately 2K ROM for all builds. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
Mention change from IRQ_CONNECT to IRQ_DIRECT_CONNECT, describing why the change was made and how an application must adapt to it. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
03ad563 to
86d8f03
Compare
|
ping @nrfconnect/ncs-eris |
|
Changelog added to #568 |
Allow building NCS BM samples without SW ISR table