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 @@ -18,7 +18,7 @@ OUTDIR="$(pwd)/pico"
1818# Install dependencies
1919GIT_DEPS=" git"
2020SDK_DEPS=" cmake gcc-arm-none-eabi gcc g++"
21- OPENOCD_DEPS=" gdb-multiarch automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev"
21+ OPENOCD_DEPS=" gdb-multiarch automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev libgpiod-dev "
2222VSCODE_DEPS=" code"
2323UART_DEPS=" minicom"
2424
127127 # Should we include picoprobe support (which is a Pico acting as a debugger for another Pico)
128128 INCLUDE_PICOPROBE=1
129129 OPENOCD_BRANCH=" rp2040-v0.12.0"
130- OPENOCD_CONFIGURE_ARGS=" --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio"
130+ OPENOCD_CONFIGURE_ARGS=" --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio --enable-linuxgpiod "
131131 if [[ " $INCLUDE_PICOPROBE " == 1 ]]; then
132132 OPENOCD_CONFIGURE_ARGS=" $OPENOCD_CONFIGURE_ARGS --enable-picoprobe"
133133 fi
You can’t perform that action at this time.
0 commit comments