<?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: KSKD 2.0 Wizard to build the new project in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604370#M7604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Marek. I am going to try it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 12:39:55 GMT</pubDate>
    <dc:creator>a8Chcx</dc:creator>
    <dc:date>2016-09-13T12:39:55Z</dc:date>
    <item>
      <title>KSKD 2.0 Wizard to build the new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604365#M7599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using FRDM-K66, KDS 3.2 and KSDK 2.0 to build my application. I tried the demo application and all work fine.&lt;/P&gt;&lt;P&gt;Now, I am trying to build my own project including all required files under my project directory:&lt;/P&gt;&lt;P&gt;1) I should use KSDK 2.0 wizard to generate my project? Should I include all driver, or just minimal? What is major difference between two? If I do not select RTOS, is it easy to add when I need it?&lt;/P&gt;&lt;P&gt;2) After I generate the new project, how to add the required files into my new project if I want to build my new project with the same function as demo bare-mental httpsrv? Is there step by step instruction?&lt;/P&gt;&lt;P&gt;3) Is there any better way to do so?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 13:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604365#M7599</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2016-09-09T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: KSKD 2.0 Wizard to build the new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604366#M7600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christie,&lt;/P&gt;&lt;P&gt;- About create KSDK v2.0 project , please refer to this thread :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329662"&gt;Using Kinetis Design Studio v3.x with Kinetis SDK v2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;About create FreeRTOS project , please refer to this thread :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-330183"&gt;Creating a FreeRTOS project using KDS and Kinetis SDK Project V2.0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- After you refer to these , if you still have any question , please tell me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&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>Mon, 12 Sep 2016 03:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604366#M7600</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-09-12T03:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: KSKD 2.0 Wizard to build the new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604367#M7601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christie,&lt;/P&gt;&lt;P&gt;about your question: "Should I include all driver, or just minimal? What is major difference between two?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is safer to use all drivers. The linker will remove unused code, so it is better to have all drivers copied in your application and later you can decide, which are useful for your application. Option "minimal" should be used if you wants to use just few of them and you can cherry pick manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to add additional files into your project, just copy them into project filder in your workspace.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 08:01:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604367#M7601</guid>
      <dc:creator>MarekTrmac</dc:creator>
      <dc:date>2016-09-12T08:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: KSKD 2.0 Wizard to build the new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604368#M7602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;I built the project with Wizard 2.0 and works fine. Now, I am trying to middleware (lwip, and fatfs) for my application to build http server and file system for my application.&lt;/P&gt;&lt;P&gt;Should I copy lwip_1.4.1 and fatfs_0.11a into my project? Then change the include file, directory, and etc...?&lt;/P&gt;&lt;P&gt;Could you provide me any recommend way to do so?&lt;/P&gt;&lt;P&gt;Could you have step by step instruction how to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 13:12:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604368#M7602</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2016-09-12T13:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: KSKD 2.0 Wizard to build the new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604369#M7603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christie,&lt;/P&gt;&lt;P&gt;I'd recommend to start with examples provided in &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;board/{board}/demo_apps/lwip&lt;/SPAN&gt; and &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;board/{board}/usb_examples/*fatfs&lt;/SPAN&gt;. There is also step-by-step documentation located in &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;docs/lwip&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, you need to copy or link the middleware sources into your project and configure include path.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 06:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604369#M7603</guid>
      <dc:creator>MarekTrmac</dc:creator>
      <dc:date>2016-09-13T06:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: KSKD 2.0 Wizard to build the new project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604370#M7604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Marek. I am going to try it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KSKD-2-0-Wizard-to-build-the-new-project/m-p/604370#M7604</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2016-09-13T12:39:55Z</dc:date>
    </item>
  </channel>
</rss>

