|
6 | 6 | env: |
7 | 7 | LVGL: lvgl_micropython |
8 | 8 | LVGL_REPO: https://github.com/lvgl-micropython/lvgl_micropython.git |
9 | | - LVGL_VERSION: v9.1.0 |
10 | 9 | TZ: Asia/Shanghai |
11 | 10 |
|
12 | 11 | jobs: |
|
49 | 48 | echo "python3 make.py esp32 BOARD=${{fromJSON(matrix.info).BOARD}} BOARD_VARIANT=${{fromJSON(matrix.info).BOARD_VARIANT}} --flash-size=${{fromJSON(matrix.info).FLASH}} DISPLAY=${{fromJSON(matrix.info).DISPLAY}}" |
50 | 49 | python3 make.py esp32 BOARD=${{fromJSON(matrix.info).BOARD}} BOARD_VARIANT=${{fromJSON(matrix.info).BOARD_VARIANT}} --flash-size=${{fromJSON(matrix.info).FLASH}} DISPLAY=${{fromJSON(matrix.info).DISPLAY}} |
51 | 50 | fi |
52 | | - echo "FIREMWARE=LVGL_MicroPython-${{fromJSON(matrix.info).BOARD}}_${{fromJSON(matrix.info).BOARD_VARIANT}}_N${{fromJSON(matrix.info).FLASH}}_${{fromJSON(matrix.info).DISPLAY}}-${{env.LVGL_VERSION}}-$(date +"%Y%m%d%H%M").bin" >> $GITHUB_ENV |
| 51 | + echo "FIREMWARE=LVGL_MicroPython-${{fromJSON(matrix.info).BOARD}}_${{fromJSON(matrix.info).BOARD_VARIANT}}_N${{fromJSON(matrix.info).FLASH}}_${{fromJSON(matrix.info).DISPLAY}}-$(date +"%Y%m%d%H%M").bin" >> $GITHUB_ENV |
53 | 52 | else |
54 | 53 | if ["${{fromJSON(matrix.info).FLASH}}" == "4"]; then |
55 | 54 | echo "python3 make.py esp32 BOARD=${{fromJSON(matrix.info).BOARD}} BOARD_VARIANT=${{fromJSON(matrix.info).BOARD_VARIANT}} --flash-size=${{fromJSON(matrix.info).FLASH}} --optimize-size DISPLAY=${{fromJSON(matrix.info).DISPLAY}} INDEV=${{fromJSON(matrix.info).INDEV}}" |
|
58 | 57 | echo "python3 make.py esp32 BOARD=${{fromJSON(matrix.info).BOARD}} BOARD_VARIANT=${{fromJSON(matrix.info).BOARD_VARIANT}} --flash-size=${{fromJSON(matrix.info).FLASH}} DISPLAY=${{fromJSON(matrix.info).DISPLAY}} INDEV=${{fromJSON(matrix.info).INDEV}}" |
59 | 58 | python3 make.py esp32 BOARD=${{fromJSON(matrix.info).BOARD}} BOARD_VARIANT=${{fromJSON(matrix.info).BOARD_VARIANT}} --flash-size=${{fromJSON(matrix.info).FLASH}} DISPLAY=${{fromJSON(matrix.info).DISPLAY}} INDEV=${{fromJSON(matrix.info).INDEV}} |
60 | 59 | fi |
61 | | - echo "FIREMWARE=LVGL_MicroPython-${{fromJSON(matrix.info).BOARD}}_${{fromJSON(matrix.info).BOARD_VARIANT}}_N${{fromJSON(matrix.info).FLASH}}_${{fromJSON(matrix.info).DISPLAY}}_${{fromJSON(matrix.info).INDEV}}-${{env.LVGL_VERSION}}-$(date +"%Y%m%d%H%M").bin" >> $GITHUB_ENV |
| 60 | + echo "FIREMWARE=LVGL_MicroPython-${{fromJSON(matrix.info).BOARD}}_${{fromJSON(matrix.info).BOARD_VARIANT}}_N${{fromJSON(matrix.info).FLASH}}_${{fromJSON(matrix.info).DISPLAY}}_${{fromJSON(matrix.info).INDEV}}-$(date +"%Y%m%d%H%M").bin" >> $GITHUB_ENV |
62 | 61 | fi |
63 | 62 | echo "OUTPUT=${{env.LVGL}}/build" >> $GITHUB_ENV |
64 | 63 | echo "FIREMWARE_ORIGIN=lvgl_micropy_${{fromJSON(matrix.info).BOARD}}-${{fromJSON(matrix.info).BOARD_VARIANT}}-${{fromJSON(matrix.info).FLASH}}.bin" >> $GITHUB_ENV |
|
76 | 75 | repo_token: ${{secrets.GITHUB_TOKEN}} |
77 | 76 | file: ${{env.OUTPUT}}/${{env.FIREMWARE}} |
78 | 77 | asset_name: ${{env.FIREMWARE}} |
79 | | - tag: LVGL_MicroPython-${{env.LVGL_VERSION}} |
| 78 | + tag: LVGL_MicroPython |
80 | 79 | body: | |
81 | 80 | ### LVGL & MicroPython Firmware For ESP32 |
82 | 81 | [LVGL_MicroPython](https://github.com/lvgl-micropython/lvgl_micropython) |
|
0 commit comments