Skip to content

Commit

Permalink
tests/psoc6: Bitstream Pin change.
Browse files Browse the repository at this point in the history
Signed-off-by: IFX-Anusha <[email protected]>
  • Loading branch information
IFX-Anusha committed Aug 20, 2024
1 parent 68f4633 commit a3a2662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/ports/psoc6/board_ext_hw/multi/bitstream_rx.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
board = os.uname().machine
if "CY8CPROTO-062-4343W" in board:
bitstream_in_pin_name = "P12_1"
rx_ready_signal_pin_name = "P13_4"
rx_ready_signal_pin_name = "P12_3"
elif "CY8CPROTO-063-BLE" in board:
bitstream_in_pin_name = "P5_2"
rx_ready_signal_pin_name = "P6_2"
elif "CY8CKIT-062S2-AI" in board:
bitstream_in_pin_name = "P9_6"
bitstream_in_pin_name = "P9_3"
rx_ready_signal_pin_name = "P9_7"

expected_values = [
Expand Down
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 @@ -19,7 +19,7 @@
bitstream_pin_name = "P5_2"
wait_signal_pin_name = "P6_2"
elif "CY8CKIT-062S2-AI" in board:
bitstream_pin_name = "P9_3"
bitstream_pin_name = "P9_5"
wait_signal_pin_name = "P9_7"

signal_received = False
Expand Down

0 comments on commit a3a2662

Please sign in to comment.