-
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.
*Combines:* sample_app equuleus-rc1+dev36 sch_lab equuleus-rc1+dev29 to_lab equuleus-rc1+dev38 sample_lib equuleus-rc1+dev2 tblCRCTool equuleus-rc1+dev2 cFS-GroundSystem equuleus-rc1+dev2 elf2cfetbl equuleus-rc1+dev10 cFE equuleus-rc1+dev75 PSP equuleus-rc1+dev38 osal equuleus-rc1+dev33 **Includes:** *sample_app* - nasa/sample_app#226 *sch_lab* - nasa/sch_lab#161 *to_lab* - nasa/sch_lab#186 *sample_lib* - nasa/sample_lib#96 *tblCRCTool* - nasa/tblCRCTool#80 *cFS-GroundSystem* - nasa/cFS-GroundSystem#239 *elf2cfetbl* - nasa/elf2cfetbl#144 - nasa/elf2cfetbl#143 *cFE* - nasa/cFE#2463 - nasa/cFE#2486 - nasa/cFE#2485 - nasa/cFE#2489 *PSP* - nasa/PSP#422 - nasa/PSP#427 *osal* - nasa/osal#1437 - nasa/osal#1442 Co-authored by: Joseph Hickey <[email protected]> Co-authored by: Dylan Baker <[email protected]>
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule sample_app
updated
10 files
+4 −0 | CHANGELOG.md | |
+10 −1 | CMakeLists.txt | |
+3 −3 | config/default_sample_app_msgids.h | |
+3 −3 | config/default_sample_app_topicids.h | |
+140 −0 | eds/sample_app.xml | |
+5 −1 | fsw/src/sample_app.c | |
+1 −0 | fsw/src/sample_app.h | |
+88 −0 | fsw/src/sample_app_eds_dispatch.c | |
+16 −10 | fsw/src/sample_app_version.h | |
+62 −0 | unit-test/coveragetest/coveragetest_sample_app_eds_dispatch.c |
Submodule sch_lab
updated
3 files
+4 −0 | CHANGELOG.md | |
+6 −1 | fsw/src/sch_lab_app.c | |
+16 −10 | fsw/src/sch_lab_version.h |
Submodule to_lab
updated
10 files
+4 −0 | CHANGELOG.md | |
+11 −1 | CMakeLists.txt | |
+4 −4 | config/default_to_lab_msgids.h | |
+4 −4 | config/default_to_lab_topicids.h | |
+224 −0 | eds/to_lab.xml | |
+6 −1 | fsw/src/to_lab_app.c | |
+91 −0 | fsw/src/to_lab_eds_dispatch.c | |
+88 −0 | fsw/src/to_lab_eds_encode.c | |
+16 −10 | fsw/src/to_lab_version.h | |
+10 −10 | fsw/tables/to_lab_sub.c |
Submodule cfe
updated
45 files
Submodule sample_lib
updated
3 files
+4 −0 | CHANGELOG.md | |
+8 −1 | fsw/src/sample_lib.c | |
+16 −10 | fsw/src/sample_lib_version.h |
Submodule osal
updated
4 files
+5 −0 | CHANGELOG.md | |
+18 −17 | src/os/inc/osapi-version.h | |
+3 −0 | src/os/rtems/inc/os-rtems.h | |
+1 −1 | src/os/shared/src/osapi-version.c |
Submodule psp
updated
8 files
+5 −0 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+16 −11 | fsw/mcp750-vxworks/inc/psp_version.h | |
+16 −11 | fsw/pc-linux/inc/psp_version.h | |
+16 −11 | fsw/pc-rtems/inc/psp_version.h | |
+8 −0 | fsw/pc-rtems/psp_conditional_modules.cmake | |
+5 −2 | fsw/pc-rtems/psp_module_list.cmake | |
+1 −1 | fsw/shared/src/cfe_psp_version.c |
Submodule elf2cfetbl
updated
9 files
+5 −0 | CHANGELOG.md | |
+25 −4 | CMakeLists.txt | |
+11 −1 | elf2cfetbl.c | |
+16 −11 | elf2cfetbl_version.h | |
+124 −0 | scripts/add_cfe_tables_impl.cmake | |
+10 −0 | scripts/elf2cfetbl_rules.mk | |
+34 −0 | scripts/generate_elf_table_rules.cmake | |
+10 −0 | scripts/table_rule_template.d.in | |
+15 −0 | scripts/tabletool_rule.mk |
Submodule tblCRCTool
updated
3 files
+5 −1 | CHANGELOG.md | |
+6 −1 | cfe_ts_crc.c | |
+16 −12 | cfe_ts_crc_version.h |