From dbd3465eba91e6632b47805d7d49c2940cab52e9 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Wed, 21 Aug 2024 12:48:33 +0200 Subject: [PATCH] tests/ports/psoc6/bitstream: Modified pins avoid interferences. Signed-off-by: enriquezgarc --- tests/ports/psoc6/board_ext_hw/multi/bitstream_tx.py | 2 +- tests/ports/psoc6/run_psoc6_tests.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/ports/psoc6/board_ext_hw/multi/bitstream_tx.py b/tests/ports/psoc6/board_ext_hw/multi/bitstream_tx.py index dd9d916a99681..039f257cbfacf 100755 --- a/tests/ports/psoc6/board_ext_hw/multi/bitstream_tx.py +++ b/tests/ports/psoc6/board_ext_hw/multi/bitstream_tx.py @@ -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" diff --git a/tests/ports/psoc6/run_psoc6_tests.sh b/tests/ports/psoc6/run_psoc6_tests.sh index aacc62afc7766..0480c56e7a89c 100755 --- a/tests/ports/psoc6/run_psoc6_tests.sh +++ b/tests/ports/psoc6/run_psoc6_tests.sh @@ -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