From 0cbe9a4fb68dc320da39590b704c0d8404dcd714 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 99a6f000..0e8317fe 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -25,7 +25,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 "