Skip to content

Commit

Permalink
Blacklist nrf52840dongle-all-clusters - runst out of flash (#20400)
Browse files Browse the repository at this point in the history
* Blacklist nrf52840dongle-all-clusters - runst out of flash

* Undo repo update

* Fix unit tests
  • Loading branch information
andy31415 authored and pull[bot] committed Jul 20, 2023
1 parent a65bf8c commit 1072916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def NrfTargets():
]

# Enable nrf52840dongle for all-clusters and lighting app only
yield target.Extend('nrf52840dongle-all-clusters', board=NrfBoard.NRF52840DONGLE, app=NrfApp.ALL_CLUSTERS)
yield target.Extend('nrf52840dongle-all-clusters', board=NrfBoard.NRF52840DONGLE, app=NrfApp.ALL_CLUSTERS).GlobBlacklist('Out of flash when linking')
yield target.Extend('nrf52840dongle-all-clusters-minimal', board=NrfBoard.NRF52840DONGLE, app=NrfApp.ALL_CLUSTERS_MINIMAL)
yield target.Extend('nrf52840dongle-light', board=NrfBoard.NRF52840DONGLE, app=NrfApp.LIGHT)

Expand Down
2 changes: 1 addition & 1 deletion scripts/build/testdata/all_targets_except_host.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ nrf-nrf52840dk-lock
nrf-nrf52840dk-pump
nrf-nrf52840dk-pump-controller
nrf-nrf52840dk-shell
nrf-nrf52840dongle-all-clusters
nrf-nrf52840dongle-all-clusters (NOGLOB: Out of flash when linking)
nrf-nrf52840dongle-all-clusters-minimal
nrf-nrf52840dongle-light
nrf-nrf5340dk-all-clusters
Expand Down
1 change: 0 additions & 1 deletion scripts/build/testdata/glob_star_targets_except_host.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ nrf-nrf52840dk-lock
nrf-nrf52840dk-pump
nrf-nrf52840dk-pump-controller
nrf-nrf52840dk-shell
nrf-nrf52840dongle-all-clusters
nrf-nrf52840dongle-all-clusters-minimal
nrf-nrf52840dongle-light
nrf-nrf5340dk-all-clusters
Expand Down

0 comments on commit 1072916

Please sign in to comment.