File tree Expand file tree Collapse file tree 5 files changed +1
-24
lines changed Expand file tree Collapse file tree 5 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 44config VPR_LAUNCHER
55 bool "VPR launcher"
66 default y
7- depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54H20_CPUFLPR || SOC_NRF54L09_ENGA_CPUFLPR || SOC_NRF54L15_CPUFLPR || SOC_NRF54L20_ENGA_CPUFLPR || SOC_NRF9280_CPUPPR)
7+ depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54H20_CPUFLPR || SOC_NRF54L15_CPUFLPR || SOC_NRF54L20_ENGA_CPUFLPR || SOC_NRF9280_CPUPPR)
88 help
99 Include VPR launcher in build.
1010 VPR launcher is a minimal sample built for an ARM core that starts given VPR core.
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ config SOC_NRF54L15_CPUAPP
3737config SOC_NRF54L05_CPUFLPR
3838 select RISCV_CORE_NORDIC_VPR
3939
40- config SOC_NRF54L09_ENGA_CPUFLPR
41- select RISCV_CORE_NORDIC_VPR
42-
4340config SOC_NRF54L10_CPUFLPR
4441 select RISCV_CORE_NORDIC_VPR
4542
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,13 +39,6 @@ config SOC_NRF54L09_ENGA_CPUAPP
3939 help
4040 NRF54L09 ENGA CPUAPP
4141
42- config SOC_NRF54L09_ENGA_CPUFLPR
43- bool
44- select SOC_NRF54L09_ENGA
45- help
46- NRF54L09 ENGA CPUFLPR
47-
48-
4942config SOC_NRF54L10
5043 bool
5144 select SOC_SERIES_NRF54LX
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ family:
2828 - name : nrf54l09
2929 cpuclusters :
3030 - name : cpuapp
31- - name : cpuflpr
3231 - name : nrf54l10
3332 cpuclusters :
3433 - name : cpuapp
@@ -112,7 +111,6 @@ runners:
112111 - nrf54l05/cpuflpr
113112 - qualifiers :
114113 - nrf54l09/cpuapp
115- - nrf54l09/cpuflpr
116114 - qualifiers :
117115 - nrf54l10/cpuapp
118116 - nrf54l10/cpuflpr
You can’t perform that action at this time.
0 commit comments