From debbf3c6fa210ee75cef00e8c80f0286753d8d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Thu, 13 Jun 2019 17:15:23 +0200 Subject: [PATCH] cardem: currently simtrace does not support cardem the SIMtrace board does not support the current card emulation application because this uses a timer counter to handle the timeouts, but on the SIMtrace board this is not connected to the CLK signal Change-Id: Idd09ea534179f0ede705573e1373dbd045c9828a --- contrib/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 8268bcf8..1d6ff377 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -28,7 +28,7 @@ export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH" export LD_LIBRARY_PATH="$inst/lib" BUILDS="" -BUILDS+="simtrace/dfu simtrace/cardem simtrace/trace " # simtrace/triple_play +BUILDS+="simtrace/dfu simtrace/trace " BUILDS+="qmod/dfu qmod/cardem " BUILDS+="owhw/dfu owhw/cardem "