Skip to content

Commit

Permalink
feat(deps): bump the git-submodules group across 1 directory with 3 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the git-submodules group with 3 updates in the / directory: [amp-embedded-infra-lib](https://github.com/philips-software/amp-embedded-infra-lib), [amp-hal-st](https://github.com/philips-software/amp-hal-st) and [amp-preview](https://github.com/philips-software/amp-preview).


Updates `amp-embedded-infra-lib` from `6c84af5` to `a7cc6ff`
- [Release notes](https://github.com/philips-software/amp-embedded-infra-lib/releases)
- [Commits](philips-software/amp-embedded-infra-lib@6c84af5...a7cc6ff)

Updates `amp-hal-st` from `1529067` to `e2eca6b`
- [Release notes](https://github.com/philips-software/amp-hal-st/releases)
- [Commits](philips-software/amp-hal-st@1529067...e2eca6b)

Updates `amp-preview` from `53f1ee6` to `3f3e338`
- [Release notes](https://github.com/philips-software/amp-preview/releases)
- [Commits](philips-software/amp-preview@53f1ee6...3f3e338)

---
updated-dependencies:
- dependency-name: amp-embedded-infra-lib
  dependency-type: direct:production
  dependency-group: git-submodules
- dependency-name: amp-hal-st
  dependency-type: direct:production
  dependency-group: git-submodules
- dependency-name: amp-preview
  dependency-type: direct:production
  dependency-group: git-submodules
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent ef54ab9 commit 59c60a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amp-hal-st
Submodule amp-hal-st updated 39 files
+14 −14 .github/workflows/ci.yml
+1 −1 .github/workflows/linting-formatting.yml
+1 −1 .github/workflows/security.yml
+0 −0 .gitmodules
+13 −1 CMakeLists.txt
+5 −4 CMakePresets.json
+2 −2 hal_st/stm32fxxx/AdcDmaMultiChannelStm.cpp
+6 −2 hal_st/stm32fxxx/AdcDmaMultiChannelStm.hpp
+1 −0 hal_st/stm32fxxx/CMakeLists.txt
+1 −1 hal_st/stm32fxxx/FlashInternalStm.cpp
+2 −2 hal_st/stm32fxxx/FlashInternalStm.hpp
+1 −0 integration_test/CMakeLists.txt
+21 −0 integration_test/flasher/CMakeLists.txt
+130 −0 integration_test/flasher/Main.cpp
+5 −0 integration_test/logic/CMakeLists.txt
+183 −0 integration_test/logic/Flash.cpp
+80 −0 integration_test/logic/Flash.hpp
+46 −0 integration_test/logic/Flash.proto
+60 −14 integration_test/logic/Tester.cpp
+29 −5 integration_test/logic/Tester.hpp
+33 −9 integration_test/logic/Testing.proto
+13 −0 integration_test/logic/test/CMakeLists.txt
+142 −0 integration_test/logic/test/TestFlash.cpp
+10 −1 integration_test/runner/CMakeLists.txt
+0 −79 integration_test/runner/FixtureEcho.cpp
+4 −80 integration_test/runner/FixtureEcho.hpp
+32 −76 integration_test/runner/Hooks.cpp
+10 −0 integration_test/runner/Main.cpp
+8 −8 integration_test/runner/StepsGpio.cpp
+11 −11 integration_test/runner/StepsUart.cpp
+2 −0 integration_test/tested/CMakeLists.txt
+1 −1 integration_test/tested/EchoFromTester.hpp
+3 −0 integration_test/tester/CMakeLists.txt
+6 −1 integration_test/tester/EchoFromCloud.hpp
+11 −1 integration_test/tester/ForwardingEchoToTested.hpp
+7 −2 integration_test/tester/Main.cpp
+14 −2 integration_test/tester/Tester.cpp
+49 −2 integration_test/tester/Tester.hpp
+3 −2 services/st_util/CMakeLists.txt
2 changes: 1 addition & 1 deletion amp-preview

0 comments on commit 59c60a9

Please sign in to comment.