Commit bb74293
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 `72a8a2c` to `95a39d1`
- [Release notes](https://github.com/philips-software/amp-embedded-infra-lib/releases)
- [Commits](philips-software/amp-embedded-infra-lib@72a8a2c...95a39d1)
Updates `amp-hal-st` from `0406bf4` to `6d43412`
- [Release notes](https://github.com/philips-software/amp-hal-st/releases)
- [Commits](philips-software/amp-hal-st@0406bf4...6d43412)
Updates `amp-preview` from `308b0c1` to `e5c8cad`
- [Release notes](https://github.com/philips-software/amp-preview/releases)
- [Commits](philips-software/amp-preview@308b0c1...e5c8cad)
---
updated-dependencies:
- dependency-name: amp-embedded-infra-lib
dependency-version: 95a39d18be3de1c595dbdb3b631039f4390b17dc
dependency-type: direct:production
dependency-group: git-submodules
- dependency-name: amp-hal-st
dependency-version: 6d43412d28c8dad0bd082c347184b819fe16f538
dependency-type: direct:production
dependency-group: git-submodules
- dependency-name: amp-preview
dependency-version: e5c8cad7987d6831423c5e31e79e6084872ad32c
dependency-type: direct:production
dependency-group: git-submodules
...
Signed-off-by: dependabot[bot] <[email protected]>1 parent 1e661a8 commit bb74293
3 files changed
+3
-3
lines changedSubmodule amp-embedded-infra-lib updated 41 files
- .clusterfuzzlite/Dockerfile+1-1
- .devcontainer/Dockerfile+1-1
- .github/workflows/ci.yml+4-3
- .github/workflows/documentation.yml+1-1
- .github/workflows/linting-formatting.yml+2-2
- .github/workflows/security.yml+1-1
- .github/workflows/social-interaction.yml+1-1
- .github/workflows/static-analysis.yml+5-5
- .github/workflows/validate-pr.yml+2-2
- CMakeLists.txt+2
- cmake/emil_coverage.cmake+68
- cmake/emil_generate_artifacts.cmake+1-1
- cmake/emil_test_helpers.cmake+2-25
- external/CMakeLists.txt+1
- infra/stream/OutputStream.cpp+5
- infra/stream/OutputStream.hpp+1
- infra/util/BoundedDeque.hpp+3-3
- infra/util/test/TestBoundedDeque.cpp+21
- lwip/lwip_cpp/ConnectionLwIp.hpp+1-1
- lwip/lwip_cpp/LightweightIp.cpp+3
- services/ble/Att.hpp+20
- services/ble/CMakeLists.txt+1
- services/ble/Gap.cpp+138-4
- services/ble/Gap.hpp+46-19
- services/ble/Gap.proto+9-3
- services/ble/Gatt.hpp+1-14
- services/ble/test/CMakeLists.txt+1
- services/ble/test/TestGapAdvertisementFormatter.cpp+185
- services/ble/test/TestGapCentral.cpp+87-20
- services/ble/test/TestGapPairing.cpp+2-2
- services/ble/test_doubles/GapPairingMock.hpp+1-1
- services/cucumber/CucumberStepStorage.cpp+2-2
- services/cucumber/CucumberWireProtocolController.cpp+1-1
- services/cucumber/CucumberWireProtocolController.hpp+1-1
- services/cucumber/test/CMakeLists.txt+22-21
- services/cucumber/test/TestCucumberStepStorage.cpp+322
- services/tracer/TracingEchoInstantiation.hpp+3-8
- services/tracer/TracingEchoInstantiationSecured.hpp+9-20
- services/util/FlashSpi.cpp+32-32
- services/util/FlashSpi.hpp+8-12
- services/util/test/TestFlashSpi.cpp+70-63
Submodule amp-hal-st updated 48 files
- .devcontainer/Dockerfile+1-1
- .github/workflows/ci.yml+5-5
- .github/workflows/linting-formatting.yml+2-2
- .github/workflows/security.yml+2-2
- .github/workflows/social-interaction.yml+1-1
- CMakeLists.txt+1-1
- examples/sesame/CMakeLists.txt+32-16
- examples/sesame/ExampleClient.der
- examples/sesame/ExampleClient.prv
- examples/sesame/ExampleDevice.der
- examples/sesame/ExampleDevice.prv
- examples/sesame/ExamplePeerA.key
- examples/sesame/ExamplePeerB.key
- examples/sesame/ExampleRoot.der
- examples/sesame/ExampleRoot.prv
- examples/sesame/Main.cpp+37-7
- hal_st/middlewares/ble_middleware/GapCentralSt.cpp+61-54
- hal_st/middlewares/ble_middleware/GapCentralSt.hpp+14-11
- hal_st/middlewares/ble_middleware/GapPeripheralSt.cpp+14-4
- hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp+5-2
- hal_st/middlewares/ble_middleware/GapSt.cpp+46-61
- hal_st/middlewares/ble_middleware/GapSt.hpp+26-17
- hal_st/middlewares/ble_middleware/GattClientSt.cpp+52-76
- hal_st/middlewares/ble_middleware/GattClientSt.hpp+12-12
- hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp+58-76
- hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp+11-11
- hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.cpp+43-39
- hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.hpp+10-8
- hal_st/middlewares/ble_middleware/TracingGattClientSt.cpp+11-17
- hal_st/middlewares/ble_middleware/TracingGattClientSt.hpp+3-3
- hal_st/stm32fxxx/CMakeLists.txt+12-1
- hal_st/stm32fxxx/DmaStm.cpp+24-20
- hal_st/stm32fxxx/EthernetMacH5xxStm.cpp+362
- hal_st/stm32fxxx/EthernetMacStm.hpp+4
- hal_st/stm32fxxx/EthernetSmiStm.cpp+77-19
- hal_st/stm32fxxx/EthernetSmiStm.hpp+7-3
- hal_st/stm32fxxx/PeripheralTableH5xx.xml+14-2
- hal_st/stm32fxxx/RtcStm.cpp+31
- hal_st/stm32fxxx/RtcStm.hpp+34
- hal_st/stm32fxxx/TamperStm.cpp+44
- hal_st/stm32fxxx/TamperStm.hpp+27
- hal_st_lwip/instantiations_lwip/CMakeLists.txt+13-3
- integration_test/tested/EchoFromTester.hpp+1-1
- integration_test/tested/MainStm32f767.cpp+1-1
- integration_test/tester/EchoFromCloud.hpp+1-1
- integration_test/tester/ForwardingEchoToTested.cpp+6-6
- integration_test/tester/ForwardingEchoToTested.hpp+1-1
- integration_test/tester/Main.cpp+2-2
0 commit comments