[core] Add FlashDB KVS library

This commit is contained in:
Kuba Szczodrzyński
2022-05-24 17:43:30 +02:00
parent 91ae692058
commit 9a3c077ef1
8 changed files with 164 additions and 0 deletions

View File

@@ -43,6 +43,11 @@
"version": "https://github.com/arduino/ArduinoCore-API",
"manifest": {
"description": "Hardware independent layer of the Arduino cores"
},
"libraries": {
"flashdb": [
"03500fa"
]
}
},
"library-lwip": {
@@ -53,6 +58,14 @@
"description": "lwIP - A Lightweight TCPIP stack"
}
},
"library-flashdb": {
"type": "framework",
"optional": true,
"base_url": "https://github.com/armink/FlashDB",
"manifest": {
"description": "An ultra-lightweight database that supports key-value and time series data"
}
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"optionalVersions": [