File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -185,14 +185,13 @@ MACHINE_VALIDATION_TARGETS=(
185185 # "nodemcu"
186186 # compile picolibcnewlib/libc/tinystdio/puts.c fail
187187
188- # "esp-c3-32s-kit"
189- # "qtpy-esp32c3"
190- # "m5stamp-c3"
191- # "xiao-esp32c3"
192- # "esp32-c3-devkit-rust-1"
193- # "esp32c3-12f"
194- # "makerfabs-esp32c3spi35"
195- # ld.lld: error: region DRAM overflowed by .data and .bss sections
188+ " esp-c3-32s-kit"
189+ " qtpy-esp32c3"
190+ " m5stamp-c3"
191+ " xiao-esp32c3"
192+ " esp32-c3-devkit-rust-1"
193+ " esp32c3-12f"
194+ " makerfabs-esp32c3spi35"
196195
197196 # "hifive1b"
198197 # "maixbit"
Original file line number Diff line number Diff line change 1717 - name : Setup LLGO
1818 uses : ./.github/actions/setup-llgo
1919 with :
20- commit-hash : 8959c83397617dacb18a8de54c3a738303b66141
20+ commit-hash : c4223df0877e2a85d361cdcc73076cdcf312a3b0
2121 - name : Run Device Package Validation
2222 run : |
2323 ./.github/scripts/validate_device_packages.sh device
3333 - name : Setup LLGO
3434 uses : ./.github/actions/setup-llgo
3535 with :
36- commit-hash : 8959c83397617dacb18a8de54c3a738303b66141
36+ commit-hash : c4223df0877e2a85d361cdcc73076cdcf312a3b0
3737 - name : Run Machine Package Validation
3838 run : |
3939 ./.github/scripts/validate_embed_packages.sh machine
You can’t perform that action at this time.
0 commit comments