From d3d5c21b454acdd9edc45e00e792dee9b0ab30d2 Mon Sep 17 00:00:00 2001 From: Dmitry Yakovlev Date: Wed, 8 May 2024 08:13:57 +0300 Subject: [PATCH] Add tests to the CI for IDF release 5.3 --- .gitlab-ci.yml | 9 +++++++++ CHANGELOG.md | 15 +++++++++++++-- idf_component.yml | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5127866..57b8862 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,6 +95,15 @@ build_idf_v5.0: # GNU Make based build system is not supported starting from IDF v5.0 SKIP_GNU_MAKE_BUILD: 1 +build_idf_v5.3: + extends: .build_template + image: espressif/idf:release-v5.3 + variables: + EXAMPLE_TARGETS: "esp32 esp32s2 esp32s3 esp32c3 esp32c2" + TEST_TARGETS: "esp32 esp32s3" + # GNU Make based build system is not supported starting from IDF v5.0 + SKIP_GNU_MAKE_BUILD: 1 + build_idf_latest: extends: .build_template image: espressif/idf:latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fcd9c..0569385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- ci: add pre-commit hooks ### Changed -- dock: list of supported targets updated ### Removed +## [1.4.13] 2024-05-08 + +### Added +- ci: add tests for IDF release 5.3 + +## [1.4.12] 2024-03-21 + +### Added +- ci: add pre-commit hooks + +### Changed +- dock: list of supported targets updated + ## [1.4.11] 2024-02-21 ### Added diff --git a/idf_component.yml b/idf_component.yml index 66340df..f2bde6d 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.4.12" +version: "1.4.13" description: ESP-DSP is the official DSP library for Espressif SoCs. url: https://github.com/espressif/esp-dsp