From a754205acb391b7605c835657c22c0a6c155c28e Mon Sep 17 00:00:00 2001 From: MasterPhi Date: Tue, 7 Sep 2021 12:32:17 +0200 Subject: [PATCH] Rename iar.ipcf to iar_template.ipcf --- tools/iar_gen.py | 2 +- tools/{iar.ipcf => iar_template.ipcf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/{iar.ipcf => iar_template.ipcf} (100%) diff --git a/tools/iar_gen.py b/tools/iar_gen.py index b8c270ff7..73c8b29fc 100644 --- a/tools/iar_gen.py +++ b/tools/iar_gen.py @@ -5,7 +5,7 @@ import xml.dom.minidom as XML # Read base configuration base = "" -with open("iar.ipcf") as f: +with open("iar_template.ipcf") as f: base = f.read() # Enumerate all device/host examples diff --git a/tools/iar.ipcf b/tools/iar_template.ipcf similarity index 100% rename from tools/iar.ipcf rename to tools/iar_template.ipcf