Skip to content

Commit f5b77b6

Browse files
authored
Add soon-to-be required OpenOCD package dependencies (#50)
1 parent e518c53 commit f5b77b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OUTDIR="$(pwd)/pico"
1919
# Install dependencies
2020
GIT_DEPS="git git-lfs"
2121
SDK_DEPS="cmake gcc-arm-none-eabi gcc g++"
22-
OPENOCD_DEPS="gdb-multiarch automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev"
22+
OPENOCD_DEPS="gdb-multiarch automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev libjim-dev pkg-config"
2323
VSCODE_DEPS="code"
2424
UART_DEPS="minicom"
2525

0 commit comments

Comments
 (0)