We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c8f31e + 9e52521 commit 7689ed1Copy full SHA for 7689ed1
docs/porting/target/spi.md
@@ -128,3 +128,11 @@ mbed test -t <toolchain> -m <target> -n "tests-mbed_hal-spi*"
128
You can read more about the test cases:
129
130
[](http://os.mbed.com/docs/development/feature-hal-spec-spi-doxy/group__hal__spi__tests.html)
131
+
132
+To test SPI using the FPGA test shield:
133
134
+1. Check out `feature-hal-spec-spi` mbed-os branch.
135
+1. Run the tests:
136
137
+ - SPI master: `mbed test -t GCC_ARM -m K64F -n tests-mbed_hal_fpga_ci_test_shield-spi_master -v`
138
+ - SPI slave: `mbed test -t GCC_ARM -m K64F -n tests-mbed_hal_fpga_ci_test_shield-spi_slave -v`
0 commit comments