Skip to content

Conversation

lucasssvaz
Copy link
Member

Description

This pull request updates the ESP32P4 configuration to enable Bluetooth support via ESP-Hosted-MCU, specifically using the NimBLE stack, and adds related configuration options. The changes primarily focus on enabling and configuring Bluetooth functionality and clarify the ESP-Hosted-MCU target.

Bluetooth support via ESP-Hosted-MCU:

  • Enabled Bluetooth support (CONFIG_BT_ENABLED=y), disabled the default Bluetooth controller, and selected the NimBLE stack (CONFIG_BT_NIMBLE_ENABLED=y) while disabling Bluedroid and UART transport. This configures the system to use NimBLE over ESP-Hosted-MCU.
  • Enabled ESP-Hosted-MCU-specific options for NimBLE (CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y and CONFIG_ESP_HOSTED_NIMBLE_HCI_VHCI=y).

Related

espressif/arduino-esp32#11788
espressif/arduino-esp32#10278

Testing

Tested locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant