mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 01:56:31 +03:00
While the `esp-idf-sbom` `idf.py` extension is implemented within the `esp-idf-sbom` python package, a few minor changes are also required on the `idf.py` side. 1. Add `esp-idf-sbom` as a core requirement so it is automatically installed by the installation scripts. 2. Add the `sbom-create` action to the list of actions for which the flashing-related closing message is displayed. 3. Update the documentation in the api-guides for tools. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>