File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -85,3 +85,18 @@ The Mbed OS HAL provides a set of conformance tests for the Mbed OS HAL APIs. Yo
8585```
8686mbed test -t <toolchain> -m <target> -n mbed-os-tests-mbed_hal*
8787```
88+
89+ ### FPGA
90+
91+ You can test your port using the FPGA test shield component, which you can find in the ` mbed-os ` repository.
92+
93+ To run the FPGA test shield test, perform the following steps:
94+
95+ 1 . Ensure the FPGA test shield is programmed with the latest firmware version.
96+ 1 . Connect the FPGA test shield to the Device Under Test.
97+ 1 . Set the jumper on the FPGA test shield to select USB power.
98+ 1 . Connect the power to the FPGA test shield using a USB cable.
99+ 1 . Add the ` FPGA_CI_TEST_SHIELD ` component to the Device Under Test in the ` targets.json ` configuration file.
100+ 1 . Run the test:
101+
102+ ` tests-mbed_hal_fpga_ci_test_shield-spi `
You can’t perform that action at this time.
0 commit comments