Skip to content

Commit

Permalink
Merge pull request #10294 from jeromecoutant/PR_L4REXPORT
Browse files Browse the repository at this point in the history
NUCLEO_L4R5ZI_P: enable sw4stm32 export
  • Loading branch information
0xc0170 authored Apr 3, 2019
2 parents 2369c12 + c537869 commit b501aed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/export/sw4stm32/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b501aed

Please sign in to comment.