View | Details | Raw Unified | Return to bug 251620
Collapse All | Expand All

(-)b/devel/msp430-debug-stack/Makefile (-2 / +2 lines)
Lines 1-10 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	msp430-debug-stack
3
PORTNAME=	msp430-debug-stack
4
PORTVERSION=	3.15.0.1
4
PORTVERSION=	3.15.1.1
5
#PORTREVISION=	0
5
#PORTREVISION=	0
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPDS/3_15_0_000/export/ \
7
MASTER_SITES=	http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPDS/3_15_1_001/export/ \
8
		http://www.ti.com/lit/ug/slau320ai/:doc1 \
8
		http://www.ti.com/lit/ug/slau320ai/:doc1 \
9
		http://www.ti.com/lit/ug/slau656b/:doc2
9
		http://www.ti.com/lit/ug/slau656b/:doc2
10
DISTFILES=	MSPDebugStack_OS_Package_${PORTVERSION:S/./_/g}.zip \
10
DISTFILES=	MSPDebugStack_OS_Package_${PORTVERSION:S/./_/g}.zip \
(-)b/devel/msp430-debug-stack/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1585852124
1
TIMESTAMP = 1606883416
2
SHA256 (MSPDebugStack_OS_Package_3_15_0_1.zip) = 31f8f66ce9f9156bcb550adf3937ebf44ad7995bef2517f2b09e408be947c4c5
2
SHA256 (MSPDebugStack_OS_Package_3_15_1_1.zip) = e3a59a98c43de7a92e5814d8c3304026165e6d2551e60acaca1f08c6b1a4bac8
3
SIZE (MSPDebugStack_OS_Package_3_15_0_1.zip) = 2183498
3
SIZE (MSPDebugStack_OS_Package_3_15_1_1.zip) = 2184052
4
SHA256 (slau320ai.pdf) = f8444827b5536939872842a6ad11a0e92caaf02620d5ca59efefc68e1bf6c3ae
4
SHA256 (slau320ai.pdf) = f8444827b5536939872842a6ad11a0e92caaf02620d5ca59efefc68e1bf6c3ae
5
SIZE (slau320ai.pdf) = 753510
5
SIZE (slau320ai.pdf) = 753510
6
SHA256 (slau656b.pdf) = a27303bf1060a598bab53481cdee05642dbb3cde7804786c5ab31cb1e911df0c
6
SHA256 (slau656b.pdf) = a27303bf1060a598bab53481cdee05642dbb3cde7804786c5ab31cb1e911df0c
(-)b/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_FetControl.cpp (+11 lines)
Added Link Here
1
--- DLL430_v3/src/TI/DLL430/FetControl.cpp.orig	2020-12-05 20:54:24 UTC
2
+++ DLL430_v3/src/TI/DLL430/FetControl.cpp
3
@@ -225,7 +225,7 @@ bool FetControl::resetCommunication()
4
 	data.push_back(0x00);
5
 	this->sendData(data);		// reset connection
6
 
7
-	std::this_thread::sleep_for(std::chrono::milliseconds(100));
8
+	std::this_thread::sleep_for(std::chrono::milliseconds(300));
9
 
10
 	HalExecElement* el = new HalExecElement(ID_Zero);
11
 	el->appendInputData8(STREAM_CORE_ZERO_VERSION);

Return to bug 251620