-
While I don't think the exact details are necessary for discussion, I'm working on a project with a Nordic nRF52840. There are some changes for our specific application that make sense to make in some lover level driver code of Zephyr. Is there any recommended way to manage this? We use One way I could do this is creating a custom command for west that is run as part of our project onboarding. Is there a better way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
How about using your own Zephyr repository with your fix committed. |
Beta Was this translation helpful? Give feedback.
-
Not supported, fork the repo (you can minimise repo size by only forking the branch you need instead of all branches) then use the forked repo in your manifest |
Beta Was this translation helpful? Give feedback.
Not supported, fork the repo (you can minimise repo size by only forking the branch you need instead of all branches) then use the forked repo in your manifest