Skip to content

Commit

Permalink
variants: add all openocd.cfg for all variants (except c0)
Browse files Browse the repository at this point in the history
STM32C0 has no target cfg file in openocd scripts directory.
For all other variants, the openocd file is added.

Signed-off-by: Guillaume Gautier <[email protected]>
  • Loading branch information
gautierg-st committed Mar 15, 2023
1 parent 947f7b7 commit 505b98f
Show file tree
Hide file tree
Showing 531 changed files with 9,027 additions and 0 deletions.
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F030C6T/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F030C8T/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F030CCT/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F030F4P/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F030K6T/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F030R8T/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F030RCT/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F031C(4-6)T/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F031E6Y_F038E6Y/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F031F(4-6)P/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F031G(4-6)U/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F031K(4-6)U/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F031K6T/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F038C6T/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F038F6P/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F038G6U/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F038K6U/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F042C(4-6)(T-U)/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F042F(4-6)P/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F042G(4-6)U/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F042K(4-6)T/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
17 changes: 17 additions & 0 deletions variants/STM32F0xx/F042K(4-6)U/openocd.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# 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
Loading

0 comments on commit 505b98f

Please sign in to comment.