Skip to content

Conversation

@mstasiaknordic
Copy link
Contributor

Used API for standard instantiation and replaced nrfx_err_t error values with errno.

Removed Kconfig symbols for each WDT instance which are no longer needed.

Comment on lines +140 to +141
if (err_code == -ENOMEM) {
return err_code;
Copy link
Contributor

Choose a reason for hiding this comment

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

Doing it like in wdt_nrf_disable would make more sense, and will work if more error codes are added to nrfx_wdt_channel_alloc, but can be left as is.

Used API for standard instantiation and replaced nrfx_err_t
error values with errno.

Upstream PR #: 96776

Signed-off-by: Michał Stasiak <[email protected]>
…load

Replaced magic number with defined symbol for maximum
reload value in milliseconds

Upstream PR #: 96776

Signed-off-by: Michał Stasiak <[email protected]>
Removed Kconfig symbols for each WDT instance
which are no longer needed.

Upstream PR #: 96776

Signed-off-by: Michał Stasiak <[email protected]>
Removed unnecessary symbol.

Upstream PR #: 96776

Signed-off-by: Michał Stasiak <[email protected]>
@masz-nordic masz-nordic marked this pull request as ready for review October 30, 2025 11:45
@masz-nordic masz-nordic merged commit b9bf21a into nrfconnect:collab-nrfx-4.0 Oct 30, 2025
12 of 14 checks passed
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