|
18 | 18 |
|
19 | 19 | jobs:
|
20 | 20 | build-esp32sx-esptool:
|
21 |
| - name: 🏗️ESP32-Sx(lvgl) |
| 21 | + name: 🏗️ESP32-Sx |
22 | 22 | runs-on: ubuntu-latest
|
23 | 23 | strategy:
|
24 | 24 | fail-fast: false
|
|
81 | 81 | git clone --quiet https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit-ST7735-Library
|
82 | 82 | git clone --quiet https://github.com/adafruit/Adafruit_TouchScreen.git /home/runner/Arduino/libraries/Adafruit_TouchScreen
|
83 | 83 | git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
|
84 |
| - git clone --depth 1 --branch wippersnapper https://github.com/brentru/lvgl.git /home/runner/Arduino/libraries/lvgl |
85 |
| - git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library |
86 | 84 | - name: Download stable Nanopb
|
87 | 85 | id: download-nanopb
|
88 | 86 | continue-on-error: true
|
@@ -112,12 +110,6 @@ jobs:
|
112 | 110 | # Copy files to WipperSnapper's src/nanopb directory
|
113 | 111 | cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
|
114 | 112 | mv nanopb/pb.h src/nanopb/nanopb.pb.h
|
115 |
| - - name: List all files in Adafruit_LittlevGL_Glue_Library folder |
116 |
| - run: | |
117 |
| - ls /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library |
118 |
| - - name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder |
119 |
| - run: | |
120 |
| - cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries |
121 | 113 | - name: Install Dependencies (esptool)
|
122 | 114 | run: |
|
123 | 115 | pip3 install esptool
|
@@ -292,8 +284,6 @@ jobs:
|
292 | 284 | git clone --quiet https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit-ST7735-Library
|
293 | 285 | git clone --quiet https://github.com/adafruit/Adafruit_TouchScreen.git /home/runner/Arduino/libraries/Adafruit_TouchScreen
|
294 | 286 | git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
|
295 |
| - git clone --depth 1 --branch wippersnapper https://github.com/brentru/lvgl.git /home/runner/Arduino/libraries/lvgl |
296 |
| - git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library |
297 | 287 | - name: Download stable Nanopb
|
298 | 288 | id: download-nanopb
|
299 | 289 | continue-on-error: true
|
@@ -323,12 +313,6 @@ jobs:
|
323 | 313 | # Copy files to WipperSnapper's src/nanopb directory
|
324 | 314 | cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
|
325 | 315 | mv nanopb/pb.h src/nanopb/nanopb.pb.h
|
326 |
| - - name: List all files in Adafruit_LittlevGL_Glue_Library folder |
327 |
| - run: | |
328 |
| - ls /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library |
329 |
| - - name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder |
330 |
| - run: | |
331 |
| - cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries |
332 | 316 | - name: Build for ESP32-SX
|
333 | 317 | run: |
|
334 | 318 | python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
|
@@ -804,8 +788,6 @@ jobs:
|
804 | 788 | git clone --quiet https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit-ST7735-Library
|
805 | 789 | git clone --quiet https://github.com/adafruit/Adafruit_TouchScreen.git /home/runner/Arduino/libraries/Adafruit_TouchScreen
|
806 | 790 | git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
|
807 |
| - git clone --depth 1 --branch wippersnapper https://github.com/brentru/lvgl.git /home/runner/Arduino/libraries/lvgl |
808 |
| - git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library |
809 | 791 | - name: Download stable Nanopb
|
810 | 792 | id: download-nanopb
|
811 | 793 | continue-on-error: true
|
|
0 commit comments