-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IC-20200624, Point submodules to master
- Loading branch information
Gerardo E. Cruz-Ortiz
committed
Jul 26, 2020
1 parent
054297a
commit f41ae80
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule cfe
updated
23 files
+16 −1 | README.md | |
+24 −10 | cmake/arch_build.cmake | |
+1 −0 | cmake/cfe-common.doxyfile.in | |
+5 −2 | cmake/global_functions.cmake | |
+1 −0 | cmake/osal-common.doxyfile.in | |
+6 −2 | cmake/sample_defs/targets.cmake | |
+5 −1 | cmake/target/CMakeLists.txt | |
+94 −0 | docs/src/cfs_versions.dox | |
+1 −1 | docs/src/main.dox | |
+2 −2 | fsw/cfe-core/src/es/cfe_es_apps.c | |
+30 −13 | fsw/cfe-core/src/es/cfe_es_task.c | |
+3 −4 | fsw/cfe-core/src/evs/cfe_evs_task.c | |
+55 −70 | fsw/cfe-core/src/inc/cfe_version.h | |
+1 −2 | fsw/cfe-core/src/sb/cfe_sb_task.c | |
+1 −2 | fsw/cfe-core/src/tbl/cfe_tbl_task.c | |
+1 −2 | fsw/cfe-core/src/tbl/cfe_tbl_task_cmds.c | |
+1 −2 | fsw/cfe-core/src/time/cfe_time_task.c | |
+244 −28 | fsw/cfe-core/ut-stubs/ut_es_stubs.c | |
+55 −13 | fsw/cfe-core/ut-stubs/ut_evs_stubs.c | |
+19 −5 | fsw/cfe-core/ut-stubs/ut_fs_stubs.c | |
+259 −23 | fsw/cfe-core/ut-stubs/ut_sb_stubs.c | |
+153 −10 | fsw/cfe-core/ut-stubs/ut_tbl_stubs.c | |
+198 −6 | fsw/cfe-core/ut-stubs/ut_time_stubs.c |
Submodule osal
updated
30 files
Submodule psp
updated
7 files
+7 −1 | README.md | |
+2 −0 | fsw/inc/cfe_psp.h | |
+1 −0 | fsw/inc/cfe_psp_configdata.h | |
+36 −14 | fsw/mcp750-vxworks/inc/psp_version.h | |
+36 −14 | fsw/pc-linux/inc/psp_version.h | |
+36 −14 | fsw/pc-rtems/inc/psp_version.h | |
+2 −1 | fsw/shared/src/cfe_psp_configdata.c |
Submodule cFS-GroundSystem
updated
19 files
+3 −0 | .gitignore | |
+57 −11 | GroundSystem.py | |
+135 −29 | MainWindow.ui | |
+8 −1 | README.md | |
+1 −2 | RoutingService.py | |
+21 −8 | Subsystems/cmdGui/CommandSystem.py | |
+153 −0 | Subsystems/cmdGui/MiniCmdUtil.py | |
+22 −9 | Subsystems/cmdGui/Parameter.py | |
+18 −8 | Subsystems/cmdGui/UdpCommands.py | |
+23 −1,117 | Subsystems/cmdGui/Ui_CommandSystemDialog.py | |
+14 −512 | Subsystems/cmdGui/Ui_GenericCommandDialog.py | |
+19 −198 | Subsystems/cmdGui/Ui_ParameterDialog.py | |
+37 −37 | Subsystems/tlmGUI/EventMessage.py | |
+34 −19 | Subsystems/tlmGUI/GenericTelemetry.py | |
+28 −27 | Subsystems/tlmGUI/GenericTelemetryDialog.ui | |
+58 −806 | Subsystems/tlmGUI/Ui_GenericTelemetryDialog.py | |
+23 −833 | Subsystems/tlmGUI/Ui_TelemetrySystemDialog.py | |
+77 −21 | Ui_MainWindow.py | |
+49 −0 | _version.py |
Submodule elf2cfetbl
updated
3 files
+9 −2 | README.md | |
+19 −5 | elf2cfetbl.c | |
+66 −0 | elf2cfetbl_version.h |