Skip to content

Commit b666393

Browse files
authored
Merge pull request #1 from arduino-libraries/aliphys/libraryPropertiesUpdate
[AE-158] Spice up the library.properties file 🔥 (+keywords.txt)
2 parents 082c6c1 + caef3d8 commit b666393

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

keywords.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#######################################
2+
# Syntax Coloring Map For Arduino_POSIXStorage
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
Arduino_POSIXStorage KEYWORD1
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
15+
mount KEYWORD2
16+
unmount KEYWORD2
17+
register_hotplug_callback KEYWORD2
18+
deregister_hotplug_callback KEYWORD2
19+
mkfs KEYWORD2
20+
21+
#######################################
22+
# Constants (LITERAL1)
23+
#######################################

library.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ version=1.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=POSIX Storage Library for the Portenta C33, Portenta H7, and Portenta Machine Control
6-
paragraph=Adds necessary functionality to use POSIX storage functions
7-
category=Storage
8-
url=https://arduino.cc
6+
paragraph=One-stop solution for using POSIX storage functions with SD cards and USB thumb drives with a unified API and without the need for seperate libraries.
7+
category=Data Storage
8+
url=https://github.com/arduino-libraries/Arduino_POSIXStorage/
9+
depends=Arduino_USBHostMbed5
910
architectures=renesas_portenta,mbed_portenta,mbed_opta
1011
includes=Arduino_POSIXStorage.h

0 commit comments

Comments
 (0)