From fa4df0998c5270b4a3087d43ba01c56c905d839d 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 82169c160b..641705cb9b 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" } }