<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>avrx at Yahoo! Groups</title>
    <link>http://finance.groups.yahoo.com/group/avrx/</link>
    <description>Support group for the AvrX RTOS</description>

    <item>
      <title>Re: Assembly problem</title>
      <pubDate>Sat, 09 Aug 2008 15:14:27 GMT</pubDate>
      <dc:creator>Dean Hall</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1813</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1813</guid>
      <description>I don&#39;t know if this will solve the problem, but the original poster should know that version 2.6g is available in the yahoo groups &quot;files ... </description>
    </item>
    <item>
      <title>Re: Assembly problem</title>
      <pubDate>Sat, 09 Aug 2008 14:31:44 GMT</pubDate>
      <dc:creator>ebrikabrac</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1812</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1812</guid>
      <description>Thanks, I had the same problem using the m168. Should be included to the distributed files. Steph.</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 23:28:38 GMT</pubDate>
      <dc:creator>Neil Johnson</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1811</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1811</guid>
      <description>Hi, ... Got it - the key seems to be on this page: http://www.barello.net/avrx/Theory.htm 3rd paragraph of the &quot;Queue&quot; section states: &quot;Once a process is</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 14:55:53 GMT</pubDate>
      <dc:creator>Christopher X. Candreva</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1810</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1810</guid>
      <description>... But an inerrupt will not force a context switch. This is a common mistake It&#39;s not explicitly clear in the docs, but Larry explained it in this post from</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 14:10:57 GMT</pubDate>
      <dc:creator>Dean Hall</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1809</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1809</guid>
      <description>Normally, an interrupt activates the scheduler, so you have pre- emption right there.  The scheduler is priority-based and round-robin for tasks of equal</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 13:15:08 GMT</pubDate>
      <dc:creator>Christopher X. Candreva</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1808</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1808</guid>
      <description>... Not only possible, but certain AvrX does cooprative multitasking, not premptive. If a task doesn&#39;t give up control by a delay or blocking, then it will hog</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 12:49:40 GMT</pubDate>
      <dc:creator>Dean Hall</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1807</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1807</guid>
      <description>The code examples you give all look good.  AvrX is fully pre- emptable.  The scheduler is round-robin for tasks that have the same priority; otherwise the</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 08:32:34 GMT</pubDate>
      <dc:creator>bastian112</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1806</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1806</guid>
      <description>The priority of my taskt are 2 (both). It also didn&#39;t work with bigger stack.</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 08:31:36 GMT</pubDate>
      <dc:creator>bastian112</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1805</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1805</guid>
      <description>&quot;But clearly you are not doing something right&quot; I agree :) So it works when i use AvrXYield() in the inner while(1) loop. The task re-queued behind the next.</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 08:15:40 GMT</pubDate>
      <dc:creator>Neil Johnson</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1804</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1804</guid>
      <description>Hi, ... What is the priority of the LED task? What you are trying to do does work - I use the same method in my own systems.  But clearly you are not doing</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 07:10:42 GMT</pubDate>
      <dc:creator>bastian112</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1803</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1803</guid>
      <description>I have try 100 but no success.</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 07:08:23 GMT</pubDate>
      <dc:creator>stevech11</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1802</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1802</guid>
      <description>You might want to review the choice of &quot;8&quot; in this</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 07:08:06 GMT</pubDate>
      <dc:creator>bastian112</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1801</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1801</guid>
      <description>One important thing i realized a few minutes ago is that the task don&#39;t switch if the have a while(1) loop like this: AVRX_GCC_TASKDEF(Led, 8, 2) { unsigned</description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 06:56:52 GMT</pubDate>
      <dc:creator>bastian112</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1799</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1799</guid>
      <description>hello, thx for answers. The ISR i use is from the examples. @Dean &quot;Have you created such an ISR and enabled its interrupt?&quot; </description>
    </item>
    <item>
      <title>Re: Stop task switching &gt;&gt; while(1)</title>
      <pubDate>Sat, 26 Jul 2008 05:56:12 GMT</pubDate>
      <dc:creator>stevech11</dc:creator>
      <link>http://finance.groups.yahoo.com/group/avrx/message/1798</link>
      <guid isPermaLink="true">http://finance.groups.yahoo.com/group/avrx/message/1798</guid>
      <description>or something like while (1) { some code here AvrXYield(); }</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.scd.yahoo.com uncompressed/chunked Fri Oct 10 13:31:24 PDT 2008 -->
