Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ci/.idf_build_examples_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exclude = [
recursive = true
check_warnings = true
target = "all"
enable_preview_targets = true

# build related options
build_dir = "build_@t_@w"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_host_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
run: |
. ${IDF_PATH}/export.sh
pip install pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyusb idf-build-apps==2.12.2 --upgrade
pip install pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyusb idf-build-apps==2.13.3 --upgrade
- name: Build
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
. ${IDF_PATH}/export.sh
git config --global safe.directory $(pwd)
pip install idf-build-apps==2.12.2 --upgrade
pip install idf-build-apps==2.13.3 --upgrade
export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_idf_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: bash
run: |
. ${IDF_PATH}/export.sh
pip install idf-component-manager>=2.1.2 idf-build-apps==2.12.2 pyyaml --upgrade
pip install idf-component-manager>=2.1.2 idf-build-apps==2.13.3 pyyaml --upgrade
- name: Setup IDF Examples path
run: echo "EXAMPLES_PATH=${IDF_PATH}/examples/peripherals/usb" >> $GITHUB_ENV
- name: Override device component
Expand Down
2 changes: 2 additions & 0 deletions .idf_build_apps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ exclude = [
recursive = true
manifest_file = ".build-test-rules.yml"
check_warnings = true
target = "all"
enable_preview_targets = true

# build related options
build_dir = "build_@t_@w"
Expand Down
Loading