Skip to content

Commit 6f0ce1d

Browse files
author
Amanda Butler
authored
Remove transclusions in QuadSPI.md
Remove transclusions from nonexistent pages to fix build.
1 parent d5cedbe commit 6f0ce1d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/reference/contributing/target/QuadSPI.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Implementing QSPI enables Mbed OS to communicate with external memories much fas
44

55
The most common use case is an external memory to use as additional data storage.
66

7-
<span class="warnings">**Warning:** We are changing the QSPI HAL API in an upcoming release of Mbed OS. This page documents code that exists on a feature branch of Mbed OS. You can find details on how it may affect you in the [Implementing QuadSPI](#implementing-quadspi) section.</span>
8-
97
### Assumptions
108

119
#### Defined behavior
@@ -23,10 +21,6 @@ QSPI peripheral
2321

2422
### Implementing QuadSPI
2523

26-
To make sure your platform is ready for the upcoming changes, you need to implement the future API and submit it in a separate pull request. You can find the API and specification for the new QuadSPI API in the following header file:
27-
28-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.8/feature-hal-spec-qspi-doxy/classmbed_1_1_q_s_p_i.html)
29-
3024
The target needs to define the `qspi_s` structure - target specific QSPI object.
3125

3226
Functions to implement:

0 commit comments

Comments
 (0)