Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: toolchains/iar.py
- Revision:
- 22:9e85236d8716
- Parent:
- 21:4fdf0dd04f6f
- Child:
- 24:25bff2709c20
--- a/toolchains/iar.py Fri Jul 15 22:58:15 2016 +0100
+++ b/toolchains/iar.py Sat Jul 16 00:34:03 2016 +0100
@@ -219,7 +219,7 @@
@hook_tool
def archive(self, objects, lib_path):
if self.RESPONSE_FILES:
- param = ['-f', self.get_arch_files(objects)]
+ param = ['-f', self.get_arch_file(objects)]
else:
param = objects
