From a2c193374cd47c854d298243cf097f4a2b12d70e Mon Sep 17 00:00:00 2001 From: Dmitrii Golovanov Date: Wed, 23 Oct 2024 11:52:17 +0200 Subject: [PATCH] ci: footprint: fix nrf5340dk/nrf5340/cpuapp board name Fix nrf5340dk/nrf5340/cpuapp board name to align with HWMv2 changes and resolve build error for its footprint data collection. Signed-off-by: Dmitrii Golovanov --- scripts/footprint/plan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/footprint/plan.txt b/scripts/footprint/plan.txt index 910a994c514..f53a1371e7c 100644 --- a/scripts/footprint/plan.txt +++ b/scripts/footprint/plan.txt @@ -18,7 +18,7 @@ bt_beacon,default,nrf52840dk/nrf52840,samples/bluetooth/beacon, bt_peripheral,default,nrf52840dk/nrf52840,samples/bluetooth/peripheral, bt_central_hr,default,nrf52840dk/nrf52840,samples/bluetooth/central_hr, bt_mesh_demo,default,bbc_microbit,samples/bluetooth/mesh_demo, -bt_hap_ha,default,nrf5340dk/nrf5340_cpuapp,samples/bluetooth/hap_ha, +bt_hap_ha,default,nrf5340dk/nrf5340/cpuapp,samples/bluetooth/hap_ha, bt_bap_unicast_client,default,nrf5340dk/nrf5340/cpuapp,samples/bluetooth/bap_unicast_client, bt_bap_unicast_server,default,nrf5340dk/nrf5340/cpuapp,samples/bluetooth/bap_unicast_server, bt_tmap_central,default,nrf5340dk/nrf5340/cpuapp,samples/bluetooth/tmap_central,