git: a1bdde4282e3 - main - devel/msp430-debug-stack: Increase timeout to 500ms
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 11:08:51 UTC
The branch main has been updated by lev: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1bdde4282e353d09bfc4b51153b18d55d751f38 commit a1bdde4282e353d09bfc4b51153b18d55d751f38 Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2022-04-14 11:08:19 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2022-04-14 11:08:19 +0000 devel/msp430-debug-stack: Increase timeout to 500ms PR: 259398 --- devel/msp430-debug-stack/Makefile | 2 +- .../files/patch-DLL430__v3_src_TI_DLL430_FetControl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile index fb53fd807679..36d96b0c2686 100644 --- a/devel/msp430-debug-stack/Makefile +++ b/devel/msp430-debug-stack/Makefile @@ -1,6 +1,6 @@ PORTNAME= msp430-debug-stack PORTVERSION= 3.15.1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://dr-download.ti.com/software-development/driver-or-library/MD-4vnqcP1Wk4/${PORTVERSION}/ \ http://www.ti.com/lit/ug/slau320aj/:doc1 \ diff --git a/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_FetControl.cpp b/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_FetControl.cpp index 7a6bcf72389a..f660b80e2fc9 100644 --- a/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_FetControl.cpp +++ b/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_FetControl.cpp @@ -5,7 +5,7 @@ this->sendData(data); // reset connection - std::this_thread::sleep_for(std::chrono::milliseconds(100)); -+ std::this_thread::sleep_for(std::chrono::milliseconds(300)); ++ std::this_thread::sleep_for(std::chrono::milliseconds(500)); HalExecElement* el = new HalExecElement(ID_Zero); el->appendInputData8(STREAM_CORE_ZERO_VERSION);