Skip to content

Commit

Permalink
tests/ports/psoc6/bitstream: Modified pins avoid interferences.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx committed Aug 21, 2024
1 parent a3a2662 commit dbd3465
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ports/psoc6/board_ext_hw/multi/bitstream_tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
board = os.uname().machine
if "CY8CPROTO-062-4343W" in board:
bitstream_pin_name = "P12_1"
wait_signal_pin_name = "P13_4"
wait_signal_pin_name = "P12_3"
elif "CY8CPROTO-063-BLE" in board:
bitstream_pin_name = "P5_2"
wait_signal_pin_name = "P6_2"
Expand Down
2 changes: 0 additions & 2 deletions tests/ports/psoc6/run_psoc6_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@ run_ci_tests() {
fi
i2s_tests

# TODO: Bitstream not working for CY8CPROTO-062-4343W. Fix needed.
if [ "${board}" == "CY8CPROTO-062-4343W" ] || [ "${board}" == "CY8CPROTO-063-BLE" ]; then
#if [ "${board}" == "CY8CPROTO-063-BLE" ]; then
dev_test=${devs_a[0]}
dev_stub=${devs_b[0]}
else
Expand Down

0 comments on commit dbd3465

Please sign in to comment.