Roughly how often is the NCS version updated to use the most recent version of the ZephyrRTOS repo? What is the typical NCS release schedule?

Hello nordic team! 

Context: 

Currently I am working on modifying our application code to be able to select, at runtime, which network interface it will use (between ethernet and the on-chip modem). Your team has made modifications (which I am very grateful for) to the zephyrrtos repo, which should fix prior issues with DNS when using socket offloading / socket binding with a particular interface (see this issue here):

devzone.nordicsemi.com/.../536713

Anyway, since then it appears this has been added to zephyrrtos and should allow me to progress with this implementation, however I've noticed when I check the /zephyr directory in my workspace, which I have updated to most recent version used west update, then I can see that the required commit it not yet included in the version of zephyrrtos that the most recent NCS manifest file requires. 

See the PR here, and note it has been merged with main:

https://github.com/zephyrproject-rtos/zephyr/pull/91499

Running the west manifest gives me this:
name: zephyr
url: github.com/.../sdk-zephyr
revision: 101cff9874cb0ce004e193ab7d842665cfa9b574
west-commands: scripts/west-commands.yml
_

Parents Reply Children
No Data
Related