From f4bd56844ea79ed34f75d695ef54e698ce897fc5 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Mon, 19 Sep 2022 15:51:54 +0200 Subject: [PATCH 1/2] Pass tag to the component upload action (#7271) --- .github/workflows/upload-idf-component.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upload-idf-component.yml b/.github/workflows/upload-idf-component.yml index b68e504fca0..3a27126c172 100644 --- a/.github/workflows/upload-idf-component.yml +++ b/.github/workflows/upload-idf-component.yml @@ -12,8 +12,9 @@ jobs: submodules: "recursive" - name: Upload components to the component registry - uses: espressif/github-actions/upload_components@master + uses: espressif/upload-components-ci-action@v1 with: name: arduino-esp32 + version: ${{ github.ref_name }} namespace: espressif api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} From 9e7f77294894c65f90d30f5e1aafccdf2d004d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Piln=C3=BD?= <34927466+PilnyTomas@users.noreply.github.com> Date: Fri, 23 Sep 2022 08:01:58 +0200 Subject: [PATCH 2/2] Doc update: added note about global arduino component (#7277) * Doc update: added note about global arduino component * Requested changne IDF -> ESP-IDF --- docs/source/esp-idf_component.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/esp-idf_component.rst b/docs/source/esp-idf_component.rst index e2049b4e2bf..e46864e011b 100644 --- a/docs/source/esp-idf_component.rst +++ b/docs/source/esp-idf_component.rst @@ -37,6 +37,8 @@ Installation cd ../.. && \ idf.py menuconfig +.. note:: If you use Arduino with ESP-IDF often, you can place the arduino folder into global components folder. + Configuration -------------