-
Notifications
You must be signed in to change notification settings - Fork 13
manifest: update internal repository revision #278
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
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
config HAS_SOFTDEVICE_S115 | ||
bool | ||
depends on BOARD_BM_NRF54L15DK_NRF54L05_CPUAPP_S115_SOFTDEVICE || \ | ||
BOARD_BM_NRF54L15DK_NRF54L05_CPUAPP_S115_SOFTDEVICE_MCUBOOT || \ | ||
BOARD_BM_NRF54L15DK_NRF54L10_CPUAPP_S115_SOFTDEVICE || \ | ||
BOARD_BM_NRF54L15DK_NRF54L10_CPUAPP_S115_SOFTDEVICE_MCUBOOT || \ | ||
BOARD_BM_NRF54L15DK_NRF54L15_CPUAPP_S115_SOFTDEVICE || \ | ||
BOARD_BM_NRF54L15DK_NRF54L15_CPUAPP_S115_SOFTDEVICE_MCUBOOT | ||
default y |
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.
this does not belong 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.
I think this can be removed in total. Should be enough to depend on the SoC.
@@ -10,7 +10,7 @@ zephyr_library_sources( | |||
irq_connect.c | |||
) | |||
|
|||
if (CONFIG_SOFTDEVICE_S115) | |||
if (CONFIG_SOFTDEVICE AND CONFIG_SOC_SERIES_NRF54LX) |
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.
no space between bracket and if in cmake
71bc942
to
e4bc017
Compare
You can find the documentation preview for this PR here. |
Update nrf-bm-internal revision. Some changes required to Kconfig etc. Signed-off-by: Eivind Jølsgard <[email protected]>
e4bc017
to
5a56781
Compare
Update nrf-bm-internal revision.
Some changes required to Kconfig etc.