Commit ea75010
authored
File tree
3 files changed
+12
-3
lines changed- postmaster/flex
3 files changed
+12
-3
lines changedSubmodule amp-embedded-infra-lib updated 71 files
- .clusterfuzzlite/Dockerfile+1-1
- .devcontainer/Dockerfile+1-1
- .github/workflows/ci.yml+12-11
- .github/workflows/dependency-scanner.yml+3-3
- .github/workflows/documentation.yml+4-4
- .github/workflows/linting-formatting.yml+4-4
- .github/workflows/release-please.yml+3-3
- .github/workflows/security.yml+2-2
- .github/workflows/social-interaction.yml+1-1
- .github/workflows/static-analysis.yml+7-7
- .github/workflows/validate-pr.yml+3-3
- CMakeLists.txt+2
- cmake/emil_coverage.cmake+68
- cmake/emil_generate_artifacts.cmake+1-1
- cmake/emil_test_helpers.cmake+2-25
- documents/modules/ROOT/pages/Sesame.adoc+10-4
- external/CMakeLists.txt+1
- external/crypto/mbedtls/mbedtls_emil_config.h+1-1
- external/protobuf/CMakeLists.txt+8-2
- external/protoc/CMakeLists.txt+3-2
- infra/stream/Formatter.hpp+1-1
- infra/stream/OutputStream.cpp+5
- infra/stream/OutputStream.hpp+1
- infra/util/BoundedDeque.hpp+3-3
- infra/util/BoundedString.hpp+4-1
- infra/util/ByteRange.hpp+4-1
- infra/util/Function.hpp+4-1
- infra/util/test/TestBoundedDeque.cpp+21
- lwip/lwip_cpp/ConnectionLwIp.hpp+1-1
- lwip/lwip_cpp/LightweightIp.cpp+46-7
- lwip/lwip_cpp/LightweightIp.hpp+3-1
- protobuf/echo/ServiceForwarder.cpp+3-2
- services/ble/Att.hpp+20
- services/ble/CMakeLists.txt+3
- services/ble/ClaimingGattClientAdapter.cpp+46-29
- services/ble/ClaimingGattClientAdapter.hpp+21-16
- services/ble/Gap.cpp+156-4
- services/ble/Gap.hpp+57-16
- services/ble/Gap.proto+25-4
- services/ble/Gatt.hpp+2-14
- services/ble/GattClient.cpp+17-16
- services/ble/GattClient.hpp+26-33
- services/ble/RetryGattClientCharacteristicsOperations.cpp+82
- services/ble/RetryGattClientCharacteristicsOperations.hpp+46
- services/ble/test/CMakeLists.txt+2
- services/ble/test/TestClaimingGattClientAdapter.cpp+137-70
- services/ble/test/TestGapAdvertisementFormatter.cpp+185
- services/ble/test/TestGapCentral.cpp+87-20
- services/ble/test/TestGapPairing.cpp+25-5
- services/ble/test/TestGattClient.cpp+20-16
- services/ble/test/TestRetryGattClientAdapter.cpp+136
- services/ble/test_doubles/CMakeLists.txt+1
- services/ble/test_doubles/ClaimingGattClientAdapterMock.hpp+38
- services/ble/test_doubles/GapPairingMock.hpp+3-1
- services/ble/test_doubles/GapPairingObserverMock.hpp+1
- services/ble/test_doubles/GattClientMock.hpp+17-27
- services/ble/test_doubles/GattMock.hpp+8-29
- services/ble/test_doubles/GattServerMock.hpp+2-2
- 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/network/ConnectionMbedTls.cpp+16
- services/tracer/TracingEchoInstantiation.hpp+3-8
- services/tracer/TracingEchoInstantiationSecured.hpp+11-21
- services/util/FlashSpi.cpp+32-32
- services/util/FlashSpi.hpp+8-12
- services/util/SesameCryptoMbedTls.cpp+13-2
- services/util/test/TestFlashSpi.cpp+70-63
- services/util/test/TestSesameWindowed.cpp+2
Submodule amp-hal-st updated 65 files
- .devcontainer/Dockerfile+1-1
- .github/workflows/ci.yml+5-5
- .github/workflows/linting-formatting.yml+2-2
- .github/workflows/release-please.yml+2-2
- .github/workflows/security.yml+2-2
- .github/workflows/social-interaction.yml+1-1
- .github/workflows/update-emil-git-tag.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+67-71
- hal_st/middlewares/ble_middleware/GapCentralSt.hpp+15-12
- hal_st/middlewares/ble_middleware/GapPeripheralSt.cpp+23-14
- hal_st/middlewares/ble_middleware/GapPeripheralSt.hpp+6-3
- hal_st/middlewares/ble_middleware/GapSt.cpp+137-62
- hal_st/middlewares/ble_middleware/GapSt.hpp+48-19
- hal_st/middlewares/ble_middleware/GattClientSt.cpp+74-92
- hal_st/middlewares/ble_middleware/GattClientSt.hpp+23-25
- hal_st/middlewares/ble_middleware/GattServerSt.hpp+1-1
- 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+32-38
- hal_st/middlewares/ble_middleware/TracingGattClientSt.hpp+11-13
- hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp+2-2
- hal_st/stm32fxxx/AnalogToDigitalPinStm.cpp+7-6
- hal_st/stm32fxxx/CMakeLists.txt+19-2
- hal_st/stm32fxxx/DmaStm.cpp+24-20
- hal_st/stm32fxxx/EthernetMacH5xxStm.cpp+340
- hal_st/stm32fxxx/EthernetMacStm.hpp+4
- hal_st/stm32fxxx/EthernetSmiStm.cpp+84-19
- hal_st/stm32fxxx/EthernetSmiStm.hpp+7-3
- hal_st/stm32fxxx/GeneratePinoutTableCpp.xsl+3-4
- hal_st/stm32fxxx/GeneratePinoutTableStructure.xsl+11
- hal_st/stm32fxxx/LpTimerPwmStm.cpp+10-11
- hal_st/stm32fxxx/PeripheralTableH5xx.xml+14-2
- hal_st/stm32fxxx/RtcStm.cpp+31
- hal_st/stm32fxxx/RtcStm.hpp+34
- hal_st/stm32fxxx/STM32WBA65_OutOfBand_BLE_experiences.md+106
- hal_st/stm32fxxx/SystemTickTimerService.cpp+6-1
- hal_st/stm32fxxx/SystemTickTimerService.hpp+1
- hal_st/stm32fxxx/TamperStm.cpp+44
- hal_st/stm32fxxx/TamperStm.hpp+27
- hal_st/stm32fxxx/TimerPwmStm.cpp+5-2
- hal_st/stm32fxxx/UartStm.cpp+3-1
- hal_st/synchronous_stm32fxxx/SynchronousHardwareSemaphoreStm.cpp+6-1
- hal_st/synchronous_stm32fxxx/SynchronousHardwareSemaphoreStm.hpp+1
- hal_st/synchronous_stm32fxxx/SynchronousSynchronizedRandomDataGeneratorStm.cpp+26-5
- hal_st/synchronous_stm32fxxx/SynchronousSynchronizedRandomDataGeneratorStm.hpp+10
- 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| 85 | + | |
| 86 | + | |
79 | 87 | | |
| 88 | + | |
80 | 89 | | |
81 | 90 | | |
0 commit comments