From 5233c388ea59cadf19463e4650a06b86dbbd861f Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Tue, 2 Apr 2019 17:19:34 +0200 Subject: [PATCH] NUCLEO_L4R5ZI_P: enable sw4stm32 export --- 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 3d3a73070e..42dbf76129 100644 --- a/tools/export/sw4stm32/__init__.py +++ b/tools/export/sw4stm32/__init__.py @@ -288,6 +288,11 @@ class Sw4STM32(GNUARMEclipse): 'name': 'NUCLEO-L496ZG', 'mcuId': 'STM32L496ZGTx' }, + 'NUCLEO_L4R5ZI_P': + { + 'name': 'NUCLEO-L4R5ZI', + 'mcuId': 'STM32L4R5ZITx' + }, 'NUCLEO_L4R5ZI': { 'name': 'NUCLEO-L4R5ZI',