Skip to content

Commit 35574d2

Browse files
committed
DISCO_F746NG - disable uLib for uvision4, use scatter file
uLib does not support floating, does not make sense to have it enabled.
1 parent 6cb8531 commit 35574d2

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

workspace_tools/export/uvision4.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ class Uvision4(Exporter):
121121
'DISCO_F334C8',
122122
'DISCO_F429ZI',
123123
'DISCO_F469NI',
124-
'DISCO_F746NG',
125124
'DISCO_L053C8',
126125
'DISCO_L476VG',
127126
'LPC1549',

workspace_tools/export/uvision4_disco_f746ng.uvproj.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<hadIRAM2>0</hadIRAM2>
227227
<hadIROM2>0</hadIROM2>
228228
<StupSel>8</StupSel>
229-
<useUlib>1</useUlib>
229+
<useUlib>0</useUlib>
230230
<EndSel>0</EndSel>
231231
<uLtcg>0</uLtcg>
232232
<RoSelD>3</RoSelD>
@@ -390,7 +390,7 @@
390390
</VariousControls>
391391
</Aads>
392392
<LDads>
393-
<umfTarg>1</umfTarg>
393+
<umfTarg>0</umfTarg>
394394
<Ropi>0</Ropi>
395395
<Rwpi>0</Rwpi>
396396
<noStLib>0</noStLib>

workspace_tools/targets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,6 @@ def __init__(self):
852852
self.core = "Cortex-M7F"
853853
self.extra_labels = ['STM', 'STM32F7', 'STM32F746', 'STM32F746NG']
854854
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
855-
self.default_toolchain = "uARM"
856855
self.detect_code = ["0815"]
857856

858857
class DISCO_L476VG(Target):

0 commit comments

Comments
 (0)