Skip to content

Commit 54c89ef

Browse files
committed
ci(build): Update idf-build-apps to 2.10.1
1 parent 61a8dd5 commit 54c89ef

File tree

8 files changed

+5
-7
lines changed

8 files changed

+5
-7
lines changed

.github/workflows/build-run-applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
ALL_CHANGED_FILES: ${{ (github.event_name != 'pull_request') && format(' ') || format('--modified-files=') }}${{ (github.event_name != 'pull_request') && format(' ') || steps.changed-files.outputs.all_modified_files }}
9999
run: |
100100
. ${IDF_PATH}/export.sh
101-
pip install idf-component-manager==2.2.* ruamel.yaml idf-build-apps==2.4.3 --upgrade
101+
pip install idf-component-manager==2.2.* ruamel.yaml idf-build-apps==2.10.1 --upgrade
102102
103103
echo "Files changed: "${{env.ALL_CHANGED_FILES}}
104104
idf-build-apps find ${{env.ALL_CHANGED_FILES}}

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Build examples for Launchpad
66
# - Deploy all to github-pages (config.toml, release_checker.html)
77

88
on:
9+
pull_request:
10+
types: [opened, reopened, synchronize, labeled]
911
push:
1012
branches:
1113
- master
@@ -15,7 +17,7 @@ jobs:
1517
build-launchpad:
1618
strategy:
1719
matrix:
18-
idf_ver: ["v5.4"]
20+
idf_ver: ["release-v5.4"]
1921
runs-on: ubuntu-latest
2022
container: espressif/idf:${{ matrix.idf_ver }}
2123
steps:

.ignore_build_warnings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
DeprecationWarning: pkg_resources is deprecated as an API
22
warning: unknown kconfig symbol 'TOUCH_SUPPRESS_DEPRECATE_WARN' assigned to*
33
warning: ignoring attribute 'section .+' because it conflicts with previous 'section .+
4+
warning: #warning "This set of Touch APIs has been deprecated*

examples/display/sdkconfig.bsp.esp32_p4_eye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44
CONFIG_IDF_TARGET="esp32p4"
55
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
6-
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
76
CONFIG_CODEC_I2C_BACKWARD_COMPATIBLE=n
87

98

examples/display_camera_csi/sdkconfig.bsp.esp32_p4_eye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44
CONFIG_IDF_TARGET="esp32p4"
55
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
6-
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
76
CONFIG_CODEC_I2C_BACKWARD_COMPATIBLE=n
87

98

examples/display_camera_csi/sdkconfig.defaults

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44
CONFIG_IDF_TARGET="esp32p4"
55
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
6-
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
76
CONFIG_CODEC_I2C_BACKWARD_COMPATIBLE=n
87

98

examples/display_lvgl_demos/sdkconfig.bsp.esp32_p4_eye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44
CONFIG_IDF_TARGET="esp32p4"
55
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
6-
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
76
CONFIG_CODEC_I2C_BACKWARD_COMPATIBLE=n
87
CONFIG_PARTITION_TABLE_CUSTOM=y
98
CONFIG_COMPILER_OPTIMIZATION_PERF=y

examples/display_rotation/sdkconfig.bsp.esp32_p4_eye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44
CONFIG_IDF_TARGET="esp32p4"
55
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
6-
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
76
CONFIG_CODEC_I2C_BACKWARD_COMPATIBLE=n
87

98

0 commit comments

Comments
 (0)