Commit 2c152c6
authored
feat(deps): bump the git-submodules group across 1 directory with 3 updates
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 `4239adf`
- [Release notes](https://github.com/philips-software/amp-embedded-infra-lib/releases)
- [Commits](philips-software/amp-embedded-infra-lib@6c84af5...4239adf)
Updates `amp-hal-st` from `1529067` to `4a2b778`
- [Release notes](https://github.com/philips-software/amp-hal-st/releases)
- [Commits](philips-software/amp-hal-st@1529067...4a2b778)
Updates `amp-preview` from `53f1ee6` to `637d277`
- [Release notes](https://github.com/philips-software/amp-preview/releases)
- [Commits](philips-software/amp-preview@53f1ee6...637d277)
---
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] <support@github.com>1 parent f07a11f commit 2c152c6
3 files changed
+3
-3
lines changedSubmodule amp-embedded-infra-lib updated 63 files
- .clusterfuzzlite/Dockerfile+1-1
- .devcontainer/Dockerfile+1-1
- .devcontainer/devcontainer.json+1-8
- .github/CODE_OF_CONDUCT.md
- .github/CONTRIBUTING.md+43-2
- .github/SECURITY.md+15
- .github/linters/goodcheck.yml-43
- .github/matchers/gcc-problem-matcher.json-17
- .github/matchers/msvc-problem-matcher.json-18
- .github/workflows/ci.yml+13-18
- .github/workflows/documentation.yml+2-2
- .github/workflows/linting-formatting.yml+2-2
- .github/workflows/release-please.yml+1-2
- .github/workflows/security.yml+1-1
- .github/workflows/social-interaction.yml+5-1
- .github/workflows/static-analysis.yml+5-18
- .github/workflows/validate-pr.yml+35-7
- .mega-linter.yml-1
- .release-please-manifest.json+1-1
- CHANGELOG.md+29
- CMakeLists.txt+1-1
- README.md+1-1
- SECURITY.md-12
- documents/antora.yml+1-1
- external/crypto/micro-ecc/CMakeLists.txt-2
- external/segger_rtt/CMakeLists.txt-2
- hal/interfaces/AdcMultiChannel.hpp+22
- hal/interfaces/CMakeLists.txt+1-1
- hal/interfaces/Can.cpp-42
- hal/interfaces/Can.hpp+60-10
- hal/interfaces/test/TestCan.cpp+53-6
- hal/interfaces/test_doubles/AdcMultiChannelMock.hpp+17
- hal/interfaces/test_doubles/AdcMultiChannelStub.cpp+18
- hal/interfaces/test_doubles/AdcMultiChannelStub.hpp+24
- hal/interfaces/test_doubles/CMakeLists.txt+3
- infra/event/QueueForOneReaderOneIrqWriter.hpp+17-1
- infra/stream/StreamWriterFile.cpp+4-8
- infra/stream/StreamWriterFile.hpp+2-2
- infra/stream/test/CMakeLists.txt+1
- infra/stream/test/TestStreamWriterFile.cpp+69
- infra/util/BoundedString.hpp+25-23
- infra/util/test/TestBoundedString.cpp+3
- protobuf/echo/TracingEcho.hpp+3-3
- protobuf/echo/protocol_buffer_echo.cmake+1-1
- services/network_instantiations/EchoInstantiation.cpp+2-2
- services/tracer/CMakeLists.txt+7
- services/tracer/TracingEchoInstantiation.hpp+2-2
- services/tracer/TracingEchoInstantiationSecured.cpp+1
- services/tracer/TracingEchoInstantiationSecured.hpp+42
- services/util/CMakeLists.txt+2
- services/util/EchoInstantiation.hpp+2-2
- services/util/EchoInstantiationSecured.cpp+1
- services/util/EchoInstantiationSecured.hpp+47
- services/util/EchoOnSesameSymmetricKey.cpp+1-1
- services/util/EchoOnSesameSymmetricKey.hpp+1-1
- services/util/SesameSecured.cpp+5-5
- services/util/SesameSecured.hpp+9-1
- services/util/Terminal.cpp+7-6
- services/util/Terminal.hpp+14-5
- services/util/test/TestEchoOnSesameSymmetricKey.cpp+2-2
- services/util/test/TestSesameSecured.cpp+1-1
- services/util/test/TestTerminal.cpp+5-4
- sonar-project.properties+1-1
Submodule amp-hal-st updated 48 files
- .devcontainer/Dockerfile+1-1
- .github/workflows/ci.yml+42-23
- .github/workflows/linting-formatting.yml+3-3
- .github/workflows/release-please.yml+1-1
- .github/workflows/security.yml+1-1
- .github/workflows/social-interaction.yml+5-1
- .github/workflows/update-emil-git-tag.yml+2-2
- .gitignore+1
- .gitmodules
- CMakeLists.txt+14-2
- CMakePresets.json+26-5
- hal_st/middlewares/ble_middleware/GapCentralSt.cpp+10-7
- hal_st/stm32fxxx/AdcDmaMultiChannelStm.cpp+2-2
- hal_st/stm32fxxx/AdcDmaMultiChannelStm.hpp+6-2
- hal_st/stm32fxxx/CMakeLists.txt+1
- hal_st/stm32fxxx/DigitalToAnalogPinStm.hpp+4-5
- hal_st/stm32fxxx/FlashInternalStm.cpp+1-1
- hal_st/stm32fxxx/FlashInternalStm.hpp+2-2
- integration_test/CMakeLists.txt+1
- integration_test/flasher/CMakeLists.txt+21
- integration_test/flasher/Main.cpp+130
- integration_test/logic/CMakeLists.txt+5
- integration_test/logic/Flash.cpp+183
- integration_test/logic/Flash.hpp+80
- integration_test/logic/Flash.proto+46
- integration_test/logic/Tester.cpp+60-14
- integration_test/logic/Tester.hpp+29-5
- integration_test/logic/Testing.proto+33-9
- integration_test/logic/test/CMakeLists.txt+13
- integration_test/logic/test/TestFlash.cpp+142
- integration_test/runner/CMakeLists.txt+10-1
- integration_test/runner/FixtureEcho.cpp-79
- integration_test/runner/FixtureEcho.hpp+4-80
- integration_test/runner/Hooks.cpp+33-77
- integration_test/runner/Main.cpp+11
- integration_test/runner/StepsGpio.cpp+9-9
- integration_test/runner/StepsUart.cpp+12-12
- integration_test/runner/Waiting.cpp+5-5
- integration_test/runner/Waiting.hpp+8-8
- integration_test/tested/CMakeLists.txt+2
- integration_test/tested/EchoFromTester.hpp+1-1
- integration_test/tester/CMakeLists.txt+3
- integration_test/tester/EchoFromCloud.hpp+6-1
- integration_test/tester/ForwardingEchoToTested.hpp+11-1
- integration_test/tester/Main.cpp+7-2
- integration_test/tester/Tester.cpp+14-2
- integration_test/tester/Tester.hpp+49-2
- services/st_util/CMakeLists.txt+3-2
0 commit comments