From 246335af92f4fea528eec994bfd0b7c1c9329e7c Mon Sep 17 00:00:00 2001 From: Sarah Marsh Date: Tue, 11 Oct 2016 18:25:07 +0100 Subject: [PATCH] NRF52_DK support for IAR exporter --- tools/export/iar/iar_definitions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/export/iar/iar_definitions.json b/tools/export/iar/iar_definitions.json index 82169c160bb..641705cb9bd 100644 --- a/tools/export/iar/iar_definitions.json +++ b/tools/export/iar/iar_definitions.json @@ -146,5 +146,8 @@ }, "STM32F407VG": { "OGChipSelectEditMenu": "STM32F407VG\tST STM32F407VG" + }, + "nRF52832_xxAA":{ + "OGChipSelectEditMenu": "nRF52832-xxAA\tNordicSemi nRF52832-xxAA" } }