mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10294 from jeromecoutant/PR_L4REXPORT
NUCLEO_L4R5ZI_P: enable sw4stm32 exportpull/10309/head
commit
b501aeda09
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue