From 3c08c964942925206999911cf89a6af937045b3e Mon Sep 17 00:00:00 2001 From: Martin Kojtal <0xc0170@gmail.com> Date: Tue, 4 Jul 2017 09:48:44 +0100 Subject: [PATCH] IAR: remove stm32f413 from definitions This definition requires IAR 7.80.2 and higher. It will be readded once we all update to the latest IAR 7.80 patch release. For future, please any new target should state what are the requirements on tools to avoid this suprises. --- tools/export/iar/iar_definitions.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/export/iar/iar_definitions.json b/tools/export/iar/iar_definitions.json index d71287d556..742464e97a 100644 --- a/tools/export/iar/iar_definitions.json +++ b/tools/export/iar/iar_definitions.json @@ -110,9 +110,6 @@ "STM32F411RE": { "OGChipSelectEditMenu": "STM32F411RE\tST STM32F411RE" }, - "STM32F413ZH": { - "OGChipSelectEditMenu": "STM32F413ZH\tST STM32F413ZH" - }, "STM32L053C8": { "OGChipSelectEditMenu": "STM32L053x8\tST STM32L053x8" },