Merge pull request #5707 from adustm/stm32l475_iar_export

Add IAR exporter for STM32L475VG (mcu of DISCO_L475VG_IOT01A)
pull/5723/head
Martin Kojtal 2017-12-20 14:40:35 +00:00 committed by GitHub
commit 2e6f24518b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"STM32L476VG": { "STM32L476VG": {
"OGChipSelectEditMenu": "STM32L476VG\tST STM32L476VG" "OGChipSelectEditMenu": "STM32L476VG\tST STM32L476VG"
}, },
"STM32L475VG": {
"OGChipSelectEditMenu": "STM32L475VG\tST STM32L475VG"
},
"LPC11U24FBD48/401": { "LPC11U24FBD48/401": {
"OGChipSelectEditMenu": "LPC11U24FBD64_401\tNXP LPC11U24FBD64_401" "OGChipSelectEditMenu": "LPC11U24FBD64_401\tNXP LPC11U24FBD64_401"
}, },