Skip to content

Commit 4540a40

Browse files
authored
Update FPGA documentation (#1439)
* Update FPGA documentation * Add FPGA_FORCE_ALL_PORTS example * Wording
1 parent 525c04a commit 4540a40

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/porting/target/static_pinmap.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,13 @@ Total flash memory (text + data): 44554(-1010) bytes
169169
Run FPGA tests to check whether your implementation is valid:
170170

171171
```
172-
 mbed test -t ARM -m K64F -n tests-mbed_hal_fpga_ci_test_shield*
172+
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json
173+
```
174+
175+
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.
176+
177+
```
178+
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json -DFPGA_FORCE_ALL_PORTS
173179
```
174180

175181
<span class="notes">**Note:** Your target must be ready to run FPGA Test Shield tests.</span>

0 commit comments

Comments
 (0)