From bd3d4aa5873a660a641bd389ded6289653bbd74a Mon Sep 17 00:00:00 2001 From: Andelf Date: Tue, 2 Jul 2024 12:39:47 +0800 Subject: [PATCH] chore: add hpm6750 boards to openocd scripts --- run-openocd.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run-openocd.sh b/run-openocd.sh index 90642ff..2544271 100755 --- a/run-openocd.sh +++ b/run-openocd.sh @@ -1,6 +1,5 @@ #!/bin/bash - # export HPM_SDK_BASE=/path/to/hpm_sdk export HPM_SDK_BASE=`pwd`/../hpm_sdk @@ -14,6 +13,9 @@ export FAMILY=hpm6e00; export BOARD=hpm6e00evk # export FAMILY=hpm6300; export BOARD=hpm6300evk +# export FAMILY=hpm6750; export BOARD=hpm6750evkmini +# export FAMILY=hpm6750; export BOARD=hpm6750evk +# export FAMILY=hpm6750; export BOARD=hpm6750evk2 export PROBE=ft2232 # export PROBE=cmsis_dap