esp-nimble-cpp/idf_component.yml

26 lines
636 B
YAML
Raw Normal View History

2024-11-01 02:06:57 +01:00
## IDF Component Manager Manifest File
2024-12-12 02:50:22 +01:00
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
2024-11-01 02:06:57 +01:00
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]"