最終更新:2022-02-21 (月) 21:34:49 (787d)  

IDF Component Manager
Top / IDF Component Manager

https://github.com/espressif/idf-component-manager

コンポーネント

マニフェスト

  • idf_component.yml?

メモ

  • IDF component manager can be used with ESP-IDF v4.1? and later.
  • For ESP-IDF v4.4 the idf-component-manager package is installed by default and no extra action is necessary.
  • In ESP-IDF v4.1?ESP-IDF v4.3, you need to install the following Python package to use the component manager:
    source $IDF_PATH/export.sh
    pip install idf-component-manager --upgrade