<?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>interating custom zephyr driver for sdk 2.8.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120236/interating-custom-zephyr-driver-for-sdk-2-8-0</link><description>I am in the process of integrating a custom display driver (ST7305) into my Zephyr-based project and have followed the necessary steps: 
 
 
 Placed the .c and .h source files, along with the Kconfig file, in ncs/v2.8.0/zephyr/drivers/display . 
 
 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Mar 2025 05:19:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120236/interating-custom-zephyr-driver-for-sdk-2-8-0" /><item><title>RE: interating custom zephyr driver for sdk 2.8.0</title><link>https://devzone.nordicsemi.com/thread/529413?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2025 05:19:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63b8d3cc-7ac1-4d58-8bdd-8d784d5e3b95</guid><dc:creator>Dhruvil Levelcon</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Problem is resolved and my st7305 Zephyr driver is working completely fine.&lt;/p&gt;
&lt;p&gt;I had forgot to place the following line in&amp;nbsp;&lt;strong&gt;&lt;code&gt;ncs/v2.8.0/zephyr/drivers/display/KConfig&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;strong&gt;source &amp;quot;drivers/display/Kconfig.st7305&amp;quot;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;Thanks!&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interating custom zephyr driver for sdk 2.8.0</title><link>https://devzone.nordicsemi.com/thread/529306?ContentTypeID=1</link><pubDate>Thu, 27 Mar 2025 13:36:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f37fba5-1e72-4b00-ac9b-3ebbe12e1f9f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for sharing the build files.&amp;nbsp;&lt;/p&gt;
[quote user=""]zephyr_library_sources_ifdef(CONFIG_ST7305 display_st7305.c)[/quote]
&lt;p&gt;This file isn&amp;#39;t included in your build or .config.&lt;/p&gt;
&lt;p&gt;Could you check if this is added correctly, and possibly try to set it in your prj.conf?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interating custom zephyr driver for sdk 2.8.0</title><link>https://devzone.nordicsemi.com/thread/529271?ContentTypeID=1</link><pubDate>Thu, 27 Mar 2025 11:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d830ff4-a6d7-4ac7-91c3-68ed31df545c</guid><dc:creator>Dhruvil Levelcon</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6254.build.zip"&gt;devzone.nordicsemi.com/.../6254.build.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please find attached build.zip as requested.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interating custom zephyr driver for sdk 2.8.0</title><link>https://devzone.nordicsemi.com/thread/529270?ContentTypeID=1</link><pubDate>Thu, 27 Mar 2025 11:37:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa173e04-819b-4817-8a0a-81d48f620809</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Dhruvil Levelcon"]the build folder created while building project.[/quote]
&lt;p&gt;This one.&lt;/p&gt;
&lt;p&gt;I need to look at your generated files, to look at what index 30 is in this reference:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/home/dkj/ncs/v2.8.0/zephyr/modules/lvgl/lvgl.c:244: undefined reference to `__device_dts_ord_30&amp;#39;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And also look at the generated .config / .dts files to see how you&amp;#39;ve setup the display.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interating custom zephyr driver for sdk 2.8.0</title><link>https://devzone.nordicsemi.com/thread/529267?ContentTypeID=1</link><pubDate>Thu, 27 Mar 2025 11:02:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6ad9e1c-6803-4e67-a603-34c2c92e5ca3</guid><dc:creator>Dhruvil Levelcon</dc:creator><description>&lt;p&gt;Can you explain what do you mean by build folder ? Do you need the project folder or the build folder created while building project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interating custom zephyr driver for sdk 2.8.0</title><link>https://devzone.nordicsemi.com/thread/529262?ContentTypeID=1</link><pubDate>Thu, 27 Mar 2025 10:56:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cac7f58-faa3-4fbf-83f4-f07925b7ae67</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you please share your build folder? Just .zip and upload it here.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>