From c17c410dc6a028848cf92fd710d96ad88adc76c6 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Ancele Date: Mon, 2 Oct 2017 11:59:44 +0200 Subject: [PATCH] add target definition for sw4stm32 exporter --- tools/export/sw4stm32/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/export/sw4stm32/__init__.py b/tools/export/sw4stm32/__init__.py index d9fd0cf91f..ce15e09657 100644 --- a/tools/export/sw4stm32/__init__.py +++ b/tools/export/sw4stm32/__init__.py @@ -254,6 +254,11 @@ class Sw4STM32(GNUARMEclipse): 'name': 'NUCLEO-L486RG', 'mcuId': 'STM32L486RGTx' }, + 'NUCLEO_L496ZG': + { + 'name': 'NUCLEO-L496ZG', + 'mcuId': 'STM32L496ZGTx' + }, } TARGETS = BOARDS.keys()