mirror of https://github.com/ARMmbed/mbed-os.git
frdm-k22f: fix IAR definition
Based on the https://www.keil.com/boards2/nxp/frdm_k22f/ - it contains xxx12 MCU. However IAR 7.80 has only xxx5 version, thus leaving NXP added version as xxx5.pull/7753/head
parent
7461844ec0
commit
b9ab52e503
|
@ -154,6 +154,9 @@
|
||||||
"FPU2": 7,
|
"FPU2": 7,
|
||||||
"NrRegs": 1
|
"NrRegs": 1
|
||||||
},
|
},
|
||||||
|
"MKL43Z256xxx4": {
|
||||||
|
"OGChipSelectEditMenu": "MKL43Z256xxx4\tFreescale MKL43Z256xxx4"
|
||||||
|
},
|
||||||
"LPC812M101JDH20": {
|
"LPC812M101JDH20": {
|
||||||
"OGChipSelectEditMenu": "LPC812M101\tNXP LPC812M101"
|
"OGChipSelectEditMenu": "LPC812M101\tNXP LPC812M101"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue