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
…20406)

* Blacklist nrf52840dongle-all-clusters - runst out of flash

* Undo repo update

* Fix unit tests

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
woody-apple and andy31415 authored Jul 7, 2022
1 parent d716dc1 commit 6b84e07
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 @@ -412,7 +412,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 6b84e07

Please sign in to comment.