From 1e8fa2733e23b0e8bcc263429f8f7977e49bda03 Mon Sep 17 00:00:00 2001 From: "rami.zayat9" Date: Wed, 2 Apr 2025 15:05:05 +0200 Subject: [PATCH 1/2] added cmake for espidf compile using arduino as component --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..ec819328 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +idf_component_register( + SRC_DIRS "src" + INCLUDE_DIRS "src" + REQUIRES arduino-esp32 +) + \ No newline at end of file From fd9521f5bef1aa31246bca07fe4ab5c39eb05501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 03:06:34 +0000 Subject: [PATCH 2/2] ci: bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_examples_platformio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_examples_platformio.yaml b/.github/workflows/build_examples_platformio.yaml index 1ebee7da..b562b2d9 100644 --- a/.github/workflows/build_examples_platformio.yaml +++ b/.github/workflows/build_examples_platformio.yaml @@ -17,7 +17,7 @@ jobs: library_install_git: ${{ steps.store_vars.outputs.library_install_git }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set environment variables for pushes to any branch if: github.event_name == 'push' @@ -100,7 +100,7 @@ jobs: ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set variables run: |