From c537869a79698b37e5e292c1af9a0306e8800c2f 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 3d3a73070e1..42dbf761291 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',