mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-12-18 09:10:47 +01:00
62de1b23fa
* Add fields for idf registry
25 lines
636 B
YAML
25 lines
636 B
YAML
## IDF Component Manager Manifest File
|
|
version: "2.0.0"
|
|
license: "Apache-2.0"
|
|
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: "*"
|
|
rules:
|
|
- if: "target in [esp32p4]"
|
|
espressif/esp_wifi_remote:
|
|
version: "*"
|
|
rules:
|
|
- if: "target in [esp32p4]"
|
|
idf:
|
|
version: ">=5.3.0"
|
|
rules:
|
|
- if: "target in [esp32p4]"
|