<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Backport driver from Zephyr 3.6 to Connect SDK2.5.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108251/backport-driver-from-zephyr-3-6-to-connect-sdk2-5-2</link><description>I see that zephyr 3.6 supports a device I need in my current project (telit 910 cellular modem). Driver is integrated with others in drivers/modem/modem_cellular.c Would it be possible to use zephyr 3.6 and SDK 2.5.2 (understanding that this may be untested</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Feb 2024 14:50:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108251/backport-driver-from-zephyr-3-6-to-connect-sdk2-5-2" /><item><title>RE: Backport driver from Zephyr 3.6 to Connect SDK2.5.2</title><link>https://devzone.nordicsemi.com/thread/468666?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2024 14:50:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71583372-88ca-4f12-a996-0262562f5353</guid><dc:creator>VM_DM</dc:creator><description>&lt;p&gt;TY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Backport driver from Zephyr 3.6 to Connect SDK2.5.2</title><link>https://devzone.nordicsemi.com/thread/468661?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2024 14:39:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3e52d7c-71fd-4f7d-b804-e2f03dde61c2</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You would have to open the zephyr directory in a terminal (e.g. ncs/zephyr) and use git cherry-pick:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;git cherry-pick &amp;lt;commit&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;So for example for &lt;a href="https://github.com/nrfconnect/sdk-zephyr/commit/018cd27ac6203acbf8f01175457cad58c5c0e91f"&gt;https://github.com/nrfconnect/sdk-zephyr/commit/018cd27ac6203acbf8f01175457cad58c5c0e91f&lt;/a&gt; it will be:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;git cherry-pick 018cd27ac6203acbf8f01175457cad58c5c0e91f&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Here I have cherry-picked the above commit in my nRF Connect SDK installation:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:250px;max-width:600px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1200x500/__key/communityserver-discussions-components-files/4/pastedimage1707835031847v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Backport driver from Zephyr 3.6 to Connect SDK2.5.2</title><link>https://devzone.nordicsemi.com/thread/468598?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2024 12:42:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e8441c6-48a7-433a-be34-40d913546b2e</guid><dc:creator>VM_DM</dc:creator><description>&lt;p&gt;Is there some documentation about how I can apply those cherry-picks to an existing NRF Connect SDK setup?&lt;br /&gt;I see that what I have in the 2.5.2 directory does not match the git repo (but I may be wrong).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Backport driver from Zephyr 3.6 to Connect SDK2.5.2</title><link>https://devzone.nordicsemi.com/thread/468591?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2024 12:33:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00b39324-54f3-440a-924c-a0cde81d52ad</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The Telit ME910G1 Modem is in the Zephyr version used by the main branch of the nRF Connect SDK, see &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/build/dts/api/bindings/modem/telit,me910g1.html"&gt;telit,me910g1&lt;/a&gt;, so you can checkout to the main branch and use that. Please be aware that the main branch is not stable, so you can experience issues when using that.&lt;/p&gt;
&lt;p&gt;Another option is to use the latest stable release of nRF Connect SDK (v2.5.2) and cherry-pick the relevant commits for this driver:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/commit/018cd27ac6203acbf8f01175457cad58c5c0e91f"&gt;https://github.com/nrfconnect/sdk-zephyr/commit/018cd27ac6203acbf8f01175457cad58c5c0e91f&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/commit/372216a3ea42662dbb722dc2ef80a5070688529a"&gt;https://github.com/nrfconnect/sdk-zephyr/commit/372216a3ea42662dbb722dc2ef80a5070688529a&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/commit/7cac905e576214ed162705f4214eb4181dbdff63"&gt;https://github.com/nrfconnect/sdk-zephyr/commit/7cac905e576214ed162705f4214eb4181dbdff63&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/commit/1816b6380b14590a4eb35f22107bff3af4924ae2"&gt;https://github.com/nrfconnect/sdk-zephyr/commit/1816b6380b14590a4eb35f22107bff3af4924ae2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>