Skip to content

Commit

Permalink
chore: add hpm6750 boards to openocd scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jul 2, 2024
1 parent d4a1958 commit bd3d4aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-openocd.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash


# export HPM_SDK_BASE=/path/to/hpm_sdk

export HPM_SDK_BASE=`pwd`/../hpm_sdk
Expand All @@ -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
Expand Down

0 comments on commit bd3d4aa

Please sign in to comment.