From 45b0f4020df2f1dcbb41b66d791c69f7ff3e77b2 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Thu, 19 Jan 2017 03:54:10 -0600 Subject: [PATCH] Fix all undefined key errors in iar exporter --- tools/export/iar/__init__.py | 2 ++ tools/export/iar/ewp.tmpl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/export/iar/__init__.py b/tools/export/iar/__init__.py index 3951d915cd..b075c7c9e6 100644 --- a/tools/export/iar/__init__.py +++ b/tools/export/iar/__init__.py @@ -64,8 +64,10 @@ class IAR(Exporter): "GFPUCoreSlave": '', "GFPUCoreSlave2": 40, "GBECoreSlave": 35, + "GBECoreSlave2": '', "FPU2": 0, "NrRegs": 0, + "NEON": '', } iar_defaults.update(device_info) diff --git a/tools/export/iar/ewp.tmpl b/tools/export/iar/ewp.tmpl index 943c148cbc..cf5b7f0e6e 100644 --- a/tools/export/iar/ewp.tmpl +++ b/tools/export/iar/ewp.tmpl @@ -131,7 +131,7 @@