Skip to content

Conversation

JordanYates
Copy link
Contributor

The PDN library requires the system heap, so it should be declaring a Kconfig symbol of type HEAP_MEM_POOL_ADD_SIZE_ to request what it needs.

The old dependency is incorrect since the system heap can still exist even when CONFIG_HEAP_MEM_POOL_SIZE == 0.

The PDN library requires the system heap, so it should be declaring a
Kconfig symbol of type `HEAP_MEM_POOL_ADD_SIZE_` to request what it
needs.

The old dependency is incorrect since the system heap can still exist
even when `CONFIG_HEAP_MEM_POOL_SIZE == 0`.

Signed-off-by: Jordan Yates <[email protected]>
@JordanYates JordanYates requested review from a team as code owners October 18, 2025 00:43
@NordicBuilder NordicBuilder added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 18, 2025
@NordicBuilder
Copy link
Contributor

Thank you for your contribution!
It seems you are not a member of the nrfconnect GitHub organization. External contributions are handled as follows:
Large contributions, affecting multiple subsystems for example, may be rejected if they are complex, may introduce regressions due to lack of test coverage, or if they are not consistent with the architecture of nRF Connect SDK.
PRs will be run in our continuous integration (CI) test system.
If CI passes, PRs will be tagged for review and merged on successful completion of review. You may be asked to make some modifications to your contribution during review.
If CI fails, PRs may be rejected or may be tagged for review and rework.
PRs that become outdated due to other changes in the repository may be rejected or rework requested.
External contributions will be prioritized for review based on the relevance to current development efforts in nRF Connect SDK. Bug fix PRs will be prioritized.
You may raise issues or ask for help from our Technical Support team by visiting https://devzone.nordicsemi.com/.

Note: This comment is automatically posted and updated by the Contribs GitHub Action.

@NordicBuilder NordicBuilder added the external External contribution label Oct 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. external External contribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants