Skip to content

Commit 9ce07c6

Browse files
Merge pull request #2 from arduino-libraries/aliphys/libraryPropertiesUpdate
[AE-158] Spice up the library.properties file 🔥 (+keywords.txt)
2 parents 7fcd789 + 26a4109 commit 9ce07c6

File tree

2 files changed

+63
-5
lines changed

2 files changed

+63
-5
lines changed

keywords.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
#######################################
2+
# Syntax Coloring Map For Arduino_UnifiedStorage
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
UnifiedStorage KEYWORD1
10+
Folder KEYWORD1
11+
InternalStorage KEYWORD1
12+
SDStorage KEYWORD1
13+
Types KEYWORD1
14+
UFile KEYWORD1
15+
USBStorage KEYWORD1
16+
17+
#######################################
18+
# Methods and Functions (KEYWORD2)
19+
#######################################
20+
21+
begin KEYWORD2
22+
unmount KEYWORD2
23+
getRootFolder KEYWORD2
24+
format KEYWORD2
25+
26+
setQSPIPartition KEYWORD2
27+
setQSPIPartitionName KEYWORD2
28+
29+
copyFolder KEYWORD2
30+
replaceLastPathComponent KEYWORD2
31+
getLastPathComponent KEYWORD2
32+
replaceFirstPathComponent KEYWORD2
33+
34+
changeMode KEYWORD2
35+
open KEYWORD2
36+
close KEYWORD2
37+
seek KEYWORD2
38+
read KEYWORD2
39+
readAsString KEYWORD2
40+
write KEYWORD2
41+
remove KEYWORD2
42+
rename KEYWORD2
43+
exists KEYWORD2
44+
copyTo KEYWORD2
45+
moveTo KEYWORD2
46+
getParentFolder KEYWORD2
47+
getPath KEYWORD2
48+
getPathString KEYWORD2
49+
50+
isConnected KEYWORD2
51+
isAvailable KEYWORD2
52+
checkConnection KEYWORD2
53+
disconnect KEYWORD2
54+
55+
#######################################
56+
# Constants (LITERAL1)
57+
#######################################

library.properties

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name=Arduino_UnifiedStorage
22
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Unified Storage for the Portenta C33, Portenta H7, and Portenta Machine Control
6-
paragraph=Adds ability to access different storage mediums
7-
category=Storage
8-
url=https://arduino.cc
9-
architectures=renesas,mbed_portenta
5+
sentence=Simplify cross-device storage management on Portenta platforms with a single library supporting SD, Flash, and USB storage access.
6+
paragraph=With this versatile library, you can seamlessly handle various storage types without the need for separate, device-specific libraries. Develop data logging, file storage, or data transfer applications, with a consistent interface. All while reducing development time and ensuring compatibility across the Portenta C33, Portenta H7, and Portenta Machine Control platforms.
7+
category=Data Storage
8+
url=https://github.com/arduino-libraries/Arduino_UnifiedStorage
9+
architectures=renesas_portenta,mbed_portenta,mbed_opta
10+
depends=Arduino_POSIXStorage
1011
includes=Arduino_UnifiedStorage.h

0 commit comments

Comments
 (0)