diff --git a/variants/STM32F0xx/openocd.cfg b/variants/STM32F0xx/openocd.cfg deleted file mode 100644 index d826582f1e..0000000000 --- a/variants/STM32F0xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32f0x.cfg] - -reset_config srst_only diff --git a/variants/STM32F1xx/openocd.cfg b/variants/STM32F1xx/openocd.cfg deleted file mode 100644 index 5687d45953..0000000000 --- a/variants/STM32F1xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32f1x.cfg] - -reset_config srst_only diff --git a/variants/STM32F2xx/openocd.cfg b/variants/STM32F2xx/openocd.cfg deleted file mode 100644 index daa416cb2a..0000000000 --- a/variants/STM32F2xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32f2x.cfg] - -reset_config srst_only diff --git a/variants/STM32F3xx/openocd.cfg b/variants/STM32F3xx/openocd.cfg deleted file mode 100644 index 95e3d0eab0..0000000000 --- a/variants/STM32F3xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32f3x.cfg] - -reset_config srst_only diff --git a/variants/STM32F4xx/openocd.cfg b/variants/STM32F4xx/openocd.cfg deleted file mode 100644 index f4754d9143..0000000000 --- a/variants/STM32F4xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32f4x.cfg] - -reset_config srst_only diff --git a/variants/STM32F7xx/openocd.cfg b/variants/STM32F7xx/openocd.cfg deleted file mode 100644 index 9f1f9665e1..0000000000 --- a/variants/STM32F7xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32f7x.cfg] - -reset_config srst_only diff --git a/variants/STM32G0xx/openocd.cfg b/variants/STM32G0xx/openocd.cfg deleted file mode 100644 index fbb7eb4ad6..0000000000 --- a/variants/STM32G0xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32g0x.cfg] - -reset_config srst_only diff --git a/variants/STM32G4xx/openocd.cfg b/variants/STM32G4xx/openocd.cfg deleted file mode 100644 index 8ff69bca04..0000000000 --- a/variants/STM32G4xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32g4x.cfg] - -reset_config srst_only diff --git a/variants/STM32H7xx/openocd.cfg b/variants/STM32H7xx/openocd.cfg deleted file mode 100644 index 9bfdded39c..0000000000 --- a/variants/STM32H7xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32h7x.cfg] - -reset_config srst_only diff --git a/variants/STM32L0xx/openocd.cfg b/variants/STM32L0xx/openocd.cfg deleted file mode 100644 index def6a13b35..0000000000 --- a/variants/STM32L0xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32l0.cfg] - -reset_config srst_only diff --git a/variants/STM32L1xx/openocd.cfg b/variants/STM32L1xx/openocd.cfg deleted file mode 100644 index 19c15f2b26..0000000000 --- a/variants/STM32L1xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32l1.cfg] - -reset_config srst_only diff --git a/variants/STM32L4xx/openocd.cfg b/variants/STM32L4xx/openocd.cfg deleted file mode 100644 index 94127ecb98..0000000000 --- a/variants/STM32L4xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32l4x.cfg] - -reset_config srst_only diff --git a/variants/STM32L5xx/openocd.cfg b/variants/STM32L5xx/openocd.cfg deleted file mode 100644 index 20a24ac69c..0000000000 --- a/variants/STM32L5xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32l5x.cfg] - -reset_config srst_only diff --git a/variants/STM32MP1xx/openocd.cfg b/variants/STM32MP1xx/openocd.cfg deleted file mode 100644 index 60c4c7db50..0000000000 --- a/variants/STM32MP1xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32mp15x.cfg] - -reset_config srst_only diff --git a/variants/STM32U5xx/openocd.cfg b/variants/STM32U5xx/openocd.cfg deleted file mode 100644 index 587f7aa8d3..0000000000 --- a/variants/STM32U5xx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32u5x.cfg] - -reset_config srst_only diff --git a/variants/STM32WBxx/openocd.cfg b/variants/STM32WBxx/openocd.cfg deleted file mode 100644 index f835c16689..0000000000 --- a/variants/STM32WBxx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32wbx.cfg] - -reset_config srst_only diff --git a/variants/STM32WLxx/openocd.cfg b/variants/STM32WLxx/openocd.cfg deleted file mode 100644 index 4ccd7efa18..0000000000 --- a/variants/STM32WLxx/openocd.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (c) 2023, STMicroelectronics -# All rights reserved. -# -# This software component is licensed by ST under BSD 3-Clause license, -# the "License"; You may not use this file except in compliance with the -# License. You may obtain a copy of the License at: -# opensource.org/licenses/BSD-3-Clause -# - -source [find interface/stlink.cfg] - -transport select hla_swd - -source [find target/stm32wlx.cfg] - -reset_config srst_only