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

How to update nrfx to the latest version out of the whole ncs? #128

Open
cogito666 opened this issue Oct 26, 2024 · 1 comment
Open

How to update nrfx to the latest version out of the whole ncs? #128

cogito666 opened this issue Oct 26, 2024 · 1 comment

Comments

@cogito666
Copy link

Hi Nordic,

I faced a timer in compare mode driver issue and found this issue posting.
#121

Currently I just replace the line by myself.

Is there any way to sync with the latest version of nrfx driver out of the while NCS?

Thanks.

@nika-nordic
Copy link
Contributor

Hi @cogito666 ,

First of all, the recommended way of receiving updated nrfx in a project is to migrate the project to newer NCS release version. This is because given NCS release is associated with given nrfx release quite tightly.

However, you could try to do the following:

or

Disclaimer: NCS version used in your project might not be compatible with updated nrfx, resulting in compilation/runtime issues. As stated above, ideally newer NCS version should be used instead, so it is ensured that nrfx and NCS are synchronized

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

No branches or pull requests

2 participants