Skip to content

Commit 62de1b2

Browse files
committed
Add library.json
* Add fields for idf registry
1 parent 57e583c commit 62de1b2

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

idf_component.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
## IDF Component Manager Manifest File
22
version: "2.0.0"
33
license: "Apache-2.0"
4-
description: "NimBLE C++ wrapper"
4+
description: "C++ wrapper for the NimBLE BLE stack"
5+
url: "https://github.com/h2zero/esp-nimble-cpp"
6+
repository: "https://github.com/h2zero/esp-nimble-cpp"
7+
maintainers:
8+
- Ryan Powell <[email protected]>
9+
documentation: "https://h2zero.github.io/esp-nimble-cpp/"
10+
tags:
11+
- BLE
12+
- NimBLE
513
dependencies:
614
espressif/esp_hosted:
715
version: "*"
@@ -11,8 +19,6 @@ dependencies:
1119
version: "*"
1220
rules:
1321
- if: "target in [esp32p4]"
14-
15-
## Required IDF version
1622
idf:
1723
version: ">=5.3.0"
1824
rules:

library.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "esp-nimble-cpp",
3+
"version": "2.0.0",
4+
"description": "C++ wrapper for the NimBLE BLE stack",
5+
"keywords": [
6+
"BLE",
7+
"espidf",
8+
"arduino",
9+
"espressif",
10+
"esp32",
11+
"nimble"
12+
],
13+
"license": "Apache-2.0",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/h2zero/esp-nimble-cpp"
17+
},
18+
"authors": {
19+
"name": "Ryan Powell",
20+
"email": "[email protected]",
21+
"url": "https://github.com/h2zero/esp-nimble-cpp",
22+
"maintainer": true
23+
}
24+
}

0 commit comments

Comments
 (0)