File tree Expand file tree Collapse file tree 17 files changed +289
-0
lines changed Expand file tree Collapse file tree 17 files changed +289
-0
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32f0x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32f1x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32f2x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32f3x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32f4x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32f7x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32g0x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32g4x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32h7x.cfg]
16+
17+ reset_config srst_only
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023, STMicroelectronics
3+ # All rights reserved.
4+ #
5+ # This software component is licensed by ST under BSD 3-Clause license,
6+ # the "License"; You may not use this file except in compliance with the
7+ # License. You may obtain a copy of the License at:
8+ # opensource.org/licenses/BSD-3-Clause
9+ #
10+
11+ source [find interface/stlink.cfg]
12+
13+ transport select hla_swd
14+
15+ source [find target/stm32l0.cfg]
16+
17+ reset_config srst_only
You can’t perform that action at this time.
0 commit comments