You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/contributing/target/QuadSPI.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ Implementing QSPI enables Mbed OS to communicate with external memories much fas
4
4
5
5
The most common use case is an external memory to use as additional data storage.
6
6
7
-
<spanclass="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
-
9
7
### Assumptions
10
8
11
9
#### Defined behavior
@@ -23,10 +21,6 @@ QSPI peripheral
23
21
24
22
### Implementing QuadSPI
25
23
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:
0 commit comments