Refactor HID report descriptor validation function

This commit is contained in:
Ciaran Woodward
2021-12-13 12:51:40 +00:00
parent 71dd8b5409
commit 8799f5f36e
3 changed files with 169 additions and 62 deletions

2
Jenkinsfile vendored
View File

@@ -45,7 +45,7 @@ pipeline {
// runWaf('.', "configure clean build --target=xcoreai")
// stash name: 'xua_unit_tests', includes: 'bin/*xcoreai.xe, '
viewEnv() {
runPython("TARGET=XCORE200 pytest -n1 -s")
runPython("TARGET=XCORE200 pytest -s")
}
}
}