<?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>Kinetis Microcontrollers中的主题 Re: Python on Kinetis?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254317#M7397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an interesting idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://embeddedpython.org/index.php/The_Owl_Embedded_Python_System" title="http://embeddedpython.org/index.php/The_Owl_Embedded_Python_System"&gt;The Owl Embedded Python System&lt;/A&gt;&lt;/P&gt;&lt;P&gt;offers an open source embedded Python on TI MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can consider it as an idea of Kinetis to bring more attention and run it as your own project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours sincerely&lt;/P&gt;&lt;P&gt;Allan K Liu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2013 05:57:04 GMT</pubDate>
    <dc:creator>kai_liu</dc:creator>
    <dc:date>2013-08-15T05:57:04Z</dc:date>
    <item>
      <title>Python on Kinetis?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254316#M7396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Following up with a recent question from a customer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you heard any words on support for python programming on Kinetis?&lt;/P&gt;&lt;P&gt;Or maybe other higher level programming language?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 11:45:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254316#M7396</guid>
      <dc:creator>bfac</dc:creator>
      <dc:date>2013-08-14T11:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python on Kinetis?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254317#M7397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an interesting idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://embeddedpython.org/index.php/The_Owl_Embedded_Python_System" title="http://embeddedpython.org/index.php/The_Owl_Embedded_Python_System"&gt;The Owl Embedded Python System&lt;/A&gt;&lt;/P&gt;&lt;P&gt;offers an open source embedded Python on TI MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can consider it as an idea of Kinetis to bring more attention and run it as your own project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours sincerely&lt;/P&gt;&lt;P&gt;Allan K Liu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 05:57:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254317#M7397</guid>
      <dc:creator>kai_liu</dc:creator>
      <dc:date>2013-08-15T05:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python on Kinetis?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254318#M7398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lua is an easy language to embedded in resource limited micros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lua.org/" title="http://www.lua.org/"&gt;The Programming Language Lua&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.eluaproject.net/" title="http://www.eluaproject.net/"&gt;eLua - eluaproject&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past I set up a project where non-computer people were writing simple scripts to handle sensor scaling.&lt;/P&gt;&lt;P&gt;The customer always changed the sensors in the field and there was no way to know in advance how to scale data.&lt;/P&gt;&lt;P&gt;They didn't even realize they where using a computer language to get the job done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.squirrel-lang.org/" title="http://www.squirrel-lang.org/"&gt;Squirrel - The Programming Language&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a combination of Python and Lua.&amp;nbsp; Core code takes about 8K of C.&lt;/P&gt;&lt;P&gt;I have not yet personally used it so, don't know how easy it is to embedded in a small micro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also &lt;A href="http://en.wikipedia.org/wiki/CPython" title="http://en.wikipedia.org/wiki/CPython"&gt;CPython - Wikipedia, the free encyclopedia&lt;/A&gt; , that you probably already know about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 15:09:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254318#M7398</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2013-08-15T15:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Python on Kinetis?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254319#M7399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to know these projects. And it takes time to evaluate them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 01:35:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Python-on-Kinetis/m-p/254319#M7399</guid>
      <dc:creator>kai_liu</dc:creator>
      <dc:date>2013-08-16T01:35:15Z</dc:date>
    </item>
  </channel>
</rss>

