Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

esp32: Add initial support to Bluetooth Low Energy #4509

Merged
merged 1 commit into from Oct 4, 2021

Conversation

acassis
Copy link
Contributor

@acassis acassis commented Sep 10, 2021

Summary

Add initial support to Bluetooth Low Energy

Impact

User will be able to use BLE on ESP32 chips

Testing

esp32-devkit

PS.: Please ignore the fail because of Mixed functions on BLE driver API

@acassis acassis marked this pull request as draft September 10, 2021 13:38
@acassis acassis force-pushed the esp32_ble branch 3 times, most recently from dabcbbb to 8f99ab6 Compare September 15, 2021 00:41
@acassis acassis marked this pull request as ready for review September 21, 2021 20:40
@acassis acassis force-pushed the esp32_ble branch 2 times, most recently from 3edf9cb to 55b5e0d Compare September 30, 2021 20:52
@gustavonihei
Copy link
Contributor

Some nxstyle errors still need fixing:
image

@acassis
Copy link
Contributor Author

acassis commented Oct 1, 2021

Some nxstyle errors still need fixing: image

Fixed! Thank you!!!

CONFIG_BTSAK=y
CONFIG_BUILTIN=y
CONFIG_DRIVERS_BLUETOOTH=y
CONFIG_DRIVERS_IEEE80211=y
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the BLE defconfig does not need to enable support for IEEE802.11.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good finding! Thank you!

Co-authored-by: saramonteiro <saramonteirosouza44@gmail.com>
Co-authored-by: Gustavo Henrique Nihei <gustavonihei@gmail.com>
@gustavonihei gustavonihei merged commit 867c6d0 into apache:master Oct 4, 2021
@Ouss4 Ouss4 added this to To-Add in Release Notes - 10.2 Oct 11, 2021
@jerpelea jerpelea moved this from To-Add to fixes in Release Notes - 10.2 Oct 13, 2021
@jerpelea jerpelea moved this from fixes to Added in Release Notes - 10.2 Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants