File tree
5 files changed
+9
-24
lines changed- FprimeZephyrReference/ReferenceDeployment
- Top
- lib
5 files changed
+9
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 22 | | |
43 | 23 | | |
44 | 24 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
76 | | - | |
77 | | - | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
- .github/actions/cookiecutter-check/deployment.expect+2
- .github/actions/spelling/expect.txt+2
- .github/workflows/ext-aarch64-linux-led-blinker.yml+8-7
- .github/workflows/ext-build-hello-world.yml+1-1
- .github/workflows/ext-build-led-blinker.yml+1-1
- .github/workflows/ext-build-math-comp.yml+2-1
- .github/workflows/ext-raspberry-led-blinker.yml+9-7
- Drv/ByteStreamDriverModel/ByteStreamDriverModel.fpp+1-1
- Drv/Ports/GpioDriverPorts.fpp+1-1
- Drv/Ports/I2cDriverPorts.fpp+1-1
- Fpp/ToCpp.fpp+1-1
- FppTestProject/FppTest/component/include/events.fppi+2-1
- FppTestProject/FppTest/component/tests/EventTests.cpp+13-1
- Fw/Cmd/Cmd.fpp+1-1
- Fw/Log/Log.fpp+1-1
- Fw/Prm/Prm.fpp+1-1
- Fw/Tlm/Tlm.fpp+1-1
- Fw/Types/MallocAllocator.cpp+6-9
- Fw/Types/MallocAllocator.hpp+29-23
- Fw/Types/MemAllocator.cpp+30-6
- Fw/Types/MemAllocator.hpp+92-34
- Fw/Types/MmapAllocator.cpp+4-1
- Fw/Types/MmapAllocator.hpp+7-2
- Os/Models/Directory.fpp+2-2
- Os/Models/File.fpp+2-2
- Os/Models/FileSystem.fpp+1-1
- Os/Models/Generic.fpp+1-1
- Os/Models/Mutex.fpp+1-1
- Os/Models/Queue.fpp+2-2
- Os/Models/RawTime.fpp+1-1
- Os/Models/Task.fpp+1-1
- Os/Posix/File.cpp+1-1
- Os/Posix/test/ut/PosixRawTimeTests.cpp+35
- Os/Task.hpp+10
- Os/test/ut/rawtime/CommonTests.cpp+5-1
- Os/test/ut/rawtime/CommonTests.hpp-6
- Os/test/ut/rawtime/RawTimeRules.cpp+17-6
- Os/test/ut/rawtime/RulesHeaders.hpp+32-32
- Ref/Top/RefTopology.cpp+1-1
- Ref/Top/instances.fpp+7-7
- Ref/test/int/ref_integration_test.py+4-2
- Svc/BufferAccumulator/Commands.fppi+2-2
- Svc/BufferLogger/Commands.fppi+1-1
- Svc/BufferManager/test/ut/BufferManagerTester.cpp+1-1
- Svc/CmdSequencer/CmdSequencer.fpp+3-3
- Svc/ComQueue/ComQueue.fpp+1-1
- Svc/DpCatalog/DpCatalog.fpp+1-1
- Svc/EventManager/EventManager.fpp+2-2
- Svc/FileDownlinkPorts/FileDownlinkPorts.fpp+1-1
- Svc/FpySequencer/FpySequencer.fpp+4-4
- Svc/FpySequencer/FpySequencerDirectives.cpp+63-23
- Svc/FpySequencer/FpySequencerDirectives.fppi+4-2
- Svc/FpySequencer/docs/sdd.md+37-19
- Svc/FpySequencer/test/ut/FpySequencerTestMain.cpp+1-1
- Svc/FrameAccumulator/FrameAccumulator.cpp+17-7
- Svc/FrameAccumulator/FrameAccumulator.fpp+8-6
- Svc/FrameAccumulator/docs/sdd.md+3
- Svc/FrameAccumulator/test/ut/FrameAccumulatorTestMain.cpp+5
- Svc/FrameAccumulator/test/ut/FrameAccumulatorTester.cpp+43
- Svc/FrameAccumulator/test/ut/FrameAccumulatorTester.hpp+3
- Svc/PolyIf/PolyIf.fpp+1-1
- Svc/Ports/VersionPorts/VersionPorts.fpp+1-1
- Svc/PrmDb/PrmDb.fpp+4-4
- Svc/SeqDispatcher/SeqDispatcher.fpp+2-2
- Svc/Subtopologies/CdhCore/CdhCoreConfig/CdhCoreConfig.fpp+4-4
- Svc/Subtopologies/ComCcsds/ComCcsds.fpp+2-2
- Svc/Subtopologies/ComCcsds/ComCcsdsConfig/ComCcsdsConfig.fpp+2-2
- Svc/Subtopologies/ComFprime/ComFprime.fpp+2-2
- Svc/Subtopologies/ComFprime/ComFprimeConfig/ComFprimeConfig.fpp+1-1
- Svc/Subtopologies/ComLoggerTee/ComLoggerTeeConfig/ComLoggerTeeConfig.fpp+1-1
- Svc/Subtopologies/DataProducts/DataProductsConfig/DataProductsConfig.fpp+4-4
- Svc/Subtopologies/FileHandling/FileHandlingConfig/FileHandlingConfig.fpp+4-4
- Svc/SystemResources/SystemResources.fpp+1-1
- Svc/Version/Version.fpp+2-2
- default/config/CMakeLists.txt+1
- default/config/MemoryAllocation.fpp+13
- requirements.txt+1-1
Submodule fprime-zephyr updated from 6d756e1 to 11c2a10
0 commit comments