File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -245,13 +245,12 @@ jobs:
245
245
" itsybitsy_esp32" ,
246
246
" wippersnapper_qtpy_esp32c3" ,
247
247
" wippersnapper_feather_esp32c6" ,
248
+ " wippersnapper_feather_esp32c6_debug"
248
249
]
249
250
include :
250
251
- offset : " 0x1000"
251
252
- offset : " 0x0"
252
253
arduino-platform : " wippersnapper_qtpy_esp32c3"
253
- - offset : " 0x0"
254
- arduino-platform : " wippersnapper_feather_esp32c6"
255
254
steps :
256
255
- uses : actions/setup-python@v5
257
256
with :
@@ -264,8 +263,8 @@ jobs:
264
263
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
265
264
- uses : actions/checkout@v4
266
265
with :
267
- repository : tyeth /ci-arduino
268
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
266
+ repository : brentru /ci-arduino
267
+ ref : debug-c6
269
268
path : ci
270
269
- name : Checkout Board Definitions
271
270
uses : actions/checkout@v4
@@ -290,7 +289,7 @@ jobs:
290
289
run : |
291
290
pip3 install esptool
292
291
- name : build ESP32 platforms
293
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
292
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
294
293
- name : Check artifacts
295
294
run : |
296
295
ls examples/Wippersnapper_demo/build/*
You can’t perform that action at this time.
0 commit comments