diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index be01d71b3..d5926491c 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -47,7 +47,7 @@ proc find {filename} { return $t } - foreach vendor {nordic ti sifive st} { + foreach vendor {gigadevice nordic sifive st ti} { # - path/to/a/certain/config_file # replaced either with # - path/to/a/certain/${vendor}/config_file diff --git a/tcl/target/gd32e23x.cfg b/tcl/target/gigadevice/gd32e23x.cfg similarity index 100% rename from tcl/target/gd32e23x.cfg rename to tcl/target/gigadevice/gd32e23x.cfg diff --git a/tcl/target/gd32vf103.cfg b/tcl/target/gigadevice/gd32vf103.cfg similarity index 100% rename from tcl/target/gd32vf103.cfg rename to tcl/target/gigadevice/gd32vf103.cfg