Skip to content

Commit a5c2a61

Browse files
committed
actions: footprint: fix csv formatting
Fix formatting of plan.txt CSV file and make it parseable by script. Signed-off-by: Anas Nashif <[email protected]>
1 parent 5aeb809 commit a5c2a61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/footprint/plan.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ footprints,power-management,it8xxx2_evb,tests/benchmarks/footprints,-DCONF_FILE=
1414
footprints,power-management,iotdk,tests/benchmarks/footprints,-DCONF_FILE=prj_pm.conf
1515
echo_client,default,frdm_k64f,samples/net/sockets/echo_client,
1616
echo_server,default,frdm_k64f,samples/net/sockets/echo_server,
17-
bt_beacon, default, nrf52840dk_nrf52840, samples/bluetooth/beacon
18-
bt_peripheral, default, nrf52840dk_nrf52840, samples/bluetooth/peripheral
19-
bt_central_hr, default, nrf52840dk_nrf52840, samples/bluetooth/central_hr
20-
bt_mesh_demo, default, bbc_microbit, samples/bluetooth/mesh_demo
17+
bt_beacon,default,nrf52840dk_nrf52840,samples/bluetooth/beacon,
18+
bt_peripheral,default,nrf52840dk_nrf52840,samples/bluetooth/peripheral,
19+
bt_central_hr,default,nrf52840dk_nrf52840,samples/bluetooth/central_hr,
20+
bt_mesh_demo,default,bbc_microbit,samples/bluetooth/mesh_demo,

0 commit comments

Comments
 (0)