Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cFE Integration candidate: 2021-01-19 #1109

Merged
merged 40 commits into from
Jan 27, 2021
Merged
Changes from 2 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ad74393
Fix #1074, Refactor CFE_TIME_RegisterSynchCallback
skliper Jan 7, 2021
73717b8
Fix #449, Add OS_printf to CFE_ES_SYSLOG_APPEND
skliper Jan 7, 2021
778aafb
Fix #488, Pad msg headers to 64 bit
skliper Jan 7, 2021
856c88a
Fix #903, Add CFE_SB_GetUserData padding check
skliper Sep 23, 2020
1b31bd9
Fix #877, Remove duplicate CFE_MISSION_REV define
skliper Jan 11, 2021
483b7c0
Fix #901, Remove UT_CheckForOpenSockets references
skliper Jan 11, 2021
a32ed2a
Fix #904, Update cpuname targets.cmake documentation
skliper Jan 11, 2021
ad9ae56
Fix #1090, UT event check bounds
jphickey Jan 12, 2021
266ed95
Fix #1052, Refactor UT_ClearForceFail to UT_ClearDefaultReturnValue
zanzaben Jan 4, 2021
63b4347
Fix #1068, Create Security Policy
arielswalker Dec 17, 2020
3852145
Fix #933, Remove SenderReporting from SB global
skliper Jan 14, 2021
6b5f77a
Fix #985, globalize "resource ID" definitions
jphickey Jan 12, 2021
b17cd1e
Fix #1073, refactor SB API for proper global locks
jphickey Jan 12, 2021
21bf38a
Fix #945, Finish CFE_PLATFORM_ES_PERF_MAX_IDS removal
skliper Jan 19, 2021
d1c5ab0
Fix #954, Handle debug events in unit test
skliper Jan 19, 2021
fc97a62
Fix #955, Remove OS_printf stub count checks in UT
skliper Jan 19, 2021
4d406db
Merge pull request #1048 from ArielSAdamsNASA/main
astrogeco Jan 21, 2021
8559cf3
Merge pull request #1086 from skliper/fix904-cpuname_doc
astrogeco Jan 21, 2021
0658a01
Merge pull request #1091 from jphickey/fix-1090-ut-eventcheck-bounds
astrogeco Jan 21, 2021
bd87123
Merge pull request #1076 from skliper/fix449-consistent_log
astrogeco Jan 21, 2021
f9abb48
Merge pull request #1099 from skliper/fix933-rm_senderreporting
astrogeco Jan 21, 2021
9f8a776
Merge pull request #1106 from skliper/fix954-test_w_debug_events
astrogeco Jan 21, 2021
c403d0e
Merge pull request #1085 from skliper/fix901-rm-ut-checkforopensockets
astrogeco Jan 21, 2021
6618ce1
Merge pull request #1053 from zanzaben/fix1052_Rename_UT_ClearForceFail
astrogeco Jan 22, 2021
6ca043d
Merge pull request #905 from skliper/fix903-getuserdata-padcheck
astrogeco Jan 25, 2021
a68947e
Merge pull request #1077 from skliper/fix488-header_alignment
astrogeco Jan 25, 2021
c9f9d42
Merge pull request #1075 from skliper/fix1074-multiple_returns
astrogeco Jan 25, 2021
95ec2da
Merge pull request #1092 from jphickey/fix-1073-sb-locking
astrogeco Jan 25, 2021
1927e61
Merge pull request #1107 from skliper/fix955-os_printf_count
astrogeco Jan 25, 2021
5b1d054
Merge pull request #1084 from skliper/fix877-one_missionrev_2_rule_th…
astrogeco Jan 25, 2021
cc514bc
Merge pull request #1104 from skliper/fix945-platform_perf_max_id
astrogeco Jan 25, 2021
28c746c
Fix #1089, Cleanup strncpy use - unit tests
skliper Jan 12, 2021
5edcf20
Fix #1089, Cleanup strncpy use - main code
skliper Jan 13, 2021
26a0e06
Fix #932, Update UT for CFE_MISSION* string sizing
skliper Jan 14, 2021
a4aa481
Merge pull request #1098 from skliper/fix1089-clean_strncpy
astrogeco Jan 25, 2021
137768d
Fix #982, use separate pipe info data struct
jphickey Jan 15, 2021
79cfde6
Merge pull request #1102 from jphickey/fix-982-separate-pipeinfo
astrogeco Jan 26, 2021
383438d
Fix #1134, Add UtDebug output to CFE_ES_WriteToSysLog stub
skliper Jan 26, 2021
a991e96
Merge pull request #1135 from skliper/fix1134-writetosyslog_utdebug
astrogeco Jan 26, 2021
f221911
Bump to v6.8.0-rc1+dev290
astrogeco Jan 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmake/sample_defs/targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# This file indicates the architecture and configuration of the
# target boards that will run core flight software.
#
# The following variables are defined per board, where <x> is the
# CPU number starting with 1:
# The following variables are defined per board, where <cpuname>
# is a specific name within MISSION_CPUNAMES list:
#
# <cpuname>_NAME : the user-friendly name of the cpu. Should be simple
# word with no punctuation. This MUST be specified.
# MISSION_CPUNAMES : list of user-friendly cpu names. Should be simple
# words with no punctuation. This MUST be specified.
# <cpuname>_APPLIST : list of applications to build and install on the CPU.
# These are built as dynamically-loaded applications and installed
# as files in the non-volatile storage of the target, and loaded
Expand Down