Skip to content

Commit

Permalink
Add library.json
Browse files Browse the repository at this point in the history
* Add fields for idf registry
  • Loading branch information
h2zero committed Dec 13, 2024
1 parent 57e583c commit 62de1b2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
12 changes: 9 additions & 3 deletions idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## IDF Component Manager Manifest File
version: "2.0.0"
license: "Apache-2.0"
description: "NimBLE C++ wrapper"
description: "C++ wrapper for the NimBLE BLE stack"
url: "https://github.com/h2zero/esp-nimble-cpp"
repository: "https://github.com/h2zero/esp-nimble-cpp"
maintainers:
- Ryan Powell <ryan@nable-embedded.io>
documentation: "https://h2zero.github.io/esp-nimble-cpp/"
tags:
- BLE
- NimBLE
dependencies:
espressif/esp_hosted:
version: "*"
Expand All @@ -11,8 +19,6 @@ dependencies:
version: "*"
rules:
- if: "target in [esp32p4]"

## Required IDF version
idf:
version: ">=5.3.0"
rules:
Expand Down
24 changes: 24 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "esp-nimble-cpp",
"version": "2.0.0",
"description": "C++ wrapper for the NimBLE BLE stack",
"keywords": [
"BLE",
"espidf",
"arduino",
"espressif",
"esp32",
"nimble"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/h2zero/esp-nimble-cpp"
},
"authors": {
"name": "Ryan Powell",
"email": "ryan@nable-embedded.io",
"url": "https://github.com/h2zero/esp-nimble-cpp",
"maintainer": true
}
}

0 comments on commit 62de1b2

Please sign in to comment.