Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions boards/realtek/rtl8752h_evb/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# SPDX-License-Identifier: Apache-2.0

board_runner_args(jlink "--device=RTL8752H" "--speed=4000")
board_runner_args(pyocd "--target=RTL8752H" "--tool-opt=--pack=${ZEPHYR_HAL_REALTEK_MODULE_DIR}/bee/cmsis_pack/Realtek.RTL8752H_DFP.1.0.1.pack")

include(${ZEPHYR_BASE}/boards/common/mpcli.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10 changes: 10 additions & 0 deletions boards/realtek/rtl8752h_evb/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ the ``--runner`` (or ``-r``) option. Follow the instructions in the `J-Link Setu
:flash-args: -r jlink
:compact:

Using PyOCD
============

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: rtl8752h_evb/rtl8752hkf
:goals: flash
:flash-args: -r pyocd
:compact:

Visualizing the message
***********************

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ manifest:
- hal
- name: hal_realtek
path: modules/hal/realtek
revision: 84a7fd556d95a411ee3cbf4ed29478eced58fb35
revision: pull/23/head
groups:
- hal
- name: hal_renesas
Expand Down
Loading