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

arch: Change the linker generated symbols from uint32_t to uint8_t * #7160

Merged
merged 1 commit into from
Sep 24, 2022

Conversation

xiaoxiang781216
Copy link
Contributor

@xiaoxiang781216 xiaoxiang781216 commented Sep 22, 2022

Summary

The symbol generated by linker is always used as an address not a value.

Impact

Code refactor

Testing

Pass CI

@xiaoxiang781216
Copy link
Contributor Author

Please ignore this warning:
/home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/arch/arm/src/phy62xx/start.c:169:6: error: Mixed case identifier found

arch/arm/src/cxd56xx/cxd56_allocateheap.c Show resolved Hide resolved
arch/arm/src/cxd56xx/cxd56_farapi.c Outdated Show resolved Hide resolved
arch/arm/src/cxd56xx/cxd56_farapi.c Outdated Show resolved Hide resolved
arch/arm/src/rtl8720c/ameba_nvic.c Show resolved Hide resolved
arch/arm/src/samd2l2/sam_start.c Outdated Show resolved Hide resolved
arch/arm/src/stm32l4/stm32l4_start.c Outdated Show resolved Hide resolved
arch/arm/src/stm32wb/stm32wb_start.c Outdated Show resolved Hide resolved
arch/arm/src/tlsr82/tlsr82_start.c Outdated Show resolved Hide resolved
arch/arm/src/xmc4/xmc4_start.c Outdated Show resolved Hide resolved
libs/libc/misc/lib_cxx_initialize.c Outdated Show resolved Hide resolved
Copy link
Contributor

@gustavonihei gustavonihei left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@gustavonihei gustavonihei left a comment

Choose a reason for hiding this comment

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

Revoking the approval due to another issue raised by the CI

Copy link
Contributor

@gustavonihei gustavonihei left a comment

Choose a reason for hiding this comment

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

LGTM

and remove the duplicated declaration

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
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.

3 participants