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: README.md
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,8 @@ The Arduino_UnifiedStorage library provides a unified interface to access differ
13
13
## 👀 Instructions
14
14
1. Download and install this library
15
15
2. Check compatibility with your platform
16
-
3. To use internal storage, you need to make sure it is partitioned and formatted correctly:
17
-
18
-
### Formatting the Portenta H7 / Portenta Machine Control / Opta Internal Storage
19
-
* Flash the `QSPIFormat` example that can be found in the `STM32H747_System` folder
20
-
* Open the serial monitor and select answer with "n" when this appears "Do you want to use partition scheme 1? Y/[n]"
21
-
* The sketch will warn you that the content of the QSPI flash will be erased. Answer with "Y".
22
-
* When asked if you'd like to use LittleFS on the data partition, select "n". Most of the examples assume that the drive is formatted as FAT. You can use the library to format to LittleFS later.
23
-
* Reboot the board
24
-
25
-
### Formatting the Portenta C33 Internal Storage
26
-
* Flash the `QSPIFormat` example that can be found in the `Storage` folder for Portenta C33.
27
-
* Open the Serial Monitor. The sketch will warn you that the content of the QSPI flash will be erased. Answer with "Y".
28
-
* When asked if you'd like to use LittleFS on the data partition, select "n". Most of the examples assume that the drive is formatted as FAT. You can use the library to format to LittleFS later.
29
-
* Reboot the board
16
+
17
+
30
18
31
19
## ✨ Features
32
20
* Access files and directories on internal storage, SD cards, and USB mass storage devices.
@@ -36,6 +24,7 @@ The Arduino_UnifiedStorage library provides a unified interface to access differ
36
24
* List files and subfolders in a directory.
37
25
* Manipulate files and folders from one storage medium to another
38
26
* Format partitions and drives (FAT and LittleFS)
27
+
* Create and modify partitions on the internal storage
39
28
40
29
## Compatibility
41
30
This library has been tested with the following STM32 and Renesas based Arduino boards. The availability of storage mediums depends on the hardware interfaces:
0 commit comments