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

Sage psp free rtos #2

Closed
wants to merge 6 commits into from
Closed

Sage psp free rtos #2

wants to merge 6 commits into from

Conversation

ielpo
Copy link

@ielpo ielpo commented Jul 19, 2024

Checklist (Please check before submitting)

Describe the contribution
A clear and concise description of what the contribution is.

  • Include explicitly what issue it addresses [e.g. Fixes #X]

Testing performed
Steps taken to test the contribution:

  1. Build steps '...'
  2. Execution steps '...'

Expected behavior changes
A clear and concise description of how this contribution will change behavior and level of impact.

  • API Change: xxx (if applicable)
  • Behavior Change: xxx (if applicable)
  • Or no impact to behavior

System(s) tested on

  • Hardware: [e.g. PC, SP0, MCP750]
  • OS: [e.g. Ubuntu 18.04, RTEMS 4.11, VxWorks 6.9]
  • Versions: [e.g. cFE 6.6, OSAL 4.2, PSP 1.3 for mcp750, any related apps or tools]

Additional context
Add any other context about the contribution here.

Third party code
If included, identify any third party code and provide text file of license

Contributor Info - All information REQUIRED for consideration of pull request
Full name and company/organization/center of all contributors ("Personal" if individual work)

  • Note CLAs apply to only software contributions.

fsw/freertos/src/cfe_psp_memory.c Fixed Show fixed Hide fixed
fsw/freertos/src/cfe_psp_memory.c Fixed Show fixed Hide fixed
fsw/freertos/src/cfe_psp_memory.c Fixed Show fixed Hide fixed
@ielpo ielpo assigned ielpo and MattiaPT and unassigned ielpo Jul 19, 2024
@ielpo ielpo added the enhancement New feature or request label Jul 19, 2024
(void *)ReservedMemoryAddr;
CFE_PSP_ReservedMemoryMap.UserReservedMemory.BlockSize =
CFE_PSP_USER_RESERVED_SIZE;
ReservedMemoryAddr += UserReservedSize;

Check warning

Code scanning / CppCheck

Variable 'ReservedMemoryAddr' is assigned a value that is never used. Warning

Variable 'ReservedMemoryAddr' is assigned a value that is never used.
fsw/freertos/src/cfe_psp_start.c Fixed Show fixed Hide fixed
fsw/freertos/src/cfe_psp_start.c Fixed Show fixed Hide fixed
@MattiaPT MattiaPT closed this Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants