Skip to content

Commit

Permalink
tests/psoc6: Disable ADC h/w test.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
  • Loading branch information
NikhitaR-IFX committed Mar 7, 2024
1 parent 44012e5 commit 16113a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/psoc6/hw_ext/adc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@
adc_pin_mid = "P10_3"
adc_pin_max = "P10_0"
adc_wrong_pin_name = "P13_7"
# Enable after DUT setup
print("SKIP")
raise SystemExit
elif "CY8CPROTO-063-BLE" in machine:
adc_pin_gnd = "P10_1"
adc_pin_mid = "P10_3"
adc_pin_max = "P10_0"
adc_wrong_pin_name = "P13_7"
print("SKIP")
raise SystemExit

# 0.35V
tolerance_uv = 350000
Expand Down

0 comments on commit 16113a0

Please sign in to comment.