Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): bump the git-submodules group across 1 directory with 3 updates #17

Closed
Closed
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
feat(deps): bump the git-submodules group across 1 directory with 3 u…
…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 `db70a3a`
- [Release notes](https://github.com/philips-software/amp-embedded-infra-lib/releases)
- [Commits](philips-software/amp-embedded-infra-lib@6c84af5...db70a3a)

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

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

---
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]>
dependabot[bot] authored Dec 23, 2024
commit ad1b2c2d2b893edce8d55948b231bda666c8a0aa
2 changes: 1 addition & 1 deletion amp-hal-st
Submodule amp-hal-st updated 41 files
+1 −1 .devcontainer/Dockerfile
+16 −16 .github/workflows/ci.yml
+2 −2 .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
+4 −5 hal_st/stm32fxxx/DigitalToAnalogPinStm.hpp
+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