boards: arm: olimex stm32-h103: support for BMP
Add support for flashing and debugging with the Black Magic Probe debugging tool. Signed-off-by: Josep Puigdemont <josep.puigdemont@gmail.com>
This commit is contained in:
parent
40a8553b0d
commit
447e3e6266
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
board_runner_args(blackmagicprobe "--connect-rst")
|
||||
board_runner_args(jlink "--device=STM32F103RB" "--speed=4000")
|
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|
||||
|
|
|
@ -203,6 +203,8 @@ SWD transport, but it is also possible to use JTAG with the Olimex ARM-USB-OCD-H
|
|||
probe, for instance. For the latter, you should replace the file ``openocd.cfg``
|
||||
by ``openocd_olimex_jtag.cfg``, located in the board's support directory.
|
||||
|
||||
The ``blackmagicprobe`` can also be used to program the device.
|
||||
|
||||
Flashing
|
||||
========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue