Skip to content

Commit 4079266

Browse files
committed
Add FPGA_FORCE_ALL_PORTS example
1 parent e04adce commit 4079266

File tree

1 file changed

+4
-0
lines changed
  • hal/tests/TESTS/mbed_hal_fpga_ci_test_shield

1 file changed

+4
-0
lines changed

hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json
1010

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

13+
```
14+
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json -DFPGA_FORCE_ALL_PORTS
15+
```
16+
1317
FPGA_CI_TEST_SHIELD needed macro
1418
and specific test capabilities per target
1519
are defined in:

0 commit comments

Comments
 (0)