Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions soc/nordic/nrf54l/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ config SOC_NRF54LS05B_ENGA_CPUAPP
select CPU_CORTEX_M33
select CPU_CORTEX_M_HAS_DWT
select CPU_HAS_ICACHE
select CPU_HAS_ARM_MPU
select HAS_HW_NRF_RADIO_IEEE802154
select HAS_POWEROFF
select HAS_NORDIC_RAM_CTRL
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ manifest:
path: nrfx
groups:
- nrfx
revision: 1ec780d449d74dd9f89a76b062832ccce6e140d8
revision: ea33583397fecf09f8bed0b8487753a266f2cb10

# West-related configuration for the nrf repository.
self:
Expand Down
Loading