Skip to content

Commit

Permalink
tools:scripts:mcufla.sh: change maxim openocd repository
Browse files Browse the repository at this point in the history
Because Maxim repositories were made private we can no longer use that
link to clone the repo, but was added support for maxim controllers in a
release of the openocd repo of analogdevices.

Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed Apr 18, 2024
1 parent 4124c6b commit 03c8253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/mcufla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ build_prerequisites_maxim() {
fi

if [ ! -d ~/.mcuflash/maxim/openocd ]; then
git clone https://github.com/MaximIntegratedMicros/openocd.git ~/.mcuflash/maxim/openocd &&
git clone --recursive -b 0.12.0-1.0.0 https://github.com/analogdevicesinc/openocd.git ~/.mcuflash/maxim/openocd &&
pushd ~/.mcuflash/maxim/openocd &&
./bootstrap &&
./configure --enable-cmsis-dap &&
Expand Down

0 comments on commit 03c8253

Please sign in to comment.