Skip to content

Conversation

masz-nordic
Copy link
Contributor

Remove unnecessary include paths in hal_nordic.
Replace MDK specific includes with nrfx include.

Remove unnecessary paths.

Signed-off-by: Marcin Szymczyk <[email protected]>
zephyr_include_directories(${NRFX_DIR})
zephyr_include_directories(${INC_DIR})
zephyr_include_directories(${BSP_DIR})
zephyr_include_directories(${SOC_DIR})
Copy link
Contributor

Choose a reason for hiding this comment

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

If this line is removed, then my solution from https://github.com/nrfconnect/sdk-zephyr/pull/3342/files will not work. It either needs to be restored or my PR needs to be reworked to have all BSP cloned to one predetermined place.

Do not include MDK directly, instead include nrfx.h

Signed-off-by: Marcin Szymczyk <[email protected]>
- Remove temporary workaround for SDC in nrfx's reserved resources.
- Modify NCS reserved resources to use upstream version with additions
  instead of creating new file
- Align filename

Signed-off-by: Marcin Szymczyk <[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