Releases: nasa/cFE
cFS - v7.0.0 (Draco)
Open source release of the cFS framework bundle under the Apache 2.0 license.
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
- cFE User's Guide
- OSAL API Guide
- Unit Test Coverage Summary
- Unit Test Results
- Unit Test Coverage Details
- cFE Functional Tests
- Design/Training Documentation
What's Changed
- cFE Integration candidate: Caelum-rc4+dev39 by @dzbaker in #2245
- Fix #2243, CFE_TBL_FILEDEF does not need static by @jphickey in #2244
- cFE Integration candidate: Caelum-rc4+dev43 by @dzbaker in #2257
- Fix #2240, improve 64-bit memory address handling in CMD/TLM by @jphickey in #2256
- cFE Integration candidate: Caelum-rc4+dev44 by @dzbaker in #2275
- Fix #2258, add more generic status codes by @jphickey in #2259
- Fix #2262, separate dispatcher for messages by @jphickey in #2263
- cFE Integration candidate: Caelum-rc4+dev46 by @dzbaker in #2291
- Fix #2287, remove return value doxygen markup by @jphickey in #2288
- Fix #2289, implement common search routine for config files by @jphickey in #2290
- Fix #2253, update naming convention document by @jphickey in #2254
- cFE Integration candidate: Caelum-rc4+dev47 by @dzbaker in #2307
- Fix #2297, Create Workflow for IC Bundle Generation by @dzbaker in #2298
- Fix #2284, improve add_cfe_tables function by @jphickey in #2299
- Fix #2296, add option to link to generated files by @jphickey in #2300
- cFE Integration candidate: Caelum-rc4+dev48 by @dzbaker in #2313
- Fix #219, #93, Add EVS port timestamp and simplify port selection by @skliper in #2295
- Fix #1901, remove else statement that was unreachable by unit tests by @havencarlson in #2303
- Fix #2305, document CFS component file naming by @jphickey in #2306
- Fix #2311, correct fallback file case by @jphickey in #2312
- cFE Integration candidate: Caelum-rc4+dev49 by @dzbaker in #2325
- Fix #2310, Update XML files per interoperability testing by @jphickey in #2314
- Fix #2315, uniqueness of tbl target names by @jphickey in #2319
- Fix #2320, reorganize headers by @jphickey in #2321
- cFE Integration candidate: Caelum-rc4+dev50 by @dzbaker in #2333
- Fix #2301, adjust UT pool buffer size for platform config by @jphickey in #2328
- Fix #2327, Remove unused CFE_PLATFORM_ES_RESET_AREA_SIZE by @pepepr08 in #2331
- cFE Integration candidate: Caelum-rc4+dev51 by @dzbaker in #2346
- Fix #2335, generalize update header parameter by @jphickey in #2336
- Fix #2337, add msg verify capability by @jphickey in #2338
- cFE Integration candidate: Caelum-rc4+dev52 by @dzbaker in #2357
- Fix #2349, Format update for additional counters in summary by @dmknutsen in #2350
- Fix #2352, make shared tbl configurable by @dmknutsen in #2354
- Fix #2353, Update README_Functionaltest.md by @dmknutsen in #2355
- fix#2316 - CFE_TIME_Print() calls strftime() by @CDKnightNASA in #2356
- Fix #2360, Adds utassert message descriptions to README_Functionaltes… by @chillfig in #2361
- Fix #2363, Increase slp time in funct test workflow by @dmknutsen in #2364
- Fix #2365, Increase CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC to 15 by @dmknutsen in #2366
- cFE Integration candidate: Caelum-rc4+dev53 by @dzbaker in #2371
- Fix #1515, Remove unnecessary memset from CFE_TBL_LoadFromFile by @thnkslprpt in #2276
- Fix #2368, cFE Functional Test 23 by @dmknutsen in #2369
- Fix #1407, Add error report on EVS failure during log header write by @thnkslprpt in #2272
- Fix#2388, Revert "Merge pull request #2356 from CDKnightNASA/fix-2316-time_fmt" by @dzbaker in #2389
- Fix #2391, add cfe to prefix list for msgids.h and platform_cfg.h by @jphickey in #2392
- Fix #2393, set AtLeapSeconds in ExternalTone test case by @jphickey in #2398
- Fix #2395, do not directly use cfe_test_msgids.h by @jphickey in #2399
- Revert "Fix #2395, do not directly use cfe_test_msgids.h" by @jphickey in #2404
- cFE Integration candidate: Caelum-rc4+dev54 by @dzbaker in #2418
- Fix #2415, use correct object extension in table build by @jphickey in #2416
- cFE Integration candidate for fast-tracked PRs by @dzbaker in #2425
- Fix #2421, adjust dependencies on table lib by @jphickey in #2422
- Fix #2423, avoid use of abspath make function by @jphickey in #2424
- cFE Integration candidate: Caelum-rc4+dev55 by @dzbaker in #2429
- Fix #2427, Race condition in TestCreateChild by @dmknutsen in #2428
- cFE Integration candidate: Caelum-rc4+dev56 by @dzbaker in #2435
- Fix #2430, reinstate example header files. by @jphickey in #2431
- cFE Integration candidate: Caelum-rc4+dev57 by @dzbaker in #2438
- Fix #2379, implement SB bulk transfer test by @jphickey in #2380
- Fix #1991, TriggerMode unsigned compare with 0 by @skliper in #2400
- Fix #2334, Uninitialized PktTime in EVS_SendViaPorts by @skliper in #2401
- Fix #2402, Uninitialized ExceptionTaskID in CFE_ES_RunExceptionScan by @skliper in #2403
- Fix #2419, Fixes errors in IC Bundle workflow file by @dzbaker in #2420
- cFE Integration candidate: Caelum-rc4+dev58 by @dzbaker in #2441
- Fix #2150, Adds a cast to the negation of unsigned expression by @chillfig in #2437
- cFE Integration candidate: Caelum-rc4+dev60 by @dzbaker in #2452
- Fix #2436, Adds an empty string or null pointer check for pipe creation by @chillfig in #2440
- Fix #2449, crc calculation refactor by @jphickey in #2450
- cFE Integration candidate: Caelum-rc4+dev61 by @dzbaker in #2454
- Fix #2451, minor reorg of message headers by @jphickey in #2453
- cFE Integration candidate: Caelum-rc4+dev62 by @dzbaker in #2456
- Fix #1930, add code coverage for null check by @avan989 in #2377
- cFE Integration candidate: Caelum-rc4+dev64 by @dzbaker in #2464
- Fix #2406 Remove nonexist reference for perf tool by @irowebbn in #2408
- Fix #2461, rename reference table by @jphickey in #2462
- cFE Integration candidate: Caelum-rc4+dev65 by @dzbaker in #2471
- Fix #2465, add multi threaded SB perf tests by @jphickey in #2466
- Fix #2467, message integrity API by @jphickey in #2468
- Fix #2469, change workflow to use output on failure option by @jphickey in #2470
- Fix #2372 TBL UT update for OSAL/CFE path length mismatch by @irowebbn in #2373
- Fix #2407 Add perfid limit info to ES docstring by @irowebbn in #2409
- cFE Integration candidate: Caelum-rc4+dev66 by @dzbaker in #2480
- Fix #2410, document ES Perf enums by @irowebbn in #2411
- Fix #2057, Update docs and UT to use
CFE_MSG_PTRby @thnkslprpt in #2472 - Fix #2473, 2475, document and use topicid numbers for cfe by @jphickey in #2474
- Fix #2481, correct loop variable by @jphickey in #2482
- cFE Integration candidate: Equuleus-rc1+dev1 by @dzbaker in #2499
- Fix #2447, updating cFE to use new versioning system. by @dzbaker in https://githu...
equuleus-rc1
Pre-release for stakeholder evaluation. This tag is a common reference across sub-modules marking an incremental point in the Equuleus development cycle. See the Version Description Document below for more details.
draco-rc4
Pre-release for stakeholder evaluation. This tag is a common reference across submodules marking an incremental point in the Draco development cycle. See the Version Description Document below for more details.
Supporting documentation and test artifacts will be posted over the next ~week as they become available:
draco-rc3
Pre-release for stakeholder evaluation. This tag is a common reference across submodules marking an incremental point in the Draco development cycle. See the Version Description Document below for more details.
draco-rc2
Pre-release for stakeholder evaluation. This tag is a common reference across submodules marking an incremental point in the Draco development cycle. See the Version Description Document below for more details.
draco-rc1
v7.0.0-rc4 (cFS Caelum-rc4)
Part of cFS Caelum-rc4
Equivalent to build number: v6.8.0-rc1+dev1024
v7.0.0-rc3 (cFS Caelum-rc3)
Part of cFS Caelum-rc3
v7.0.0-rc2 (cFS Caelum-rc2)
Merge pull request #1839 from nasa/integration-candidate cFE Integration candidate: 2021-08-24
v7.0.0-rc1 (cFS Caelum-rc1)
Tag for code review