-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description of defect
FPGA test: AnalogIn test issue.
Steps to reproduce:
- mbed test --run -m CY8CKIT_062_WIFI_BT -t GCC_ARM -n tests-mbed_hal_fpga_ci_test_shield-analogin
- Test failed
- Comment out line in analoin/main.c "Case("AnalogIn - init test", all_ports<AnaloginPort, DefaultFormFactor, analogin_init>),"
- Run tests
- Test PASS
- Uncomment 3), comment out next test case
- Run test
- Test PASS
Target(s) affected by this defect ?
tested on CY8CKIT_062_WIFI_BT
Toolchain(s) (name and version) displaying this defect ?
tested on GCC_ARM
What version of Mbed-os are you using (tag or sha) ?
Latest
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
N/A
How is this defect reproduced ?
Always.