File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ OUTDIR="$(pwd)/pico"
1919# Install dependencies
2020GIT_DEPS=" git git-lfs"
2121SDK_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 libjim-dev pkg-config"
22+ OPENOCD_DEPS=" gdb-multiarch automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev libjim-dev pkg-config libgpiod-dev "
2323VSCODE_DEPS=" code"
2424UART_DEPS=" minicom"
2525
134134 # Build OpenOCD
135135 echo " Building OpenOCD"
136136 cd $OUTDIR
137- OPENOCD_CONFIGURE_ARGS=" --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio --disable-werror"
137+ OPENOCD_CONFIGURE_ARGS=" --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio --disable-werror --enable-linuxgpiod "
138138
139139 git clone " ${GITHUB_PREFIX} openocd${GITHUB_SUFFIX} " --depth=1
140140 cd openocd
You can’t perform that action at this time.
0 commit comments