File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 python-version : 3.10.16
4646
47- - name : Setup IDF
48- run : |
49- source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup
50-
5147 - name : Prepare to Build Tensorflow Micropython Firmware for ESP32
5248 run : |
5349 git submodule init
5955 make BOARD= submodules
6056 cd ../../../
6157
58+ - name : Setup IDF
59+ run : |
60+ source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup
61+
6262 - name : Setup Build for Tensorflow
6363 run : |
6464 source ./esp-idf/export.sh
8484 name : microlite-esp32-${{ matrix.board_type }}-firmware
8585 path : |
8686 ./boards/${{ matrix.board_type }}/build/bootloader/bootloader.bin
87- ./boards/${{ matrix.board_type }}/build/partition_table/partition-table.bin
87+ ./boards/${{ matrix.board_type }}/build/partition_table/partition-table.bin # yamllint disable-line rule:line-length
8888 ./boards/${{ matrix.board_type }}/build/micropython.bin
8989 ./boards/${{ matrix.board_type }}/build/micropython.elf
You can’t perform that action at this time.
0 commit comments