Commit 220c4be
committed
fix: various Echo fixes
1 parent 42f0029 commit 220c4be
File tree
3 files changed
+22
-3
lines changed- postmaster/instantiations
3 files changed
+22
-3
lines changedSubmodule amp-embedded-infra-lib updated 25 files
- .github/workflows/ci.yml+7-7
- .github/workflows/documentation.yml+3-3
- .github/workflows/linting-formatting.yml+2-2
- .github/workflows/security.yml+1-1
- .github/workflows/static-analysis.yml+2-2
- hal/interfaces/SerialCommunication.cpp+7
- hal/interfaces/SerialCommunication.hpp+5
- hal/interfaces/test/TestSerialCommunication.cpp+8
- protobuf/echo/EchoOnStreams.cpp+2-4
- services/ble/GattServer.hpp+1-1
- services/ble/test_doubles/GattServerMock.hpp+1-1
- services/tracer/TracingEchoInstantiation.cpp+9-5
- services/tracer/TracingEchoInstantiation.hpp+6-1
- services/tracer/TracingEchoInstantiationSecured.cpp+9-5
- services/tracer/TracingEchoInstantiationSecured.hpp+6-1
- services/util/EchoInstantiation.cpp+9-5
- services/util/EchoInstantiation.hpp+13-1
- services/util/EchoInstantiationSecured.cpp+9-5
- services/util/EchoInstantiationSecured.hpp+6-1
- services/util/SesameCobs.cpp+27-11
- services/util/SesameCobs.hpp+9-2
- services/util/SesameWindowed.cpp+5-6
- services/util/SesameWindowed.hpp+2-2
- services/util/test/TestSesameCobs.cpp+97-2
- services/util/test/TestSesameWindowed.cpp+3
Submodule amp-hal-st updated 15 files
- .github/workflows/ci.yml+5-5
- .github/workflows/linting-formatting.yml+2-2
- .github/workflows/security.yml+1-1
- CMakeLists.txt+1-1
- examples/helloworld/Main.cpp+13
- hal_st/cortex/CMakeLists.txt+3
- hal_st/cortex/FaultTracer.cpp+189
- hal_st/cortex/FaultTracer.hpp+45
- hal_st/default_init/CMakeLists.txt+1
- hal_st/default_init/DefaultInit.cpp+24-3
- hal_st/middlewares/ble_middleware/GattServerSt.cpp+1-1
- hal_st/middlewares/ble_middleware/GattServerSt.hpp+1-1
- hal_st/middlewares/ble_middleware/TracingGattServerSt.cpp+1-1
- hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp+1-1
- st/ldscripts/sections.ld+2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
10 | 29 | | |
11 | 30 | | |
12 | 31 | | |
| |||
19 | 38 | | |
20 | 39 | | |
21 | 40 | | |
22 | | - | |
| 41 | + | |
23 | 42 | | |
24 | 43 | | |
25 | 44 | | |
| |||
0 commit comments