Skip to content

Aliases for standard C functions (memset/memcpy/memcmp)#654

Open
rmikielis wants to merge 1 commit into
masterfrom
rmikielis/RTOS-1041
Open

Aliases for standard C functions (memset/memcpy/memcmp)#654
rmikielis wants to merge 1 commit into
masterfrom
rmikielis/RTOS-1041

Conversation

@rmikielis

Copy link
Copy Markdown
Contributor

JIRA: RTOS-1041

Description

GCC requires free standing environments to provide few standard C functions (ex. memset). These aliases redirect such calls to HAL library functions (hal_memset)

Motivation and Context

Required by GCC

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (refactoring, style fixes, git/CI config, submodule management, no code logic changes)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (ia32 qemu, arm qemu).

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants