Merge pull request #4552 from bcostm/add_IAR_nucleo_f767zi

NUCLEO_F767ZI: Add missing IAR definitions
pull/4639/head
Jimmy Brisson 2017-06-26 10:27:46 -05:00 committed by GitHub
commit 72bdeefca9
1 changed files with 7 additions and 0 deletions

View File

@ -87,6 +87,13 @@
"FPU2": 6,
"NrRegs": 1
},
"STM32F767ZI": {
"OGChipSelectEditMenu": "STM32F767ZI\tST STM32F767ZI",
"GBECoreSlave": 41,
"CoreVariant": 41,
"FPU2": 7,
"NrRegs": 1
},
"MKL43Z256xxx4": {
"OGChipSelectEditMenu": "MKL43Z256xxx4\tFreescale MKL43Z256xxx4"
},