mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
This updates the esp_hosted component for ESP32-P4 boards to use the latest version 2.7.0. Testing on a P4 board with C6 WiFi shows there are no regressions for WiFi or BLE. Also rename the `CONFIG_ESP_ENABLE_BT` option to the new `CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE` option used by the component. This change is made partly to work around a current issue with the IDF component manager, that esp_hosted versions after 2.0.17 and prior to 2.7.0 have all disappeared. Signed-off-by: Damien George <damien@micropython.org>
ESP-IDF Component Lockfiles
This directory contains the exact versions of ESP-IDF components that have been used to build MicroPython. It is updated by the component version solver.
Unless you change the main/idf_component.yml file for MicroPython ESP32, files
in this directory should only change contents if you build using a different
ESP-IDF version to the last time the file was updated.
Please do not commit changes to these files and submit PRs unless the PR needs to change versions of components or ESP-IDF.