-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combines: nasa/cFE#2019, cFE v7.0.0-rc4+dev60 nasa/osal#1212, osal v6.0.0-rc4+dev29 nasa/sch_lab#105, sch_lab v2.5.0-rc4+dev13 Includes: *cFE* nasa/cFE#2033, Add CFE_ES_AppInfo_t element documentation nasa/cFE#2011, Reuse CodeQL, Static Analysis, and Format Check nasa/cFE#2015, Add FS Functional test nasa/cFE#2012, Fix mismatched foreach in cmake function nasa/cFE#2013, Improved code highlighting in cFE Application Developers Guide nasa/cFE#2027, CFE_FS_ParseInputFileNameEx avoid uninit var nasa/cFE#2031, Fix array length calculation for perf structs nasa/cFE#2023, Limit SBR UT loops nasa/cFE#2029, Initialize BlockData in ES UT nasa/cFE#2025, Fix osal_id_t type conversion in es_UT.c *osal* nasa/osal#1206, Search global and local symbol tables nasa/osal#1201, Add missing space to UtAssert_STUB_COUNT nasa/osal#1202, Add UINT8 and UINT16 equivalents for UtAssert_UINT32_<Comparison> macros nasa/osal#1203, correct warnings on gcc11 nasa/osal#1211, Set output in OS_stat handler nasa/osal#1190, Reuse CodeQL, Static Analysis, Format Check *other* nasa/sch_lab#104, Add option to configure base tick rate *Continuous Integration Updates* nasa/PSP#317, Reuse CodeQL, Static Analysis, and Format Check nasa/sample_lib#72, Reuse CodeQL, Static Analysis, and Format Check nasa/sample_app#162, Reuse CodeQL, Static Analysis, and Format Check nasa/ci_lab#100, Reuse CodeQL, Static Analysis, and Format Check nasa/to_lab#111, Reuse CodeQL, Static Analysis, and Format Check nasa/tblCRCTool#59, Reuse CodeQL, Static Analysis, and Format Check nasa/elf2cfetbl#97, Reuse CodeQL, Static Analysis, and Format Check nasa/cFS-GroundSystem#200, Reuse CodeQL, Static Analysis, and Format Check Co-authored-by: Ariel Adams <ArielSAdamsNASA@users.noreply.github.com> Co-authored-by: Jacob Hageman <skliper@users.noreply.github.com> Co-authored-by: Joseph Hickey <jphickey@users.noreply.github.com> Co-authored-by: Kurtis Dinelle <kurtjd@users.noreply.github.com> Co-authored-by: Paul <paulober@users.noreply.github.com> Co-authored-by: Adrien Chardon <Nodraak@users.noreply.github.com>
- Loading branch information
1 parent
8053f8c
commit d4a6e3f
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule ci_lab
updated
3 files
+7 −106 | .github/workflows/codeql-build.yml | |
+3 −45 | .github/workflows/format-check.yml | |
+3 −33 | .github/workflows/static-analysis.yml |
Submodule sample_app
updated
3 files
+8 −111 | .github/workflows/codeql-build.yml | |
+4 −45 | .github/workflows/format-check.yml | |
+2 −31 | .github/workflows/static-analysis.yml |
Submodule sch_lab
updated
8 files
+7 −105 | .github/workflows/codeql-build.yml | |
+4 −45 | .github/workflows/format-check.yml | |
+3 −31 | .github/workflows/static-analysis.yml | |
+6 −0 | README.md | |
+2 −1 | fsw/platform_inc/sch_lab_table.h | |
+75 −5 | fsw/src/sch_lab_app.c | |
+1 −1 | fsw/src/sch_lab_version.h | |
+2 −1 | fsw/tables/sch_lab_table.c |
Submodule to_lab
updated
3 files
+6 −105 | .github/workflows/codeql-build.yml | |
+2 −43 | .github/workflows/format-check.yml | |
+1 −29 | .github/workflows/static-analysis.yml |
Submodule cfe
updated
14 files
Submodule sample_lib
updated
3 files
+6 −109 | .github/workflows/codeql-build.yml | |
+3 −45 | .github/workflows/format-check.yml | |
+2 −31 | .github/workflows/static-analysis.yml |
Submodule osal
updated
22 files
Submodule psp
updated
3 files
+7 −110 | .github/workflows/codeql-build.yml | |
+3 −45 | .github/workflows/format-check.yml | |
+5 −47 | .github/workflows/static-analysis.yml |
Submodule cFS-GroundSystem
updated
3 files
+6 −105 | .github/workflows/codeql-build.yml | |
+3 −45 | .github/workflows/format-check.yml | |
+2 −30 | .github/workflows/static-analysis.yml |
Submodule elf2cfetbl
updated
3 files
+6 −105 | .github/workflows/codeql-build.yml | |
+3 −45 | .github/workflows/format-check.yml | |
+2 −30 | .github/workflows/static-analysis.yml |
Submodule tblCRCTool
updated
3 files
+6 −105 | .github/workflows/codeql-build.yml | |
+3 −45 | .github/workflows/format-check.yml | |
+2 −30 | .github/workflows/static-analysis.yml |