Skip to content

Commit aeae105

Browse files
author
Amanda Butler
authored
Start FPGA getting started guide in target.md
Start getting started guide for the FPGA test shield.
1 parent 6fc97d3 commit aeae105

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/porting/target/target.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,16 @@ The Mbed OS HAL provides a set of conformance tests for the Mbed OS HAL APIs. Yo
8585
```
8686
mbed 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. Add the `FPGA_CI_TEST_SHIELD` component to the Device Under Test in the `targets.json` configuration file.
98+
1. Run the test:
99+
100+
`mbed test -t GCC_ARM -m K66F -n tests-mbed_hal_fpga_ci_test_shield-spi_slave -v`

0 commit comments

Comments
 (0)