<?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: MQXCFG_ENABLE_FP in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451661#M3680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information. Component User settings sounds good. I tried that with KSDK 1.1 but the settings were written after the includes so good to see that has been changed now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea about the STD_FP_IO define in std_prv.h?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it has no checks for already being defined I have to modify it in the std_prv.h file or I get compiler errors. If I don't set it to 1, output to the console that contains floats is never sent.&lt;/P&gt;&lt;P&gt;It seems strange that this is configured in what appears to be a private file and does not use the global MQX_INCLUDE_FLOATING_POINT_IO. In fact MQX_INCLUDE_FLOATING_POINT_IO doesn't appear to be used anywhere in the code generated by PEx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 10:26:46 GMT</pubDate>
    <dc:creator>adyr</dc:creator>
    <dc:date>2015-05-22T10:26:46Z</dc:date>
    <item>
      <title>MQXCFG_ENABLE_FP</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451658#M3677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Processor Expert in KDS 3.0 with KSDK 1.2 and MQX. I want to set options such as the MQX_INCLUDE_FLOATING_POINT_IO but where is the recommended place to change these options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could just change it in PROJECT/SDK/rtos/mqx/config/common/mqx_cnfg.h but I'm not sure if that is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found that to get the console to support floating point numbers I have to define STD_FP_IO 1 in std_prv.h. Is that official or have I made use of something that may not be supported in the future?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 09:29:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451658#M3677</guid>
      <dc:creator>adyr</dc:creator>
      <dc:date>2015-05-21T09:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: MQXCFG_ENABLE_FP</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451659#M3678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;I'd vote to have it in the user_config.h header.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14322230256208091" data-renderedposition="71_8_882_128" jivemacro_uid="_14322230256208091"&gt;&lt;P&gt;#ifndef __user_config_h__&lt;/P&gt;&lt;P&gt;#define __user_config_h__&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Define user specific modifications of default configuration*/&lt;/P&gt;&lt;P&gt;#define BSPCFG_HAS_SRAM_POOL&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;#define MQX_INCLUDE_FLOATING_POINT_IO 1 //DES test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* include platform-specific configuration */&lt;/P&gt;&lt;P&gt;#include "mqx_cnfg.h"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#endif /* __user_config_h__ */&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 15:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451659#M3678</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-05-21T15:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: MQXCFG_ENABLE_FP</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451660#M3679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for MQX configuration symbols definition is possible to use "User setting definitions" property which is placed in MQX_KSDK component:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27941iF6C30F7FD798E1EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27986i0CE9BB19B53C71BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Content of "User setting definitions" property is generated to "mqx_sdk_config.h" file (before include *.h file with MQX Lite/Standard configuration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jiri Rezler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 05:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451660#M3679</guid>
      <dc:creator>jiri_rezler</dc:creator>
      <dc:date>2015-05-22T05:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: MQXCFG_ENABLE_FP</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451661#M3680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information. Component User settings sounds good. I tried that with KSDK 1.1 but the settings were written after the includes so good to see that has been changed now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea about the STD_FP_IO define in std_prv.h?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it has no checks for already being defined I have to modify it in the std_prv.h file or I get compiler errors. If I don't set it to 1, output to the console that contains floats is never sent.&lt;/P&gt;&lt;P&gt;It seems strange that this is configured in what appears to be a private file and does not use the global MQX_INCLUDE_FLOATING_POINT_IO. In fact MQX_INCLUDE_FLOATING_POINT_IO doesn't appear to be used anywhere in the code generated by PEx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 10:26:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MQXCFG-ENABLE-FP/m-p/451661#M3680</guid>
      <dc:creator>adyr</dc:creator>
      <dc:date>2015-05-22T10:26:46Z</dc:date>
    </item>
  </channel>
</rss>

