Skip to content

Commit 115f8cf

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

File tree

8 files changed

+8
-9
lines changed

8 files changed

+8
-9
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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*
5+
Warning: The smallest app partition is nearly full*

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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
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
109
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
1110
CONFIG_FREERTOS_HZ=1000
12-
CONFIG_BSP_DISPLAY_LVGL_AVOID_TEAR=y
13-
CONFIG_BSP_DISPLAY_LVGL_DIRECT_MODE=y
1411
CONFIG_LV_FONT_MONTSERRAT_12=y
1512
CONFIG_LV_FONT_MONTSERRAT_16=y
1613
CONFIG_LV_FONT_MONTSERRAT_24=y
@@ -24,7 +21,9 @@ CONFIG_LV_ATTRIBUTE_FAST_MEM_USE_IRAM=y
2421

2522
# SPIRAM for ESP32-P4
2623
CONFIG_SPIRAM=y
24+
CONFIG_SPIRAM_MODE_HEX=y
2725
CONFIG_SPIRAM_SPEED_200M=y
26+
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
2827

2928

3029
## LVGL9 ##

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)