We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b300a6c commit 31a3cffCopy full SHA for 31a3cff
workspace_tools/targets.py
@@ -513,7 +513,7 @@ def __init__(self):
513
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
514
self.default_toolchain = "uARM"
515
self.supported_form_factors = ["ARDUINO", "MORPHO"]
516
- self.detect_code = ["0731"]
+ self.detect_code = ["0750"]
517
518
class NUCLEO_F103RB(Target):
519
def __init__(self):
@@ -543,7 +543,7 @@ def __init__(self):
543
544
545
546
- self.detect_code = ["0706"]
+ self.detect_code = ["0745"]
547
548
class NUCLEO_F334R8(Target):
549
0 commit comments