Skip to content

Commit 37c3486

Browse files
committed
Add workflow_dispatch trigger to ESP-IDF build check workflow
1 parent 209294b commit 37c3486

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/esp-idf-build-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141
- 'examples/UnitUnified/**/Kconfig.projbuild'
4242
- 'examples/UnitUnified/common/**'
4343
- '.github/workflows/esp-idf-build-check.yml'
44+
workflow_dispatch:
4445

4546
concurrency:
4647
group: ${{ github.workflow }}-${{ github.ref }}
@@ -58,6 +59,9 @@ jobs:
5859
# and the new driver/*_master.h / driver/touch_sens.h APIs (v5.4+).
5960
# NOTE: v5.0.x is excluded because M5GFX requires the esp_mm component, which was
6061
# introduced in v5.1; building against v5.0.x fails with "Failed to resolve component 'esp_mm'".
62+
# NOTE: M5HAL fixed the esp_driver_gpio version boundary (was 5.2, now 5.3 — esp_driver_gpio
63+
# was actually split out in v5.3, not v5.2). M5UnitUnified added guards for the new
64+
# i2c_master_bus_handle_t API (v5.2+). With both fixes upstream, v5.1.7 / v5.2.7 build again.
6165
idf:
6266
- v5.1.7
6367
- v5.2.7

0 commit comments

Comments
 (0)