Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / nasa/LC issues and pull requests
#105 - Fix #104, Support generated config files
Pull Request -
State: closed - Opened by skliper 11 months ago
Labels: CCB:Approved
#104 - Generated header files not getting used correctly
Issue -
State: open - Opened by skliper 11 months ago
Labels: build-system
#104 - Generated header files not getting used correctly
Issue -
State: closed - Opened by skliper 11 months ago
Labels: build-system
#103 - Fix #102, remove dependency on MID_BASE defines
Pull Request -
State: closed - Opened by jphickey 12 months ago
Labels: CCB:Approved
#102 - Remove dependency on CFE_PLATFORM_TLM_MID_BASE in tests
Issue -
State: closed - Opened by jphickey 12 months ago
#101 - Fix #99, Add padding in LC_RTSRequest_Payload_t to match SC
Pull Request -
State: closed - Opened by skliper about 1 year ago
Labels: CCB:Approved
#100 - Reconsider LC/SC decoupling
Issue -
State: open - Opened by skliper about 1 year ago
- 1 comment
#99 - Broken RTS message, out of sync with SC
Issue -
State: closed - Opened by skliper about 1 year ago
- 1 comment
Labels: bug
#98 - Fix #97, Support custom override of lc_msgids
Pull Request -
State: closed - Opened by skliper about 1 year ago
- 3 comments
Labels: CCB:Approved
#97 - Support overriding msgids from a single project file
Issue -
State: closed - Opened by skliper about 1 year ago
#96 - Fix #95, add local isnan, isfinite macros
Pull Request -
State: closed - Opened by jphickey over 1 year ago
Labels: build-system, CCB:Approved, Equuleus-rc1
#95 - Obsolete C libraries may not provide isnan/isfinite macros
Issue -
State: closed - Opened by jphickey over 1 year ago
Labels: build-system, Equuleus-rc1
#94 - Fix #92, Refactor `LC_CreateTaskCDS()` to remove multiple returns
Pull Request -
State: open - Opened by thnkslprpt over 1 year ago
#93 - Fix #15, Refactor `LC_SendHkCmd()` to reduce `switch` duplication
Pull Request -
State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1
#92 - Refactor multiple return statements in `LC_CreateTaskCDS()`
Issue -
State: open - Opened by thnkslprpt over 1 year ago
#91 - Fix #90, Convert `int32` return codes and variables to `CFE_Status_t`
Pull Request -
State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1
#90 - LC `int32` return codes and variables should be converted to `CFE_Status_t`
Issue -
State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1
#89 - Fix #86, split configuration
Pull Request -
State: closed - Opened by jphickey over 1 year ago
- 1 comment
Labels: enhancement, CCB:Approved, Equuleus-rc1
#88 - Fix #82, use separate dispatcher for messages
Pull Request -
State: closed - Opened by jphickey over 1 year ago
- 1 comment
Labels: enhancement, CCB:Approved, Equuleus-rc1
#87 - Fix #81, use payload sub-structure
Pull Request -
State: closed - Opened by jphickey over 1 year ago
Labels: CCB:Approved, Equuleus-rc1
#86 - Split "platform_cfg" into external and internal components
Issue -
State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, Equuleus-rc1
#85 - Fix #19, Use CFE_MSG_PTR macro and other name updates
Pull Request -
State: closed - Opened by jphickey over 1 year ago
- 2 comments
Labels: CCB:Approved, Equuleus-rc1
#84 - Fix #83, use generated stubs
Pull Request -
State: closed - Opened by jphickey over 1 year ago
- 2 comments
Labels: unit-test, CCB:Approved, Equuleus-rc1
#83 - Use Generated Stubs
Issue -
State: closed - Opened by jphickey over 1 year ago
Labels: unit-test, Equuleus-rc1
#82 - Apps should check/verify msg BEFORE calling handler
Issue -
State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, Equuleus-rc1
#81 - All CMD/TLM message should put content in a "Payload" sub-structure
Issue -
State: closed - Opened by jphickey over 1 year ago
Labels: enhancement, Equuleus-rc1
#80 - Fix #79, Combine consecutive, mutually-exclusive status checks
Pull Request -
State: closed - Opened by thnkslprpt over 1 year ago
Labels: CCB:Approved, Equuleus-rc1
#79 - Combine consecutive, mutually-exclusive status checks
Issue -
State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1
#78 - Fix #77, Add break to default case of switch in LC_VerifyMsgLength
Pull Request -
State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, CCB:Approved, Equuleus-rc1
#77 - Add break; for switch default case in LC_VerifyMsgLength()
Issue -
State: closed - Opened by thnkslprpt over 1 year ago
Labels: enhancement, Equuleus-rc1
#76 - Add LC_SAMPLE_AP_ALL_MID to use a cmd w/ no parameters to process all watchpoints
Issue -
State: open - Opened by skliper over 1 year ago
- 1 comment
#75 - Fix #69, simplify table defs
Pull Request -
State: closed - Opened by jphickey almost 2 years ago
Labels: enhancement, CCB:Approved, Equuleus-rc1
#74 - Fix #70, update global symbol names for consistency
Pull Request -
State: closed - Opened by jphickey almost 2 years ago
- 1 comment
Labels: CCB:Approved, Equuleus-rc1
#73 - Fix #72, correct use of union type
Pull Request -
State: closed - Opened by jphickey almost 2 years ago
Labels: bug, CCB:Approved, Equuleus-rc1
#72 - Improper use of unions in LC_GetSizedWPData
Issue -
State: closed - Opened by jphickey almost 2 years ago
Labels: bug, Equuleus-rc1
#71 - Fix #57, NaN check
Pull Request -
State: closed - Opened by jphickey almost 2 years ago
Labels: CCB:Approved, Equuleus-rc1
#70 - Correct naming convention inconsistencies
Issue -
State: closed - Opened by jphickey almost 2 years ago
Labels: enhancement, Equuleus-rc1
#69 - Remove use of compiler extension in LC table file definitions
Issue -
State: closed - Opened by jphickey almost 2 years ago
- 1 comment
Labels: enhancement, Equuleus-rc1
#68 - Fix #36, Refactor LC_TableInit to remove multiple returns
Pull Request -
State: closed - Opened by thnkslprpt almost 2 years ago
Labels: enhancement, CCB:Approved, Equuleus-rc1
#67 - Fix #66, correct buffer overflows in UT
Pull Request -
State: closed - Opened by jphickey almost 2 years ago
Labels: CCB:Approved, draco-rc4
#66 - Buffer overflow in unit tests when using default config
Issue -
State: closed - Opened by jphickey almost 2 years ago
Labels: bug, draco-rc4
#65 - Fix #64, Replace quotes with angle brackets in /inc
Pull Request -
State: closed - Opened by dmknutsen almost 2 years ago
Labels: CCB:Approved, draco-rc4
#64 - Replace quotes with angle brackets in #include statements within /inc
Issue -
State: closed - Opened by dmknutsen almost 2 years ago
Labels: draco-rc4
#63 - Fix #62, Make lc_tbl.h public
Pull Request -
State: closed - Opened by dmknutsen almost 2 years ago
Labels: CCB:Approved, draco-rc4
#62 - Make lc_tbl.h public
Issue -
State: closed - Opened by dmknutsen almost 2 years ago
Labels: draco-rc4
#61 - Fix #60, Adds fsw/src to app target
Pull Request -
State: closed - Opened by chillfig almost 2 years ago
- 1 comment
Labels: invalid, CCB:Ignore
#60 - Add fsw/src to app target
Issue -
State: closed - Opened by chillfig almost 2 years ago
- 1 comment
Labels: invalid
#59 - Fix #58, Deletes duplicate header files in src
Pull Request -
State: closed - Opened by chillfig almost 2 years ago
Labels: CCB:FastTrack, draco-rc4
#58 - Delete duplicate headers files in src
Issue -
State: closed - Opened by chillfig almost 2 years ago
Labels: draco-rc4
#57 - LC "IsNAN" check relies on platform-defined behavior (non-standard)
Issue -
State: closed - Opened by jphickey almost 2 years ago
Labels: bug
#56 - Fix #55, Moves interface definition files to inc
Pull Request -
State: closed - Opened by chillfig almost 2 years ago
Labels: CCB:Approved, draco-rc4
#55 - Move interface definition files to "inc" location
Issue -
State: closed - Opened by chillfig almost 2 years ago
Labels: draco-rc4
#54 - Fix #53, Remove stray refs to old event type constants
Pull Request -
State: closed - Opened by thnkslprpt almost 2 years ago
- 1 comment
Labels: CCB:Approved
#53 - Remove remaining stray references to old event types
Issue -
State: closed - Opened by thnkslprpt almost 2 years ago
Labels: enhancement
#52 - Fix #51, externalize symbols in lc_test_utils.h
Pull Request -
State: closed - Opened by jphickey almost 2 years ago
Labels: CCB:Approved, draco-rc4
#51 - Items instantiated in header causes duplicate definitions and link errors
Issue -
State: closed - Opened by jphickey almost 2 years ago
- 3 comments
Labels: bug, draco-rc4
#50 - Fix #49, Move variables declared mid-function to the top
Pull Request -
State: closed - Opened by thnkslprpt about 2 years ago
Labels: CCB:Approved
#49 - Variables declared mid-function
Issue -
State: closed - Opened by thnkslprpt about 2 years ago
Labels: enhancement
#48 - Fix #16, Convert LC state macros to enums
Pull Request -
State: open - Opened by thnkslprpt about 2 years ago
#47 - Fix #14, Refactor LC_SampleAPs to remove extraneous if statement
Pull Request -
State: closed - Opened by thnkslprpt about 2 years ago
Labels: enhancement, CCB:Approved
#46 - Fix #45, Apply consistent Event ID names to common events
Pull Request -
State: open - Opened by thnkslprpt about 2 years ago
#45 - Inconsistent Event ID naming
Issue -
State: open - Opened by thnkslprpt about 2 years ago
Labels: enhancement
#44 - Fix #43, Remove redundant/inconsistent comments (/* end of function */, /* end if */ etc.) and clean up empty lines.
Pull Request -
State: closed - Opened by thnkslprpt about 2 years ago
- 2 comments
Labels: CCB:Approved, draco-rc4
#43 - Redundant comments (/* end of function */, /* end if */ etc.) and clean up empty lines.
Issue -
State: closed - Opened by thnkslprpt about 2 years ago
Labels: draco-rc4
#42 - Fix #41, Remove 'return;' from last line of void functions.
Pull Request -
State: closed - Opened by thnkslprpt about 2 years ago
Labels: CCB:Approved, draco-rc4
#41 - Remove "return;" from last line of void functions
Issue -
State: closed - Opened by thnkslprpt about 2 years ago
Labels: draco-rc4
#40 - Fix #39, Remove unnecessary parentheses around return values.
Pull Request -
State: closed - Opened by thnkslprpt about 2 years ago
Labels: CCB:Approved, draco-rc4
#39 - Scrub use of () in return statements
Issue -
State: closed - Opened by thnkslprpt about 2 years ago
Labels: draco-rc4
#38 - Fix #21, removed mentions of ASIST from documentation
Pull Request -
State: closed - Opened by havencarlson over 2 years ago
Labels: CCB:Approved, draco-rc3
#37 - Fix #17 #22, Code coverage improvements
Pull Request -
State: closed - Opened by skliper over 2 years ago
- 1 comment
Labels: CCB:Approved, draco-rc2
#36 - Multiple return statements in LC_CreateTaskCDS and LC_TableInit
Issue -
State: closed - Opened by skliper over 2 years ago
- 2 comments
Labels: enhancement
#35 - Fix #34, Updates CLA information for Apache 2.0
Pull Request -
State: closed - Opened by chillfig over 2 years ago
- 1 comment
Labels: docs, CCB:Approved, draco-rc2
#34 - Update CLA Information
Issue -
State: closed - Opened by astrogeco over 2 years ago
Labels: docs, draco-rc2
#33 - Fix #32, Remove CFE_PSP_MemSet use for addresses in RAM
Pull Request -
State: closed - Opened by skliper over 2 years ago
- 1 comment
Labels: CCB:Approved, draco-rc2
#32 - Remove CFE_PSP_MemSet use for addresses in RAM
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: enhancement, draco-rc2
#31 - Fix #20 #25, Add requirements rationale and clarify event message limit requirement
Pull Request -
State: closed - Opened by skliper over 2 years ago
- 1 comment
Labels: CCB:Approved, draco-rc2
#30 - Fix #29, Added codeql-build.yml
Pull Request -
State: closed - Opened by havencarlson over 2 years ago
- 1 comment
Labels: CCB:Approved, dependency, draco-rc2
#29 - Add CodeQL to repository
Issue -
State: closed - Opened by havencarlson over 2 years ago
Labels: continuous-integration, draco-rc2
#28 - Fix #23 #24, Resolve static analysis warnings
Pull Request -
State: closed - Opened by skliper over 2 years ago
- 1 comment
Labels: CCB:Approved, draco-rc2
#27 - Fix #26, Resolve strict cppcheck style warnings
Pull Request -
State: closed - Opened by skliper over 2 years ago
- 1 comment
Labels: CCB:Approved, draco-rc2
#26 - Static analysis workflow failure due to style warnings
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: enhancement, draco-rc2
#25 - Fill in missing requirements rationale
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: requirements, draco-rc2
#24 - Static analysis issues relative to flight code
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: bug, draco-rc2
#23 - Resolve static analysis issues relative to unit tests
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: unit-test, draco-rc2
#22 - Revisit coverage, update to 100% code/branch or write issues where unreachable
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: coverage, unit-test, draco-rc2
#21 - Remove all mentions of ASIST or ITOS artifacts from documentation
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: docs, draco-rc3
#20 - App Requirement Issues
Issue -
State: closed - Opened by skliper over 2 years ago
- 2 comments
Labels: requirements, draco-rc2
#19 - Apps should use CFE_MSG_PTR macro instead of cast or local unwrapping
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: enhancement
#18 - LC Hash logic comments only applicable to V1 Message IDs
Issue -
State: open - Opened by skliper over 2 years ago
Labels: docs
#17 - LC has duplicate conditions leading to untestable branches
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: coverage, draco-rc2
#16 - LC: Consider making states into enums
Issue -
State: open - Opened by skliper over 2 years ago
Labels: enhancement
#15 - Refactor LC_SampleAPReq and LC_HousekeepingReq
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: enhancement
#14 - Refactor LC_SampleAPs
Issue -
State: closed - Opened by skliper over 2 years ago
Labels: enhancement
#13 - Suggest reversing order in which AP/WP telemetry is stored
Issue -
State: open - Opened by skliper over 2 years ago
Labels: enhancement
#12 - LC_TableInit has an if/else if without an else clause and its behavior is undefined
Issue -
State: closed - Opened by skliper over 2 years ago
- 1 comment
Labels: invalid
#11 - Should results tables be critical tables instead of stored to CDS
Issue -
State: open - Opened by skliper over 2 years ago
Labels: enhancement
#10 - LC_TableInit helper functions should be moved to their own file
Issue -
State: open - Opened by skliper over 2 years ago
Labels: enhancement
#9 - LC_SbInit casts every Status to unsigned int in every event message
Issue -
State: closed - Opened by skliper over 2 years ago
- 1 comment
Labels: invalid
#8 - LC Sets the TtoFValue when it transitions from STALE to FALSE
Issue -
State: open - Opened by skliper over 2 years ago
Labels: bug
#7 - Support platform-endian byte order in WDT
Issue -
State: open - Opened by skliper over 2 years ago
- 1 comment
Labels: enhancement