<?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>NCS delay driver in Zephyr</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73998/ncs-delay-driver-in-zephyr</link><description>At boot-up of the Zephyr kernel drivers are loaded by default. 
 Is there a way to change this? I prefer to load the drivers depending the board configuration. 
 I can see an option to edit the driver but this is not working for me at this moment.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Apr 2021 08:24:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73998/ncs-delay-driver-in-zephyr" /><item><title>RE: NCS delay driver in Zephyr</title><link>https://devzone.nordicsemi.com/thread/305228?ContentTypeID=1</link><pubDate>Fri, 16 Apr 2021 08:24:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eb715d3-1ccd-4a82-b739-df05ade40478</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;What do you mean by &amp;quot;kernel drivers&amp;quot;? Simply all the drivers that are initialized by the kernel before main? E.g. for the nordic specific serial driver &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v2.1.99-ncs1/drivers/serial/uart_nrfx_uarte.c"&gt;uart_nrfx_uarte.c&lt;/a&gt;&amp;nbsp;the &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v2.4.99-ncs2/drivers/serial/uart_nrfx_uarte.c#L1732"&gt;init function specified in the DEVICE_DT_DEFINE&lt;/a&gt;&amp;nbsp;will get called before main,&amp;nbsp;by the function&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v2.4.99-ncs2/kernel/device.c#L67"&gt;z_sys_init_run_level()&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Would you like to change this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>