-
Notifications
You must be signed in to change notification settings - Fork 23
Allow building NCS BM samples without SW ISR table #427
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
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bjarki-andreasen Please see build issues and rebase on main to update defconfig for SoftDevice S145 board variants.
lib/bm_buttons/bm_buttons.c
Outdated
| #endif | ||
| } | ||
|
|
||
| #if defined(CONFIG_SOC_SERIES_NRF52X) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All nRF52 related code can be removed, this was used for early development but will be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened #428.
db157bd to
7572386
Compare
boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l05_cpuapp_s115_softdevice_defconfig
Show resolved
Hide resolved
|
Please add changelog entry. Otherwise LGTM when manifest is updated and comment above is addressed. |
7572386 to
c0c5d5d
Compare
afb9d42 to
03ad563
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 a7e36dcbea5d835baea5e96ea80d0b7955e296fd Signed-off-by: Bjarki Arge Andreasen <[email protected]>
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 <[email protected]>
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 <[email protected]>
03ad563 to
86d8f03
Compare
|
ping @nrfconnect/ncs-eris |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me
Allow building NCS BM samples without SW ISR table