zephyr/boards/arm/stm32mp157c_dk2
Arnaud Pouliquen ac53c83d42 boards: arm: stm32157c-dk2: fix openocd configuration
By default the port 3333 is assigned for the debug of the
Cortex-A CPUx. the port 3334 is assigned for the Cortex-M debug.

This configuration does not allow to debug the Cortex-M.
More than that the stm32mp157 Cortex-A is not supported in zephyr.

This patch introduces openocd configuration, which
allow to use the Zephyr openocd for the Cortex-M.

The configuration consists in disabling the stm32mp15x.cpu<X> port
to set the stm32mp15x.cm4 port to 3333.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
2022-11-15 12:18:01 +00:00
..
doc
support boards: arm: stm32157c-dk2: fix openocd configuration 2022-11-15 12:18:01 +00:00
Kconfig.board
Kconfig.defconfig
arduino_r3_connector.dtsi
board.cmake boards: arm: stm32157c-dk2: fix openocd configuration 2022-11-15 12:18:01 +00:00
stm32mp157c_dk2.dts
stm32mp157c_dk2.yaml
stm32mp157c_dk2_defconfig