Skip to content

Commit 7689ed1

Browse files
author
Amanda Butler
authored
Merge pull request #1087 from ARMmbed/AnotherButler-patch-4
Add FPGA info to spi.md
2 parents 3c8f31e + 9e52521 commit 7689ed1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/porting/target/spi.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,11 @@ mbed test -t <toolchain> -m <target> -n "tests-mbed_hal-spi*"
128128
You can read more about the test cases:
129129

130130
[![View code](https://www.mbed.com/embed/?type=library)](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

Comments
 (0)