Skip to content

Commit f281ecd

Browse files
committed
Comand IAR toolchain to provide intel-hex as a build product.
1 parent 3c8c82b commit f281ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/iar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def archive(self, objects, lib_path):
198198
@hook_tool
199199
def binary(self, resources, elf, bin):
200200
# Build binary command
201-
cmd = [self.elf2bin, "--bin", elf, bin]
201+
cmd = [self.elf2bin, "--ihex", elf, bin]
202202

203203
# Call cmdline hook
204204
cmd = self.hook.get_cmdline_binary(cmd)

0 commit comments

Comments
 (0)