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

Fixes for nrfx_config cleanup #259

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

masz-nordic
Copy link
Collaborator

No description provided.

@masz-nordic
Copy link
Collaborator Author

CC @e-rk

PPI hal cannot be used in config files.

Signed-off-by: Marcin Szymczyk <[email protected]>
Non-secure targets for nRF53 and nRF91 need to define
peripherals with _NS.
Also, there is a special case for GPIOTE.

Signed-off-by: Marcin Szymczyk <[email protected]>
@masz-nordic masz-nordic marked this pull request as ready for review November 25, 2024 11:08
@masz-nordic masz-nordic changed the title WIP: fixes for config Fixes for nrfx_config cleanup Nov 25, 2024
@@ -113,7 +112,7 @@ extern "C" {
*
*/
#ifndef NRF_802154_PPI_RADIO_RAMP_UP_TRIGG
#define NRF_802154_PPI_RADIO_RAMP_UP_TRIGG NRF_PPI_CHANNEL6
#define NRF_802154_PPI_RADIO_RAMP_UP_TRIGG 6
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
#define NRF_802154_PPI_RADIO_RAMP_UP_TRIGG 6
#define NRF_802154_PPI_RADIO_RAMP_UP_TRIGG 6U

Please add U suffix to all NRF_802154_PPI_xxxx definitions you updated.
It is very likely that this file will be overwritten by a deploy from internal sdk-nrf-802154 repo. I'm introducing the changes there with U suffix.

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