mirror of https://github.com/ARMmbed/mbed-os.git
Update IAR template and STM M7 part options
parent
c638d2cdcb
commit
2481c468ce
|
@ -69,7 +69,9 @@ class IAR(Exporter):
|
|||
"CoreVariant": '',
|
||||
"GFPUCoreSlave": '',
|
||||
"GFPUCoreSlave2": 40,
|
||||
"GBECoreSlave": 35
|
||||
"GBECoreSlave": 35,
|
||||
"FPU2": 0,
|
||||
"NrRegs": 0,
|
||||
}
|
||||
|
||||
iar_defaults.update(device_info)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<name>General</name>
|
||||
<archiveVersion>3</archiveVersion>
|
||||
<data>
|
||||
<version>22</version>
|
||||
<version>24</version>
|
||||
<wantNonLocal>1</wantNonLocal>
|
||||
<debug>1</debug>
|
||||
<option>
|
||||
|
@ -30,11 +30,6 @@
|
|||
<name>ListPath</name>
|
||||
<state>$PROJ_DIR$\BUILD\List</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>Variant</name>
|
||||
<version>20</version>
|
||||
<state>{{device.CoreVariant}}</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GEndianMode</name>
|
||||
<state>0</state>
|
||||
|
@ -61,11 +56,6 @@
|
|||
<name>GOutputBinary</name>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>FPU</name>
|
||||
<version>2</version>
|
||||
<state>5</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>OGCoreOrChip</name>
|
||||
<state>1</state>
|
||||
|
@ -90,7 +80,7 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>OGLastSavedByProductVersion</name>
|
||||
<state>7.10.3.6927</state>
|
||||
<state>7.80.2.11970</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GeneralEnableMisra</name>
|
||||
|
@ -122,31 +112,26 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>GeneralMisraRules98</name>
|
||||
<state>1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111</state>
|
||||
<version>0</version>
|
||||
<state>1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GeneralMisraVer</name>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<state>111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111</state>
|
||||
<version>0</version>
|
||||
<name>GeneralMisraRules04</name>
|
||||
<version>0</version>
|
||||
<state>111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>RTConfigPath2</name>
|
||||
<state>$TOOLKIT_DIR$\INC\c\DLib_Config_Full.h</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GFPUCoreSlave</name>
|
||||
<version>20</version>
|
||||
<state>{{device.GFPUCoreSlave}}</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GBECoreSlave</name>
|
||||
<version>20</version>
|
||||
<state>{{device.GBECoreSlave}}</state>
|
||||
<version>24</version>
|
||||
<state>{{GBECoreSlave}}</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>OGUseCmsis</name>
|
||||
|
@ -156,6 +141,34 @@
|
|||
<name>OGUseCmsisDspLib</name>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CoreVariant</name>
|
||||
<version>24</version>
|
||||
<state>{{device.CoreVariant}}</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GFPUDeviceSlave</name>
|
||||
<state></state>
|
||||
</option>
|
||||
<option>
|
||||
<name>FPU2</name>
|
||||
<version>0</version>
|
||||
<state>{{device.FPU2}}</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>NrRegs</name>
|
||||
<version>0</version>
|
||||
<state>{{device.NrRegs}}</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>NEON</name>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GFPUCoreSlave2</name>
|
||||
<version>24</version>
|
||||
<state>{{device.GFPUCoreSlave2}}</state>
|
||||
</option>
|
||||
</data>
|
||||
</settings>
|
||||
<settings>
|
||||
|
|
|
@ -73,9 +73,10 @@
|
|||
},
|
||||
"STM32F746ZG": {
|
||||
"OGChipSelectEditMenu": "STM32F746ZG\tST STM32F746ZG",
|
||||
"GBECoreSlave": 41,
|
||||
"CoreVariant": 41,
|
||||
"GFPUCoreSlave2": 41,
|
||||
"GBECoreSlave": 41
|
||||
"FPU2": 6,
|
||||
"NrRegs": 1
|
||||
},
|
||||
"MKL43Z256xxx4": {
|
||||
"OGChipSelectEditMenu": "MKL43Z256xxx4\tFreescale MKL43Z256xxx4"
|
||||
|
@ -84,7 +85,11 @@
|
|||
"OGChipSelectEditMenu": "LPC812M101\tNXP LPC812M101"
|
||||
},
|
||||
"STM32F746NG": {
|
||||
"OGChipSelectEditMenu": "STM32F746NG\tST STM32F746NG"
|
||||
"OGChipSelectEditMenu": "STM32F746NG\tST STM32F746NG",
|
||||
"GBECoreSlave": 41,
|
||||
"CoreVariant": 41,
|
||||
"FPU2": 6,
|
||||
"NrRegs": 1
|
||||
},
|
||||
"STM32F411RE": {
|
||||
"OGChipSelectEditMenu": "STM32F411RE\tST STM32F411RE"
|
||||
|
|
Loading…
Reference in New Issue