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 `9cc6606`
- [Release notes](https://github.com/philips-software/amp-embedded-infra-lib/releases)
- [Commits](philips-software/amp-embedded-infra-lib@6c84af5...9cc6606)

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

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

---
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 Jan 8, 2025
1 parent 0b664ab commit 13ecfce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amp-embedded-infra-lib
Submodule amp-embedded-infra-lib updated 50 files
+1 −1 .devcontainer/Dockerfile
+1 −8 .devcontainer/devcontainer.json
+0 −0 .github/CODE_OF_CONDUCT.md
+43 −2 .github/CONTRIBUTING.md
+15 −0 .github/SECURITY.md
+0 −43 .github/linters/goodcheck.yml
+0 −17 .github/matchers/gcc-problem-matcher.json
+0 −18 .github/matchers/msvc-problem-matcher.json
+13 −18 .github/workflows/ci.yml
+2 −2 .github/workflows/documentation.yml
+2 −2 .github/workflows/linting-formatting.yml
+1 −2 .github/workflows/release-please.yml
+1 −1 .github/workflows/security.yml
+5 −18 .github/workflows/static-analysis.yml
+35 −7 .github/workflows/validate-pr.yml
+0 −1 .mega-linter.yml
+1 −1 README.md
+0 −12 SECURITY.md
+0 −2 external/crypto/micro-ecc/CMakeLists.txt
+0 −2 external/segger_rtt/CMakeLists.txt
+22 −0 hal/interfaces/AdcMultiChannel.hpp
+1 −0 hal/interfaces/CMakeLists.txt
+10 −14 hal/interfaces/Can.cpp
+16 −4 hal/interfaces/Can.hpp
+28 −0 hal/interfaces/test/TestCan.cpp
+17 −0 hal/interfaces/test_doubles/AdcMultiChannelMock.hpp
+18 −0 hal/interfaces/test_doubles/AdcMultiChannelStub.cpp
+24 −0 hal/interfaces/test_doubles/AdcMultiChannelStub.hpp
+3 −0 hal/interfaces/test_doubles/CMakeLists.txt
+25 −23 infra/util/BoundedString.hpp
+3 −0 infra/util/test/TestBoundedString.cpp
+3 −3 protobuf/echo/TracingEcho.hpp
+2 −2 services/network_instantiations/EchoInstantiation.cpp
+7 −0 services/tracer/CMakeLists.txt
+2 −2 services/tracer/TracingEchoInstantiation.hpp
+1 −0 services/tracer/TracingEchoInstantiationSecured.cpp
+42 −0 services/tracer/TracingEchoInstantiationSecured.hpp
+2 −0 services/util/CMakeLists.txt
+2 −2 services/util/EchoInstantiation.hpp
+1 −0 services/util/EchoInstantiationSecured.cpp
+47 −0 services/util/EchoInstantiationSecured.hpp
+1 −1 services/util/EchoOnSesameSymmetricKey.cpp
+1 −1 services/util/EchoOnSesameSymmetricKey.hpp
+5 −5 services/util/SesameSecured.cpp
+9 −1 services/util/SesameSecured.hpp
+7 −6 services/util/Terminal.cpp
+14 −5 services/util/Terminal.hpp
+2 −2 services/util/test/TestEchoOnSesameSymmetricKey.cpp
+1 −1 services/util/test/TestSesameSecured.cpp
+5 −4 services/util/test/TestTerminal.cpp
2 changes: 1 addition & 1 deletion amp-hal-st
Submodule amp-hal-st updated 43 files
+1 −1 .devcontainer/Dockerfile
+16 −16 .github/workflows/ci.yml
+2 −2 .github/workflows/linting-formatting.yml
+1 −1 .github/workflows/release-please.yml
+1 −1 .github/workflows/security.yml
+2 −2 .github/workflows/update-emil-git-tag.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

0 comments on commit 13ecfce

Please sign in to comment.