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',