blob: a957b428f926fe8f6f46377830121aa0dd66df81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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](https://docs.espressif.com/projects/idf-component-manager/en/latest/guides/version_solver.html).
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.*
|