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 TIME fails to build when CFE_TIME_CFG_SIGNAL set to TRUE #78

Open
skliper opened this issue Sep 30, 2019 · 6 comments
Open

CFE TIME fails to build when CFE_TIME_CFG_SIGNAL set to TRUE #78

skliper opened this issue Sep 30, 2019 · 6 comments
Labels

Comments

@skliper
Copy link
Contributor

skliper commented Sep 30, 2019

The CFE_TIME_CFG_SIGNAL configuration macro will add calls to a function {{{OS_SelectTone()}}} if it is set to TRUE.

However, OS_SelectTone is neither prototyped nor implemented in any released version of CFE or OSAL, as far as I can tell. It does not seem to be documented anywhere what this is supposed to do.

It is currently not possible to build CFE with this configuration set to TRUE due to this problem.

Calling this a minor defect for now, as it only appears when using this configuration option.

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Imported from trac issue 47. Created by jphickey on 2015-05-18T11:19:47, last modified: 2019-07-03T12:48:08

@skliper skliper added this to the 6.7.1 milestone Sep 30, 2019
@skliper skliper self-assigned this Sep 30, 2019
@skliper skliper added the bug label Sep 30, 2019
@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jphickey on 2015-05-18 11:22:02:

Needs review by the CCB as to what the best course of action should be.

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jhageman on 2019-04-01 09:40:24:

CCB 3/27/2019 - discussed removing unimplemented configuration options. Assigning to Alan for review.

Edit - fixed CCB date typo

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by acudmore on 2019-04-03 11:23:39:

I would like to do a survey to see if anyone has used this option. If we decide it's necessary, it should be implemented using a PSP function since this is a very platform specific feature, not part of an OS.

If we do remove it, it involves removing a TIME command and at least one telemetry point. If we decide to remove it, maybe we should document it as deprecated (in the code and config file ) and remove it as part of a future TIME subsystem simplification.

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jhageman on 2019-07-03 12:48:08:

Moved unfinished 6.6.1 issues to next minor release

@skliper
Copy link
Contributor Author

skliper commented Feb 26, 2020

See also #302

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant