Skip to content

Commit

Permalink
tests/ports/psoc6: Tests skip check.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <[email protected]>
  • Loading branch information
NikhitaR-IFX committed Nov 27, 2024
1 parent 44228e8 commit 06e49de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
import machine
import time

print("*** PDM_PCM tests - RX ***")
# Allocate pin based on board
board = os.uname().machine
if "CY8CPROTO-062-4343W" in board:
clk_pin = "P10_4"
data_pin = "P10_5"
send_signal_to_tx_pin = "P10_3"

elif "CY8CPROTO-063-BLE" in board:
print("SKIP")
raise SystemExit
Expand Down
1 change: 1 addition & 0 deletions tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py.exp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*** PDM_PCM tests - RX ***
1. blocking read implementation
*** Test for data high ***
data received for mode = 0, bits = PDM_PCM.BITS_16, rate = 8000 : True
Expand Down

0 comments on commit 06e49de

Please sign in to comment.