Skip to content

Commit bee3cd9

Browse files
authored
Merge pull request #433 from pennam/imgtool_fix_edge_control
Edge control: boards.txt: fix hardcoded imgtool exit command
2 parents 899d9be + 852d3af commit bee3cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edge_control.build.fpu=-mfpu=fpv4-sp-d16
1313
edge_control.build.float-abi=-mfloat-abi=softfp
1414
edge_control.build.board=EDGE_CONTROL
1515
edge_control.build.ldscript=linker_script.ld
16-
edge_control.build.postbuild.cmd=imgtool exit
16+
edge_control.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
1717
edge_control.compiler.mbed.arch.define=-DARDUINO_ARCH_NRF52840
1818
edge_control.compiler.mbed.defines={build.variant.path}/defines.txt
1919
edge_control.compiler.mbed.ldflags={build.variant.path}/ldflags.txt

0 commit comments

Comments
 (0)