From a11405df526b7a44229de2bfa889439002c40c93 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Tue, 7 Jan 2020 17:33:17 +0100 Subject: [PATCH] scripts: requirements: Request version 0.24.0 for pyocd pyocd 0.24.0 provides support for more user options. This enables flashing of additional boards using pyocd. Signed-off-by: Erwan Gouriou --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 01b179458c0..373f5d7abc8 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -13,7 +13,7 @@ packaging ply>=3.10 pyelftools>=0.24 pykwalify -pyocd>=0.21.0 +pyocd>=0.24.0 pyserial pytest sphinx>=1.7.5