<?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>MQX Software Solutions中的主题 Re: Can SHELL commands include uppercase ?</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-SHELL-commands-include-uppercase/m-p/366676#M12106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew, &lt;/P&gt;&lt;P&gt;Thank you for answering, apparently we have different MQX versions, not at shell.c line 109 but 113&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_io_strtolower(shell_ptr-&amp;gt;ARGV[0]); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the reason of this inconsistencies with the upper/lower case processing ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2014 02:01:16 GMT</pubDate>
    <dc:creator>walter_gallegos</dc:creator>
    <dc:date>2014-10-04T02:01:16Z</dc:date>
    <item>
      <title>Can SHELL commands include uppercase ?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-SHELL-commands-include-uppercase/m-p/366674#M12104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently names including uppercase as "WriteSpi" are not recognized as a command but "writespi" yes. &lt;/P&gt;&lt;P&gt;Can SHELL commands include uppercase ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Capture 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; help&lt;/P&gt;&lt;P&gt;Available commands:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; reboot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; WriteSpi&lt;/P&gt;&lt;P&gt;shell&amp;gt; help WriteSpi&lt;/P&gt;&lt;P&gt;Write SPI Ports&lt;/P&gt;&lt;P&gt;Usage: WriteSpi&lt;/P&gt;&lt;P&gt;shell&amp;gt; WriteSpi&lt;/P&gt;&lt;P&gt;Invalid command.&amp;nbsp; Type 'help' for a list of commands. &lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Capture 2:&lt;/P&gt;&lt;P&gt;shell&amp;gt; help&lt;/P&gt;&lt;P&gt;Available commands:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; reboot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; writespi&lt;/P&gt;&lt;P&gt;shell&amp;gt; help writespi&lt;/P&gt;&lt;P&gt;Write SPI Ports&lt;/P&gt;&lt;P&gt;Usage: writespi&lt;/P&gt;&lt;P&gt;shell&amp;gt; writespi&lt;/P&gt;&lt;P&gt;CmdsWriteSPI&amp;nbsp; &lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 18:26:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-SHELL-commands-include-uppercase/m-p/366674#M12104</guid>
      <dc:creator>walter_gallegos</dc:creator>
      <dc:date>2014-10-03T18:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can SHELL commands include uppercase ?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-SHELL-commands-include-uppercase/m-p/366675#M12105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The shell command interpreter converts the command name to lower case before searching the table of registered commands. You can see this in shell.c line 109. Hence, command names must be in lower case. The reason that the help command works correctly with mixed case names is that this code does not convert the command name to lower case before searching the command table. You can see this in sh_help.c line 74.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 00:08:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-SHELL-commands-include-uppercase/m-p/366675#M12105</guid>
      <dc:creator>matthewkendall</dc:creator>
      <dc:date>2014-10-04T00:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can SHELL commands include uppercase ?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Can-SHELL-commands-include-uppercase/m-p/366676#M12106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew, &lt;/P&gt;&lt;P&gt;Thank you for answering, apparently we have different MQX versions, not at shell.c line 109 but 113&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_io_strtolower(shell_ptr-&amp;gt;ARGV[0]); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the reason of this inconsistencies with the upper/lower case processing ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 02:01:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Can-SHELL-commands-include-uppercase/m-p/366676#M12106</guid>
      <dc:creator>walter_gallegos</dc:creator>
      <dc:date>2014-10-04T02:01:16Z</dc:date>
    </item>
  </channel>
</rss>

