Skip to content

Commit

Permalink
Added requirements.txt file for board test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed May 22, 2024
1 parent 39ba642 commit 10f717a
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 543 deletions.
705 changes: 171 additions & 534 deletions Testing/board/cinput.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Testing/board/cinput.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C"

#if defined(CINPUT)

#define NB_CINPUT 5352
#define NB_CINPUT 1720
extern const uint8_t cinput[NB_CINPUT];

#endif
Expand Down
4 changes: 4 additions & 0 deletions Testing/board/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rich >= 13.7.1, < 14.0.0
numpy >= 1.26.4, < 2.0.0
pillow >= 10.2.0, < 11.0.0
opencv-python >= 4.9.0.80, < 5.0.0
1 change: 0 additions & 1 deletion Testing/board/runall.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import sys
import subprocess
import os
import colorama
import glob
import sys

Expand Down
2 changes: 1 addition & 1 deletion Testing/board/test_config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef TEST_CONFIG_H
#define TEST_CONFIG_H

#define TESTGROUP1
#define TESTGROUP2

#endif

12 changes: 6 additions & 6 deletions Testing/board/test_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
("VHT-Corstone-300","CS300"),
# No core config for running on AVH so it is a board run
#("MPS3-Corstone-300",),
("VHT-M4","M4FP"),
#("VHT-M4","M4FP"),
("VHT-M7","M7DP"),
],
#'CLANG':[
Expand All @@ -19,8 +19,8 @@
]
}

compiler={
'AC6':[
("MPS3-Corstone-300",),
],
}
#compiler={
# 'AC6':[
# ("MPS3-Corstone-300",),
# ],
#}

0 comments on commit 10f717a

Please sign in to comment.