Skip to content

Commit

Permalink
Adding nrfconnect switch app in build targets script
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Nov 29, 2022
1 parent 23a961e commit 6d43df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def BuildNrfTarget():
TargetPart('all-clusters-minimal', app=NrfApp.ALL_CLUSTERS_MINIMAL),
TargetPart('lock', app=NrfApp.LOCK),
TargetPart('light', app=NrfApp.LIGHT),
TargetPart('light-switch', app=NrfApp.SWITCH),
TargetPart('shell', app=NrfApp.SHELL),
TargetPart('pump', app=NrfApp.PUMP),
TargetPart('pump-controller', app=NrfApp.PUMP_CONTROLLER),
Expand Down

0 comments on commit 6d43df1

Please sign in to comment.