<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Re: includes for new HAL project not all there? in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347504#M331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for the time without responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your issues, if you want to avoid "extending" the includes like that, you need to add the necessary paths to your KDS project. For this go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Cross ARM C Compiler -&amp;gt; Includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if the next KSDK plugins will help adding those paths to the common folders automatically when creating a project. Right now you have to add them manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you can find a guide to create a KSDK project. This guide was developed by my colleague Carlos Musich.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 03:31:02 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-10-22T03:31:02Z</dc:date>
    <item>
      <title>includes for new HAL project not all there?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347501#M328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I create a new project in KDS I am not getting all of the include file paths that I need, especially the ones in subfolders named 'common'.&amp;nbsp; For example: "fsl_dspi_common.h" is in "C:\Freescale\KSDK_1.0.0\platform\drivers\dspi\common".&amp;nbsp; When I look at the 'subdir.mk' file in each of these folders it appears to be correct:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DSPI_DRIVER_DIR := $(SDK_ROOT)/platform/drivers/dspi&lt;/P&gt;&lt;P&gt;SOURCES += $(wildcard $(DSPI_DRIVER_DIR)/common/*.c) \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(wildcard $(DSPI_DRIVER_DIR)/dspi_master/src/*.c) \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(wildcard $(DSPI_DRIVER_DIR)/dspi_slave/src/*.c)&lt;/P&gt;&lt;P&gt;INCLUDES += $(DSPI_DRIVER_DIR)/common \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(DSPI_DRIVER_DIR)/dspi_master \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(DSPI_DRIVER_DIR)/dspi_slave&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John Baker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 17:48:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347501#M328</guid>
      <dc:creator>johnbaker</dc:creator>
      <dc:date>2014-09-25T17:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: includes for new HAL project not all there?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347502#M329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me rephrase that.&amp;nbsp; They are there but the default code does not see them unless I&amp;nbsp; place a "common/" in front of it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include "fsl_dspi_common.h"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- Does NOT work&lt;/P&gt;&lt;P&gt;#include "common/fsl_dspi_common.h"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- DOES work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 17:54:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347502#M329</guid>
      <dc:creator>johnbaker</dc:creator>
      <dc:date>2014-09-25T17:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: includes for new HAL project not all there?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347503#M330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#include "../system/interrupt/fsl_interrupt_manager.h"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not get "fsl_interrupt_manager.h" to work unless I typed it in as above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 18:07:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347503#M330</guid>
      <dc:creator>johnbaker</dc:creator>
      <dc:date>2014-09-25T18:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: includes for new HAL project not all there?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347504#M331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for the time without responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your issues, if you want to avoid "extending" the includes like that, you need to add the necessary paths to your KDS project. For this go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Cross ARM C Compiler -&amp;gt; Includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if the next KSDK plugins will help adding those paths to the common folders automatically when creating a project. Right now you have to add them manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you can find a guide to create a KSDK project. This guide was developed by my colleague Carlos Musich.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 03:31:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/includes-for-new-HAL-project-not-all-there/m-p/347504#M331</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-10-22T03:31:02Z</dc:date>
    </item>
  </channel>
</rss>

