Commit 3064c40
authored
File tree
17 files changed
+47
-47
lines changed- postmaster
- flex
- frontend
- instantiations_st
- instantiations
- postmaster_stm32f407
- programmer
- prototype_win
17 files changed
+47
-47
lines changedSubmodule amp-embedded-infra-lib updated 199 files
Submodule amp-hal-st updated 75 files
- .devcontainer/Dockerfile+1-1
- .github/workflows/ci.yml+10-10
- .github/workflows/linting-formatting.yml+4-4
- .github/workflows/release-please.yml+1-1
- .github/workflows/security.yml+3-3
- .github/workflows/social-interaction.yml+1-1
- .github/workflows/update-emil-git-tag.yml+2-2
- CMakeLists.txt+1-1
- examples/sesame/Main.cpp+1-2
- hal_st/cortex/InterruptCortex.cpp+3-3
- hal_st/cortex/InterruptCortex.hpp+1-1
- hal_st/middlewares/ble_middleware/BleDtmSt.cpp+3-3
- hal_st/middlewares/ble_middleware/BleDtmSt.hpp+1-1
- hal_st/middlewares/ble_middleware/GapCentralSt.cpp+3-3
- hal_st/middlewares/ble_middleware/GapCentralSt.hpp+1-1
- hal_st/middlewares/ble_middleware/GapSt.hpp-1
- hal_st/middlewares/ble_middleware/GattClientSt.cpp+28-40
- hal_st/middlewares/ble_middleware/GattClientSt.hpp+11-11
- hal_st/middlewares/ble_middleware/GattServerSt.cpp+3-39
- hal_st/middlewares/ble_middleware/GattServerSt.hpp-1
- hal_st/middlewares/ble_middleware/TracingGapCentralSt.cpp+1-1
- hal_st/middlewares/ble_middleware/TracingGapCentralSt.hpp+1-1
- hal_st/middlewares/ble_middleware/TracingGattClientSt.cpp+6-6
- hal_st/middlewares/ble_middleware/TracingGattClientSt.hpp+6-6
- hal_st/middlewares/ble_middleware/TracingGattServerSt.cpp-7
- hal_st/middlewares/ble_middleware/TracingGattServerSt.hpp-1
- hal_st/stm32fxxx/AdcDmaStm.cpp+5-5
- hal_st/stm32fxxx/AdcTimerTriggeredBase.cpp+1-1
- hal_st/stm32fxxx/CMakeLists.txt+2-2
- hal_st/stm32fxxx/DigitalToAnalogPinStm.cpp+3-3
- hal_st/stm32fxxx/DigitalToAnalogPinStm.hpp+1-2
- hal_st/stm32fxxx/LpTimerStm.cpp+1-23
- hal_st/stm32fxxx/LpTimerStm.hpp-3
- hal_st/stm32fxxx/PeripheralTableWbxx.xml-4
- hal_st/stm32fxxx/QuadSpiStm.cpp+1-1
- hal_st/stm32fxxx/SingleSpeedQuadSpiStmDma.cpp+2-2
- hal_st/stm32fxxx/SpiMasterStm.cpp+2-2
- hal_st/stm32fxxx/SpiMasterStm.hpp+1-1
- hal_st/stm32fxxx/TimerStm.hpp+1-1
- hal_st/synchronous_stm32fxxx/SynchronousUartStm.cpp+12-20
- hal_st/synchronous_stm32fxxx/SynchronousUartStm.hpp+3-3
- hal_st_lwip/instantiations_lwip/Ethernet.hpp+7-9
- hal_st_lwip/instantiations_lwip/EthernetSmiObserver.cpp+5-5
- hal_st_lwip/instantiations_lwip/EthernetSmiObserver.hpp+7-7
- integration_test/logic/Tester.cpp+4-4
- integration_test/logic/Tester.hpp+2-2
- integration_test/pcb/integration_test_board/eagle.epf
- integration_test/pcb/integration_test_board/fab/bom.csv-12
- integration_test/pcb/integration_test_board/fab/fab.rar
- integration_test/pcb/integration_test_board/fab/integration_test_board-B_Cu.gbr-6.3k
- integration_test/pcb/integration_test_board/fab/integration_test_board-B_Mask.gbr-284
- integration_test/pcb/integration_test_board/fab/integration_test_board-B_Paste.gbr-15
- integration_test/pcb/integration_test_board/fab/integration_test_board-B_Silkscreen.gbr-15
- integration_test/pcb/integration_test_board/fab/integration_test_board-Edge_Cuts.gbr-23
- integration_test/pcb/integration_test_board/fab/integration_test_board-F_Cu.gbr-6.7k
- integration_test/pcb/integration_test_board/fab/integration_test_board-F_Mask.gbr-405
- integration_test/pcb/integration_test_board/fab/integration_test_board-F_Paste.gbr-91
- integration_test/pcb/integration_test_board/fab/integration_test_board-F_Silkscreen.gbr-2.0k
- integration_test/pcb/integration_test_board/fab/integration_test_board-NPTH.drl-19
- integration_test/pcb/integration_test_board/fab/integration_test_board-PTH.drl-287
- integration_test/pcb/integration_test_board/fab/integration_test_board-bottom-pos.csv-1
- integration_test/pcb/integration_test_board/fab/integration_test_board-job.gbrjob-122
- integration_test/pcb/integration_test_board/fab/integration_test_board-top-pos.csv-19
- integration_test/pcb/integration_test_board/fp-info-cache-96.7k
- integration_test/pcb/integration_test_board/integration_test_board 1.0.zip
- integration_test/pcb/integration_test_board/integration_test_board.brd
- integration_test/pcb/integration_test_board/integration_test_board.kicad_pcb-14.3k
- integration_test/pcb/integration_test_board/integration_test_board.kicad_prl-83
- integration_test/pcb/integration_test_board/integration_test_board.kicad_pro-630
- integration_test/pcb/integration_test_board/integration_test_board.kicad_sch-11.5k
- integration_test/pcb/integration_test_board/integration_test_board.sch
- integration_test/tester/Main.cpp+2-2
- integration_test/tester/Tester.cpp+2-2
- services/st_util/StBootloaderCommunicatorUart.cpp+5-5
- services/st_util/StBootloaderCommunicatorUart.hpp+1-1
Submodule amp-preview updated 23 files
- .github/workflows/ci.yml+3-3
- .github/workflows/linting-formatting.yml+2-2
- .github/workflows/release-please.yml+1-1
- .github/workflows/social-interaction.yml+1-1
- .github/workflows/static-analysis.yml+5-5
- .mega-linter.yml-1
- CMakeLists.txt+2-2
- preview/interfaces/BufferedDisplaySsd1306.hpp+1-1
- preview/interfaces/test/TestViewPainterBufferedDisplay.cpp+2-2
- preview/touch/TouchScreen.cpp+3-3
- preview/touch/TouchScreen.hpp+2-2
- preview/touch/TouchScreenToTouchRecipientInteractor.cpp+1-1
- preview/touch/TouchSpinInteger.cpp+3-3
- preview/touch/TouchSpinInteger.hpp+2-2
- preview/touch/test/TestTouchScreen.cpp+4-4
- preview/views/HorizontalLayout.cpp+3-3
- preview/views/HorizontalLayout.hpp+1-1
- preview/views/VerticalLayout.cpp+3-3
- preview/views/ViewDisableableText.cpp+2-2
- preview/views/ViewFadingText.cpp+3-3
- preview/views/ViewFadingText.hpp+1-1
- preview/views/ViewFramedTextButtonWithPopOut.cpp+3-3
- preview/views/ViewFramedTextButtonWithPopOut.hpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments