Skip to content

Commit

Permalink
Merge pull request #14491 from ARMmbed/docs-fpga
Browse files Browse the repository at this point in the history
Update FPGA documentation
  • Loading branch information
0xc0170 committed Apr 9, 2021
2 parents 9bbc8c9 + 4091306 commit 35b8e55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
![30% center](fpga_test_shield.jpg)

```
mbed test -n hal-tests-tests*fpga* --app-config TESTS/configs/fpga.json
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json
```

The `FPGA_FORCE_ALL_PORTS` macro can be defined to force all pinouts of all peripherals to be tested. Some FPGA tests only test one pinout of one peripheral by default, to save time.

```
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json -DFPGA_FORCE_ALL_PORTS
```

FPGA_CI_TEST_SHIELD needed macro
Expand Down

0 comments on commit 35b8e55

Please sign in to comment.