From 377f759304fd80ef509561a58a2b383651709ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C5=82=C4=85bek=2C=20Andrzej?= Date: Wed, 8 Mar 2017 11:06:35 +0100 Subject: [PATCH] IAR exporter: extended debugger settings template with modifiable options needed for Nordic targets. --- tools/export/iar/__init__.py | 3 +++ tools/export/iar/ewd.tmpl | 6 +++--- tools/export/iar/iar_definitions.json | 10 ++++++++-- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/tools/export/iar/__init__.py b/tools/export/iar/__init__.py index b85e465e97..2c6073006f 100644 --- a/tools/export/iar/__init__.py +++ b/tools/export/iar/__init__.py @@ -78,6 +78,9 @@ class IAR(Exporter): "FPU2": 0, "NrRegs": 0, "NEON": '', + "CExtraOptionsCheck": 0, + "CExtraOptions": "", + "CMSISDAPJtagSpeedList": 0, } iar_defaults.update(device_info) diff --git a/tools/export/iar/ewd.tmpl b/tools/export/iar/ewd.tmpl index c5b321dcb3..debef36424 100644 --- a/tools/export/iar/ewd.tmpl +++ b/tools/export/iar/ewd.tmpl @@ -57,11 +57,11 @@