diff --git a/docs/porting/target/static_pinmap.md b/docs/porting/target/static_pinmap.md index 2bad9a413..ee54307a9 100644 --- a/docs/porting/target/static_pinmap.md +++ b/docs/porting/target/static_pinmap.md @@ -169,7 +169,13 @@ Total flash memory (text + data): 44554(-1010) bytes Run FPGA tests to check whether your implementation is valid: ``` - mbed test -t ARM -m K64F -n tests-mbed_hal_fpga_ci_test_shield* +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 ``` **Note:** Your target must be ready to run FPGA Test Shield tests.