From 35574d2e55a0694a93ca05906dc8419349a5bee4 Mon Sep 17 00:00:00 2001 From: 0xc0170 Date: Mon, 11 Jan 2016 11:20:38 +0000 Subject: [PATCH] DISCO_F746NG - disable uLib for uvision4, use scatter file uLib does not support floating, does not make sense to have it enabled. --- workspace_tools/export/uvision4.py | 1 - workspace_tools/export/uvision4_disco_f746ng.uvproj.tmpl | 4 ++-- workspace_tools/targets.py | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/workspace_tools/export/uvision4.py b/workspace_tools/export/uvision4.py index c951c85f32a..b0ce8671047 100644 --- a/workspace_tools/export/uvision4.py +++ b/workspace_tools/export/uvision4.py @@ -121,7 +121,6 @@ class Uvision4(Exporter): 'DISCO_F334C8', 'DISCO_F429ZI', 'DISCO_F469NI', - 'DISCO_F746NG', 'DISCO_L053C8', 'DISCO_L476VG', 'LPC1549', diff --git a/workspace_tools/export/uvision4_disco_f746ng.uvproj.tmpl b/workspace_tools/export/uvision4_disco_f746ng.uvproj.tmpl index 22e2587e844..8b7167b0497 100644 --- a/workspace_tools/export/uvision4_disco_f746ng.uvproj.tmpl +++ b/workspace_tools/export/uvision4_disco_f746ng.uvproj.tmpl @@ -226,7 +226,7 @@ 0 0 8 - 1 + 0 0 0 3 @@ -390,7 +390,7 @@ - 1 + 0 0 0 0 diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index 984a770d63e..d6e15970b5d 100755 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -852,7 +852,6 @@ def __init__(self): 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):