Skip to content

Commit

Permalink
soc: nordic: add nRF54L15 FLPR target to vpr_launcher
Browse files Browse the repository at this point in the history
nRF54L15 Engineering A target has been added, support it in
`vpr_launcher`.

Signed-off-by: Marcin Szymczyk <[email protected]>
  • Loading branch information
masz-nordic committed Apr 17, 2024
1 parent 76ec469 commit 29632b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/nordic/common/vpr/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

config VPR_LAUNCHER
bool "VPR launcher"
depends on SOC_NRF54H20_CPUPPR
depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54L15_ENGA_CPUFLPR)
help
Include VPR launcher hex for application core.

0 comments on commit 29632b4

Please sign in to comment.