mirror of https://github.com/ARMmbed/mbed-os.git
DISCO_F746NG - disable uLib for uvision4, use scatter file
uLib does not support floating, does not make sense to have it enabled.pull/1467/head
parent
6cb8531848
commit
35574d2e55
|
@ -121,7 +121,6 @@ class Uvision4(Exporter):
|
|||
'DISCO_F334C8',
|
||||
'DISCO_F429ZI',
|
||||
'DISCO_F469NI',
|
||||
'DISCO_F746NG',
|
||||
'DISCO_L053C8',
|
||||
'DISCO_L476VG',
|
||||
'LPC1549',
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
<hadIRAM2>0</hadIRAM2>
|
||||
<hadIROM2>0</hadIROM2>
|
||||
<StupSel>8</StupSel>
|
||||
<useUlib>1</useUlib>
|
||||
<useUlib>0</useUlib>
|
||||
<EndSel>0</EndSel>
|
||||
<uLtcg>0</uLtcg>
|
||||
<RoSelD>3</RoSelD>
|
||||
|
@ -390,7 +390,7 @@
|
|||
</VariousControls>
|
||||
</Aads>
|
||||
<LDads>
|
||||
<umfTarg>1</umfTarg>
|
||||
<umfTarg>0</umfTarg>
|
||||
<Ropi>0</Ropi>
|
||||
<Rwpi>0</Rwpi>
|
||||
<noStLib>0</noStLib>
|
||||
|
|
|
@ -852,7 +852,6 @@ class DISCO_F746NG(Target):
|
|||
self.core = "Cortex-M7F"
|
||||
self.extra_labels = ['STM', 'STM32F7', 'STM32F746', 'STM32F746NG']
|
||||
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
|
||||
self.default_toolchain = "uARM"
|
||||
self.detect_code = ["0815"]
|
||||
|
||||
class DISCO_L476VG(Target):
|
||||
|
|
Loading…
Reference in New Issue