@@ -322,14 +322,14 @@ jobs:
322322 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
323323 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
324324 if : (github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'adafruit') || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
325- build-xtensa :
325+ build-espressif :
326326 runs-on : ubuntu-20.04
327327 needs : test
328328 strategy :
329329 fail-fast : false
330330 matrix :
331- board : ${{ fromJSON(needs.test.outputs.xtensa -boards) }}
332- if : ${{ needs.test.outputs.xtensa -boards != '[]' }}
331+ board : ${{ fromJSON(needs.test.outputs.espressif -boards) }}
332+ if : ${{ needs.test.outputs.espressif -boards != '[]' }}
333333
334334 steps :
335335 - name : Set up Python 3.8
@@ -348,28 +348,28 @@ jobs:
348348 id : idf-cache
349349 with :
350350 path : ${{ github.workspace }}/.idf_tools
351- key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2 /esp-idf/HEAD') }}-20210716
351+ key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif /esp-idf/HEAD') }}-20210716
352352 - name : Clone IDF submodules
353353 run : |
354354 (cd $IDF_PATH && git submodule update --init)
355355 env :
356- IDF_PATH : ${{ github.workspace }}/ports/esp32s2 /esp-idf
356+ IDF_PATH : ${{ github.workspace }}/ports/espressif /esp-idf
357357 - name : Install IDF tools
358358 run : |
359359 $IDF_PATH/tools/idf_tools.py --non-interactive install required
360360 $IDF_PATH/tools/idf_tools.py --non-interactive install cmake
361361 $IDF_PATH/tools/idf_tools.py --non-interactive install-python-env
362362 rm -rf $IDF_TOOLS_PATH/dist
363363 env :
364- IDF_PATH : ${{ github.workspace }}/ports/esp32s2 /esp-idf
364+ IDF_PATH : ${{ github.workspace }}/ports/espressif /esp-idf
365365 IDF_TOOLS_PATH : ${{ github.workspace }}/.idf_tools
366366 - name : Install CircuitPython deps
367367 run : |
368368 source $IDF_PATH/export.sh
369369 pip install -r requirements-dev.txt
370370 sudo apt-get install -y gettext ninja-build
371371 env :
372- IDF_PATH : ${{ github.workspace }}/ports/esp32s2 /esp-idf
372+ IDF_PATH : ${{ github.workspace }}/ports/espressif /esp-idf
373373 IDF_TOOLS_PATH : ${{ github.workspace }}/.idf_tools
374374 - name : Versions
375375 run : |
@@ -381,7 +381,7 @@ jobs:
381381 cmake --version
382382 shell : bash
383383 env :
384- IDF_PATH : ${{ github.workspace }}/ports/esp32s2 /esp-idf
384+ IDF_PATH : ${{ github.workspace }}/ports/espressif /esp-idf
385385 IDF_TOOLS_PATH : ${{ github.workspace }}/.idf_tools
386386 - name : mpy-cross
387387 run : make -C mpy-cross -j2
@@ -394,7 +394,7 @@ jobs:
394394 working-directory : tools
395395 shell : bash
396396 env :
397- IDF_PATH : ${{ github.workspace }}/ports/esp32s2 /esp-idf
397+ IDF_PATH : ${{ github.workspace }}/ports/espressif /esp-idf
398398 IDF_TOOLS_PATH : ${{ github.workspace }}/.idf_tools
399399 BOARDS : ${{ matrix.board }}
400400 - uses : actions/upload-artifact@v2
0 commit comments