From 1e95aa1657ebaa0d92467208e39806307d8de262 Mon Sep 17 00:00:00 2001 From: Matt Gleason Date: Tue, 12 Nov 2024 11:12:59 -0500 Subject: [PATCH] SFT-4410: set openocd version in DEVELOPMENT.md --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2451445eb..70012eb6f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -63,7 +63,7 @@ The makefiles used by MicroPython and Passport firmware use Autotools. Install OpenOCD is used to connect to the STLink V2 debug probe. Note that this is only required for developers with a special Developer version of the Passport board. If all you want to do is build the firmware and install it with a Developer Pubkey over microSD, then you do not need to install OpenOCD. cd ~/ - git clone https://github.com/ntfreak/openocd.git + git clone --depth 1 --branch v0.12.0 https://github.com/ntfreak/openocd.git cd ~/openocd/ ./bootstrap ./configure --enable-stlink