Commit 42f0029
committed
fix: fix various problems
1 parent 0fae114 commit 42f0029
File tree
3 files changed
+3
-3
lines changed- postmaster/instantiations_st
3 files changed
+3
-3
lines changedSubmodule amp-embedded-infra-lib updated 66 files
- .clusterfuzzlite/Dockerfile+1-1
- .devcontainer/Dockerfile+1-1
- .github/workflows/ci.yml+27-27
- .github/workflows/dependency-scanner.yml+3-3
- .github/workflows/documentation.yml+8-8
- .github/workflows/linting-formatting.yml+4-4
- .github/workflows/release-please.yml+4-4
- .github/workflows/security.yml+2-2
- .github/workflows/static-analysis.yml+9-9
- cmake/emil_version_generator.cmake+3-3
- cmake/toolchain-clang-x86_64-pc-windows-msvc.cmake+7-1
- cmake/version.h.in+14-4
- cmake/version_file_generator.cmake+13
- examples/CMakeLists.txt+1
- examples/versioning/CMakeLists.txt+16
- examples/versioning/Main.c+7
- examples/versioning/Main.cpp+7
- hal/interfaces/CMakeLists.txt+1
- hal/interfaces/I2c.hpp+16
- hal/interfaces/Sleepable.hpp+22
- hal/interfaces/Spi.hpp+18
- hal/interfaces/test_doubles/CMakeLists.txt+1
- hal/interfaces/test_doubles/FlashMock.cpp+7-3
- hal/interfaces/test_doubles/FlashMock.hpp+19-12
- hal/interfaces/test_doubles/I2cMock.hpp+22-9
- hal/interfaces/test_doubles/I2cRegisterAccessMock.hpp+4-2
- hal/interfaces/test_doubles/SleepableMock.hpp+14
- hal/interfaces/test_doubles/SpiMock.hpp+16-2
- infra/util/CMakeLists.txt+1
- infra/util/ReallyAssert.cpp+19
- infra/util/ReallyAssert.hpp+29-7
- infra/util/test/CMakeLists.txt+1
- infra/util/test/TestReallyAssert.cpp+47
- lwip/lwip_cpp/LightweightIpOverEthernet.cpp+8-4
- protobuf/echo/EchoOnStreams.cpp+20-6
- protobuf/echo/EchoOnStreams.hpp+3
- services/ble/Gap.proto+24-9
- services/cucumber/CucumberWireProtocolController.cpp+1-1
- services/cucumber/CucumberWireProtocolController.hpp+1-1
- services/cucumber/CucumberWireProtocolFormatter.cpp+1-1
- services/network/EchoOnConnection.cpp+2-23
- services/network/EchoOnConnection.hpp-10
- services/network/MdnsClient.cpp+3-2
- services/network/SingleConnectionListener.cpp+1-1
- services/network/WebSocketServerConnectionObserver.cpp+11-3
- services/network/WebSocketServerConnectionObserver.hpp+1
- services/network/test/TestSingleConnectionListener.cpp+17
- services/network/test/TestWebSocketServerConnectionObserver.cpp+4-1
- services/tracer/GlobalTracer.cpp+2-1
- services/util/CMakeLists.txt+4
- services/util/FlashDelegate.hpp+3-3
- services/util/FlashMultipleAccess.cpp+3-3
- services/util/FlashMultipleAccess.hpp+10-1
- services/util/FlashSpi.cpp+80-54
- services/util/FlashSpi.hpp+17-1
- services/util/I2cMultipleAccess.cpp+30
- services/util/I2cMultipleAccess.hpp+5
- services/util/SleepOnInactivityFlashDecorator.cpp+90
- services/util/SleepOnInactivityFlashDecorator.hpp+62
- services/util/SleepableFlashSpi.cpp+41
- services/util/SleepableFlashSpi.hpp+31
- services/util/test/CMakeLists.txt+2
- services/util/test/TestI2cMultipleAccess.cpp+98
- services/util/test/TestSleepOnInactivityFlashDecorator.cpp+116
- services/util/test/TestSleepableFlashSpi.cpp+61
- upgrade/security_key_generator/CMakeLists.txt+2-2
Submodule amp-hal-st updated 35 files
- .devcontainer/Dockerfile+1-1
- .github/workflows/ci.yml+15-14
- .github/workflows/linting-formatting.yml+4-4
- .github/workflows/release-please.yml+2-2
- .github/workflows/security.yml+2-2
- .github/workflows/update-emil-git-tag.yml+3-3
- CMakeLists.txt+3-3
- CMakePresets.json+17
- hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.cpp+24
- hal_st/middlewares/ble_middleware/TracingGapPeripheralSt.hpp+6
- hal_st/stm32fxxx/AnalogToDigitalPinStm.cpp+8-6
- hal_st/stm32fxxx/CMakeLists.txt+8-1
- hal_st/stm32fxxx/DefaultClockNucleoG071RB.cpp+48
- hal_st/stm32fxxx/DefaultClockNucleoG071RB.hpp+6
- hal_st/stm32fxxx/EthernetMacH5xxStm.cpp+40-34
- hal_st/stm32fxxx/I2cStm.cpp+67-27
- hal_st/stm32fxxx/I2cStm.hpp+17-8
- hal_st/stm32fxxx/LpTimerPwmStm.cpp+45-14
- hal_st/stm32fxxx/LpTimerPwmStm.hpp+29-5
- hal_st/stm32fxxx/LpTimerStm.cpp+80-29
- hal_st/stm32fxxx/LpTimerStm.hpp+38-12
- hal_st/stm32fxxx/PeripheralTableG0xx.xml+49
- hal_st/stm32fxxx/PeripheralTableG4xx.xml+2-8
- hal_st/stm32fxxx/SpiSlaveStmDma.cpp+24-2
- hal_st/stm32fxxx/SpiSlaveStmDma.hpp+8
- hal_st/stm32fxxx/TimerPwmStm.cpp+33-2
- hal_st/stm32fxxx/TimerPwmStm.hpp+27-3
- hal_st/stm32fxxx/TimerStm.cpp+20-3
- hal_st/stm32fxxx/WatchDogStm.cpp+5-3
- hal_st/stm32fxxx/WatchDogStm.hpp+5-2
- hal_st/stm32fxxx/mcu/STM32G070RBTx.xml+4-4
- hal_st/stm32fxxx/mcu/STM32G071R(6-8-B)Tx.xml+642
- integration_test/logic/Flash.cpp+5
- st/CMakeLists.txt+1
- st/ldscripts/mem_stm32g071.ld+6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments