Skip to content

Commit 4091306

Browse files
committed
Update FPGA documentation
1 parent d294118 commit 4091306

File tree

1 file changed

+7
-1
lines changed
  • hal/tests/TESTS/mbed_hal_fpga_ci_test_shield

1 file changed

+7
-1
lines changed

hal/tests/TESTS/mbed_hal_fpga_ci_test_shield/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
![30% center](fpga_test_shield.jpg)
66

77
```
8-
mbed test -n hal-tests-tests*fpga* --app-config TESTS/configs/fpga.json
8+
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json
9+
```
10+
11+
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.
12+
13+
```
14+
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json -DFPGA_FORCE_ALL_PORTS
915
```
1016

1117
FPGA_CI_TEST_SHIELD needed macro

0 commit comments

Comments
 (0)