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

Documentation in targets.cmake does not match current implementation #904

Closed
skliper opened this issue Sep 23, 2020 · 0 comments · Fixed by #1086 or #1109
Closed

Documentation in targets.cmake does not match current implementation #904

skliper opened this issue Sep 23, 2020 · 0 comments · Fixed by #1086 or #1109
Labels
build-system docs This change only affects documentation. enhancement
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Sep 23, 2020

Is your feature request related to a problem? Please describe.

# The following variables are defined per board, where <x> is the
# CPU number starting with 1:
#
# <cpuname>_NAME : the user-friendly name of the cpu. Should be simple
# word with no punctuation. This MUST be specified.

# Each target board can have its own HW arch selection and set of included apps
SET(MISSION_CPUNAMES cpu1)
SET(cpu1_PROCESSORID 1)
SET(cpu1_APPLIST ci_lab to_lab sch_lab)
SET(cpu1_FILELIST cfe_es_startup.scr)

cpu number is now assigned differently, name is assigned differently, etc...

Describe the solution you'd like
Update documentation to be consistent

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the 7.0.0 milestone Sep 23, 2020
@skliper skliper added docs This change only affects documentation. enhancement labels Sep 23, 2020
skliper added a commit to skliper/cFE that referenced this issue Jan 11, 2021
astrogeco added a commit that referenced this issue Jan 21, 2021
Fix #904, Update cpuname targets.cmake documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-system docs This change only affects documentation. enhancement
Projects
None yet
2 participants