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

arm: arch code naming cleanup #19491

Merged
merged 1 commit into from
Oct 4, 2019

Conversation

andrewboie
Copy link
Contributor

This patch re-namespaces global variables and functions
that are used only within the arch/arm/ code to be
prefixed with z_arm_.

Some instances of CamelCase have been corrected.

Signed-off-by: Andrew Boie andrew.p.boie@intel.com

@andrewboie andrewboie requested a review from nashif September 30, 2019 19:44
@zephyrbot zephyrbot added area: Timer Timer area: ARM ARM (32-bit) Architecture area: API Changes to public APIs labels Sep 30, 2019
@zephyrbot
Copy link
Collaborator

zephyrbot commented Sep 30, 2019

All checks passed.

Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages.

@andrewboie andrewboie force-pushed the arm-arch-renaming branch 5 times, most recently from 52be732 to 613fc3c Compare September 30, 2019 21:32
@zephyrbot zephyrbot added the area: Tests Issues related to a particular existing or missing test label Sep 30, 2019
Copy link
Member

@ioannisg ioannisg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly ok, thanks @andrewboie
I left some comments in the review

arch/arm/core/cortex_m/fault.c Outdated Show resolved Hide resolved
arch/arm/core/cortex_m/fault.c Outdated Show resolved Hide resolved
arch/arm/core/cortex_m/fault.c Outdated Show resolved Hide resolved
arch/arm/core/cortex_m/fault.c Outdated Show resolved Hide resolved
arch/arm/core/cortex_m/fault.c Outdated Show resolved Hide resolved
arch/arm/core/cortex_m/fault.c Outdated Show resolved Hide resolved
This patch re-namespaces global variables and functions
that are used only within the arch/arm/ code to be
prefixed with z_arm_.

Some instances of CamelCase have been corrected.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
@andrewboie
Copy link
Contributor Author

@ioannisg updated, thanks for reviewing

@andrewboie andrewboie requested a review from ioannisg October 2, 2019 20:02
@ioannisg
Copy link
Member

ioannisg commented Oct 3, 2019

Changes log is trivial, but huge. I wonder @galak @MaureenHelm if you would like to take a look.
(I think these wide-refactoring PRs need to go in sooner than later in the release cycle, so better not having this lying out for long ;) )

@ioannisg ioannisg added this to the v2.1.0 milestone Oct 3, 2019
@ioannisg ioannisg merged commit 8c98a97 into zephyrproject-rtos:master Oct 4, 2019
@andrewboie andrewboie deleted the arm-arch-renaming branch September 24, 2020 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: API Changes to public APIs area: ARM ARM (32-bit) Architecture area: Tests Issues related to a particular existing or missing test area: Timer Timer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants