Skip to content

Commit 936c576

Browse files
committed
Change uARM default toolchain for DISCO_F429ZI
1 parent 88bbe08 commit 936c576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ def __init__(self):
826826
self.core = "Cortex-M4F"
827827
self.extra_labels = ['STM', 'STM32F4', 'STM32F429', 'STM32F429ZI']
828828
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
829-
self.default_toolchain = "GCC_ARM"
829+
self.default_toolchain = "uARM"
830830

831831
class DISCO_F469NI(Target):
832832
def __init__(self):

0 commit comments

Comments
 (0)