File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-or-later
2+
3+ # This is a stm32h747i-disco with a single STM32H747XIH6 chip.
4+ # www.st.com/en/product/stm32h747i-disco.html
5+ #
6+
7+ # This is for using the onboard STLINK
8+ source [find interface/stlink.cfg]
9+
10+ transport select hla_swd
11+
12+ set CHIPNAME STM32H747BITx
13+ set BOARDNAME genericBoard
14+
15+ source [find target/stm32h7x.cfg]
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ platform = ststm32
1313board = astra_fc_v1
1414framework = arduino
1515
16+ ; Note - this is here to point openocd at the correct board file
17+ upload_command = openocd -f " ${PROJECT_DIR}/boards/astra_fc_v1.cfg" -c " program {$SOURCE} verify reset exit"
18+
1619lib_ldf_mode = chain+
1720lib_deps =
1821 SPI
You can’t perform that action at this time.
0 commit comments