<?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>LPCXpresso IDE中的主题 Re: Fast Console Print Library</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534492#M4124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Fri Apr 22 12:52:13 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;0 views of the attachment,&amp;nbsp; what's up guys?:eek::)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:51:44 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:51:44Z</dc:date>
    <item>
      <title>Fast Console Print Library</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534491#M4123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Fri Apr 22 11:02:40 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an example I put together using a library of consoleprint and cr_fast_printf combined.&amp;nbsp; It might not be elegant but it works.&amp;nbsp; Details of creating libraries are on the CodeRed Wiki.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember to have CMSISv1p30_LPC17xx in your workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any ideas on how to improve upon this please let me know.&amp;nbsp; Specifically on how to add the library to my project without having the separate library project as extra baggage.&amp;nbsp; Would doing this be a bad idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:51:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534491#M4123</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fast Console Print Library</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534492#M4124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Fri Apr 22 12:52:13 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;0 views of the attachment,&amp;nbsp; what's up guys?:eek::)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:51:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534492#M4124</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fast Console Print Library</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534493#M4125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Fri Apr 22 15:01:58 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You may not have spotted that "Redlib_v2" in LPCXpresso for Linux (and hence assumedly the forthcoming LPCXpresso4) already effectively does this....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/redlib_v2_notes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;[SIZE=2][B]printf variants[/B][/SIZE]&lt;BR /&gt;The printf() and puts() functions have been modified in Redlib_v2 in order to improve the speed with which strings are written to the debug console. This speed improvement is provided due to a single semihosted operation being carried out per string displayed (in a similar manner to the "consoleprint" example provided for some MCUs with earlier versions of the tools), rather than one semihosted operation per character.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thus probably not worth putting to much development effort in here :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534493#M4125</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fast Console Print Library</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534494#M4126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Fri Apr 22 15:16:47 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: whitecoe&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Thus probably not worth putting to much development effort in here :)&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You're right, and I did know that.;) Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I posted this, as a separate thread, as an interim fix for another thread.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showpost.php?p=7717&amp;amp;postcount=20&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thought it might be useful in the short term.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But my question above is still unanswered,&amp;nbsp; it applies to any library we create.&amp;nbsp; I know the linker just grabs the &amp;lt;filename&amp;gt;_Lib.a file for inclusion in the build.&amp;nbsp; How do we just include the &amp;lt;filename&amp;gt;_Lib.a file without having to have the library project in the workspace?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:51:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534494#M4126</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fast Console Print Library</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534495#M4127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Sat Apr 23 15:00:29 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Bump.&amp;nbsp; Maybe CodeRedSupport or someone else has an idea on this one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See last paragraph in last post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Larry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:51:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534495#M4127</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fast Console Print Library</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534496#M4128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by martinho on Sat Apr 23 23:03:56 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understand You have to add the library (your *.a file) like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://wiki.eclipse.org/CDT/User/FAQ#Adding_C.2FC.2B.2B_External_Libraries&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534496#M4128</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fast Console Print Library</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534497#M4129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Sun Apr 24 01:59:04 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Linker, to specify a library to be linked against, use the -lMY_LIBRARY option. The linker will look for a library called libMY_LIBRARY.a.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The linker will search in a set of default (system) directories for libMY_LIBRARY.a. To add an another to the list of directories searched, use -Lpath/to/my/directory. It can be a relative, or an absolute path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In LPCXpresso IDE, these options are on the MCU Linker/Libraries settings in the project properties. On the Library Paths, option, buttons are provided so you can browse the file system or the workspace for the directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that is clear.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534497#M4129</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fast Console Print Library</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534498#M4130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Sun Apr 24 10:50:06 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;...Hope that is clear.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Very.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Fast-Console-Print-Library/m-p/534498#M4130</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:51:48Z</dc:date>
    </item>
  </channel>
</rss>

