File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - ' examples/UnitUnified/**/Kconfig.projbuild'
4242 - ' examples/UnitUnified/common/**'
4343 - ' .github/workflows/esp-idf-build-check.yml'
44+ workflow_dispatch :
4445
4546concurrency :
4647 group : ${{ github.workflow }}-${{ github.ref }}
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
You can’t perform that action at this time.
0 commit comments