Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added BLECharacteristic.cpfd #114

Merged
merged 3 commits into from
Mar 19, 2024
Merged

Added BLECharacteristic.cpfd #114

merged 3 commits into from
Mar 19, 2024

Conversation

taks
Copy link
Owner

@taks taks commented Mar 19, 2024

Fix #110

@taks taks merged commit b6a5e1f into main Mar 19, 2024
14 checks passed
@taks taks deleted the esp-idf-v5.2.1 branch April 5, 2024 08:45
evading added a commit to evading/esp32-nimble that referenced this pull request Dec 1, 2024
The `cfg(all(...))` gate for the cpfd module, added in taks#114, is not
working for ESP-IDF versions > 5.1.
This patch introduces a new cfg, `cpfd`, that is set from the build script
if ESP-IDF version is above 5.2.1. The new cfg is then used to
conditionally include the cpfd support.
@evading evading mentioned this pull request Dec 1, 2024
evading added a commit to evading/esp32-nimble that referenced this pull request Dec 2, 2024
The `cfg(all(...))` gate for the cpfd module, added in taks#114, is not
working for ESP-IDF versions > 5.1.
This patch introduces a new cfg, `cpfd`, that is set from the build script
if ESP-IDF version is above 5.2.1. The new cfg is then used to
conditionally include the cpfd support.
evading added a commit to evading/esp32-nimble that referenced this pull request Dec 2, 2024
The `cfg(all(...))` gate for the cpfd module, added in taks#114, is not
working for ESP-IDF versions > 5.1.
This patch introduces a new cfg, `cpfd`, that is set from the build script
if ESP-IDF version is above 5.2.1. The new cfg is then used to
conditionally include the cpfd support.
evading added a commit to evading/esp32-nimble that referenced this pull request Dec 3, 2024
The `cfg(all(...))` gate for the cpfd module, added in taks#114, is not
working for ESP-IDF versions > 5.1.
This patch introduces a new cfg, `cpfd`, that is set from the build script
if ESP-IDF version is above 5.2.1. The new cfg is then used to
conditionally include the cpfd support.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ble_gatt_chr_def missing cpfd on ESP-IDF version 5.2.1
1 participant