Skip to content

[AE-158] Spice up the library.properties file 🔥 (+keywords.txt) #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#######################################
# Syntax Coloring Map For Arduino_POSIXStorage
#######################################

#######################################
# Datatypes (KEYWORD1)
#######################################

Arduino_POSIXStorage KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################

mount KEYWORD2
unmount KEYWORD2
register_hotplug_callback KEYWORD2
deregister_hotplug_callback KEYWORD2
mkfs KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
7 changes: 4 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=POSIX Storage Library for the Portenta C33, Portenta H7, and Portenta Machine Control
paragraph=Adds necessary functionality to use POSIX storage functions
category=Storage
url=https://arduino.cc
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.
category=Data Storage
url=https://github.com/arduino-libraries/Arduino_POSIXStorage/
depends=Arduino_USBHostMbed5
architectures=renesas_portenta,mbed_portenta,mbed_opta
includes=Arduino_POSIXStorage.h