<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>gnu-m68hc11 at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/</link>
    <description>GNU 68HC11/HC12</description>

    <item>
      <title>rebuilding and using the gel library</title>
      <pubDate>Sat, 21 Nov 2009 05:16:28 GMT</pubDate>
      <dc:creator>said jello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9397</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9397</guid>
      <description>Here a short version (text only) of the steps needed to rebuild and use the gel library under windows. I will have a full tutorial with screenshots and more</description>
    </item>
    <item>
      <title>printf and friends</title>
      <pubDate>Fri, 20 Nov 2009 15:09:03 GMT</pubDate>
      <dc:creator>said jello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9396</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9396</guid>
      <description>Hi all, If anybody is interested by this, I finally figured out how to use printf and friends and yet end up with very small programs: I tried the gcc and gel</description>
    </item>
    <item>
      <title>Re: sprintf needed</title>
      <pubDate>Thu, 19 Nov 2009 01:17:15 GMT</pubDate>
      <dc:creator>Daniel O&#39;Connor</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9395</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9395</guid>
      <description>... If you are just turning an integer to a string you can do a simple hand rolled version (especially if you can make certain assumptions about sign, base,</description>
    </item>
    <item>
      <title>Re: sprintf needed</title>
      <pubDate>Thu, 19 Nov 2009 00:57:54 GMT</pubDate>
      <dc:creator>Mike McCarty</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9394</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9394</guid>
      <description>... I&#39;ve sent you (under separate cover) one which does this: /* ** _Printf(int (*Func)(void *),void *FuncArg,const char *Format,va_list Args) ** Called by</description>
    </item>
    <item>
      <title>Re: sprintf needed</title>
      <pubDate>Thu, 19 Nov 2009 00:26:58 GMT</pubDate>
      <dc:creator>said jello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9393</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9393</guid>
      <description>Hi Mike, I just need a version that allows me to insert an integer inside a string. I don&#39;t need anything fancy that deals with formatting floating points or</description>
    </item>
    <item>
      <title>Re: sprintf needed</title>
      <pubDate>Thu, 19 Nov 2009 00:15:04 GMT</pubDate>
      <dc:creator>Mike McCarty</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9392</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9392</guid>
      <description>... I&#39;ve got one, but it&#39;s stripped down. What formats do you need to support? Mike -- p=&quot;p=%c%s%c;main(){printf(p,34,p,34);}&quot;;main(){printf(p,34,p,34);} </description>
    </item>
    <item>
      <title>sprintf needed</title>
      <pubDate>Wed, 18 Nov 2009 23:44:49 GMT</pubDate>
      <dc:creator>said jello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9391</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9391</guid>
      <description>Hi all, Anybody has a small version of sprintf that he/she is willing to share? I just finished compiling the gel library ( I actually remembered how to do it</description>
    </item>
    <item>
      <title>Re: stdio functions</title>
      <pubDate>Wed, 18 Nov 2009 13:13:16 GMT</pubDate>
      <dc:creator>said jello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9390</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9390</guid>
      <description>So printf is provided with the compiler? I was always under the impression that: printf, sprintf... functions were not bundled with the m68hc11-gcc compiler. I</description>
    </item>
    <item>
      <title>Re: stdio functions</title>
      <pubDate>Wed, 18 Nov 2009 09:17:10 GMT</pubDate>
      <dc:creator>Daniel O&#39;Connor</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9389</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9389</guid>
      <description>... The compiler doesn&#39;t have *printf*, that&#39;s a libc thing (hence newlib). -- Daniel O&#39;Connor software and network engineer for Genesis Software -</description>
    </item>
    <item>
      <title>sprintf and similar functions</title>
      <pubDate>Wed, 18 Nov 2009 01:33:28 GMT</pubDate>
      <dc:creator>said</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9388</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9388</guid>
      <description>Can you guys tell me if the stdio functions are included in the hc1x compiler? I need to use sprintf to format a string and send it to an LCD. I tried</description>
    </item>
    <item>
      <title>stdio functions</title>
      <pubDate>Wed, 18 Nov 2009 01:32:25 GMT</pubDate>
      <dc:creator>said jello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9387</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9387</guid>
      <description>Can you guys tell me if the stdio functions are included in the hc1x compiler? I need to use sprintf to format a string and send it to an LCD. I tried</description>
    </item>
    <item>
      <title>Re: USB Programmer? [2 Attachments]</title>
      <pubDate>Mon, 16 Nov 2009 16:05:42 GMT</pubDate>
      <dc:creator>jsmcortina</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9386</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9386</guid>
      <description>I&#39;m not sure why people are suggesting the use of Codewarrior - this is a group for discussing GCC after all. I&#39;ve not used the Softec BDM recently, but I have</description>
    </item>
    <item>
      <title>Re: USB Programmer? [2 Attachments]</title>
      <pubDate>Mon, 16 Nov 2009 13:11:33 GMT</pubDate>
      <dc:creator>Philip Barnes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9385</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9385</guid>
      <description>... Thanks Eckhard It is not that board, but similar. However I was looking for a solution that does not involve codewarrior, more a gnu-hc12 solution. Thanks</description>
    </item>
    <item>
      <title>Re: USB Programmer?</title>
      <pubDate>Mon, 16 Nov 2009 12:24:47 GMT</pubDate>
      <dc:creator>Eckhard Gosch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9384</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9384</guid>
      <description>Hello, does it ook like the one in the attached picture ? Then it is an InDart HCS12 from Softec Micro. You can download the Driver at Softecmicros hjomepage. </description>
    </item>
    <item>
      <title>USB Programmer?</title>
      <pubDate>Mon, 16 Nov 2009 11:49:18 GMT</pubDate>
      <dc:creator>trigpointuk</dc:creator>
      <link>http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9383</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/gnu-m68hc11/message/9383</guid>
      <description>I am just making a start with a softecmicro HCS12X Starter kit. It has a USB to BDM interface which I have never come across before, dmesg identifies the</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sat Nov 21 04:48:43 PST 2009 -->
