Merge pull request #14491 from ARMmbed/docs-fpga

Update FPGA documentation
pull/14527/head
Martin Kojtal 2021-04-09 10:09:34 +02:00 committed by GitHub
commit 35b8e558e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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