<?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のトピックUsing pthreads w/o OS?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-pthreads-w-o-OS/m-p/808457#M49141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a working bare metal project on K64 and need to update it with some extra features.&lt;/P&gt;&lt;P&gt;As it seems, I will need to use threads in my application, and since I'm new with this concept I wanted to ask, can I use posix threads or any other thread library for that matter without migrating my code to OS code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is currently runing at various customer sites with remote update amd boot loader features and I'm afraid doing large changes in the code which will take alot of time to debug.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2018 18:15:04 GMT</pubDate>
    <dc:creator>roymessinger</dc:creator>
    <dc:date>2018-08-01T18:15:04Z</dc:date>
    <item>
      <title>Using pthreads w/o OS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-pthreads-w-o-OS/m-p/808457#M49141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a working bare metal project on K64 and need to update it with some extra features.&lt;/P&gt;&lt;P&gt;As it seems, I will need to use threads in my application, and since I'm new with this concept I wanted to ask, can I use posix threads or any other thread library for that matter without migrating my code to OS code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is currently runing at various customer sites with remote update amd boot loader features and I'm afraid doing large changes in the code which will take alot of time to debug.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:15:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-pthreads-w-o-OS/m-p/808457#M49141</guid>
      <dc:creator>roymessinger</dc:creator>
      <dc:date>2018-08-01T18:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using pthreads w/o OS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-pthreads-w-o-OS/m-p/808458#M49142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi roymessinger,&lt;/P&gt;&lt;P&gt;It seems pthread can't run in bare metal mode. It must base on a unix-like OS, such as FreeBSD, Linux. That is to say, you can't use posix threads or any other thread library for that matter without migrating&amp;nbsp;you code to OS code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 06:18:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-pthreads-w-o-OS/m-p/808458#M49142</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2018-08-02T06:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using pthreads w/o OS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-pthreads-w-o-OS/m-p/808459#M49143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prototreads will run on bare metal C.&lt;BR /&gt;Works best with GCC due to its calculated GOTO, which is all hidden from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://dunkels.com/adam/pt/" title="http://dunkels.com/adam/pt/"&gt;Protothreads - Lightweight, Stackless Threads in C&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to change 'something' no matter what path you take.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 12:00:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-pthreads-w-o-OS/m-p/808459#M49143</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2018-08-02T12:00:13Z</dc:date>
    </item>
  </channel>
</rss>

