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

lpc54114: Remove offsets_short.h inclusion. #17

Conversation

stephanosio
Copy link
Member

This commit removes unnecessary inclusion of offsets_short.h in the
LPC54114 start-up code.

The offsets_short.h is a kernel private header and must not be included
by non-kernel components. The kernel and arch private header
directories will be removed from the compiler include path in the near
future.

For more details, Refer to the issue zephyrproject-rtos/zephyr#20119.

Signed-off-by: Stephanos Ioannidis [email protected]

This commit removes unnecessary inclusion of offsets_short.h in the
LPC54114 start-up code.

The offsets_short.h is a kernel private header and must not be included
by non-kernel components. The kernel and arch private header
directories will be removed from the compiler include path in the near
future.

For more details, Refer to the issue zephyrproject-rtos/zephyr#20119.

Signed-off-by: Stephanos Ioannidis <[email protected]>
@stephanosio
Copy link
Member Author

@galak Could you merge this so zephyrproject-rtos/zephyr#20119 CI build test can pass?

zephyrproject-rtos/zephyr#20119 (comment)

@galak
Copy link
Contributor

galak commented Nov 2, 2019

@galak Could you merge this so zephyrproject-rtos/zephyr#20119 CI build test can pass?

zephyrproject-rtos/zephyr#20119 (comment)

You can update west.yaml in 20119 to point to this PR first. See https://docs.zephyrproject.org/latest/guides/modules.html?highlight=modules#process

@galak galak merged commit 34460db into zephyrproject-rtos:master Nov 3, 2019
stephanosio added a commit to stephanosio/zephyr that referenced this pull request Nov 6, 2019
Remove unnecessary inclusion of offsets_short.h in the LPC54114
start-up code.

See zephyrproject-rtos/hal_nxp#17.

Signed-off-by: Stephanos Ioannidis <[email protected]>
andrewboie pushed a commit to zephyrproject-rtos/zephyr that referenced this pull request Nov 7, 2019
Remove unnecessary inclusion of offsets_short.h in the LPC54114
start-up code.

See zephyrproject-rtos/hal_nxp#17.

Signed-off-by: Stephanos Ioannidis <[email protected]>
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