<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/lpcusb/news/" rel="alternate"/><link href="https://sourceforge.net/p/lpcusb/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/lpcusb/news/</id><updated>2009-01-16T04:43:48Z</updated><subtitle>Recent posts to news</subtitle><entry><title>Support for DMA transfers</title><link href="https://sourceforge.net/p/lpcusb/news/2009/01/support-for-dma-transfers/" rel="alternate"/><published>2009-01-16T04:43:48Z</published><updated>2009-01-16T04:43:48Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.neta4b9d32ba6e6cecf9a2a3306340dcbd237fa32df</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Added example code for doing DMA transfers with isochronous IN/OUT endpoints, testable with sample linux code used in the non-dma sample. &lt;/p&gt;
&lt;p&gt;During previous testing we were able to achieve full theoretical speed of 1023000 bytes/sec for a single ISOC IN endpoint (when setting max data size to 1023 and doing transfers every frame, the sample isn't configured to run that fast but a tweak to the configuration descriptor will do the trick)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support for isochronous mode transfers</title><link href="https://sourceforge.net/p/lpcusb/news/2009/01/support-for-isochronous-mode-transfers/" rel="alternate"/><published>2009-01-14T05:03:15Z</published><updated>2009-01-14T05:03:15Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.net7eb64e863360ea13dc0095dfd21eee1fe9853442</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sample device code and linux host side devfs-based code has been added to demonstrate communications in isochronous mode.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Moving away from interrupt-on-NAK</title><link href="https://sourceforge.net/p/lpcusb/news/2007/10/moving-away-from-interrupt-on-nak/" rel="alternate"/><published>2007-10-22T21:57:28Z</published><updated>2007-10-22T21:57:28Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.net330e6c8a9251e4d8c46ba39d0c274029dad58529</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I plan to completely get rid of usage of the interrupt-on-NAK feature. It causes a very high interrupt rate which results in a lot of questions by people using the stack.&lt;/p&gt;
&lt;p&gt;The virtual COM port example is already converted (now uses the frame interrupt to trigger the first packet of a sequence of bytes going from device to host). Next target is the mass storage example.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Migration from CVS to SVN</title><link href="https://sourceforge.net/p/lpcusb/news/2006/12/migration-from-cvs-to-svn/" rel="alternate"/><published>2006-12-11T18:23:28Z</published><updated>2006-12-11T18:23:28Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.netafd5b94ef8af9572f72e2c5e55b15d2a1a93faa1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm considering to move the sources over from CVS to SVN sometime in the coming days.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>BSD license</title><link href="https://sourceforge.net/p/lpcusb/news/2006/10/bsd-license/" rel="alternate"/><published>2006-10-18T19:29:20Z</published><updated>2006-10-18T19:29:20Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.net5ad8ad5e4151bdccd60ffc59a1fbd1ad9c8a58eb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I've decided to change the license from LGPL to BSD.&lt;br /&gt;
The BSD license will be applied soon to the core of the lpcusb code. Some of the application examples still use LGPL code, so those parts will take some time for the license to be changed.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Release v20060903</title><link href="https://sourceforge.net/p/lpcusb/news/2006/09/release-v20060903/" rel="alternate"/><published>2006-09-03T21:42:05Z</published><updated>2006-09-03T21:42:05Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.netc4c2dd4a469344c7f5eab690e512369f2ab5de30</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I've just created release v20060903, consisting of a couple of bug fixes and simplification of the API. Also the source code is now updated to be used with doxygen to create 'automatic' source code documentation. Sorry, no interrupt support yet in this release.&lt;/p&gt;
&lt;p&gt;Some stuff I'm thinking about to improve lpcusb:&lt;br /&gt;
* Finally add the interrupt support&lt;br /&gt;
* Add DMA support. I initially skipped this because I thought it would be complicated. It now seems a lot easier than I initially thought.&lt;br /&gt;
* Figure out the exact requirements for USB mass storage and implement them.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Bugfix release v20060729</title><link href="https://sourceforge.net/p/lpcusb/news/2006/08/bugfix-release-v20060729/" rel="alternate"/><published>2006-08-12T12:44:02Z</published><updated>2006-08-12T12:44:02Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.netddd58f9a44751cd6c6019cf1cfca484f25a9fd3e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A serious bug was discovered in the sources, possibly causing random memory overwrites.&lt;br /&gt;
This bug has been fixed in version v20060729.&lt;/p&gt;
&lt;p&gt;Planned for the next version:&lt;br /&gt;
* interrupt support for USB virtual COM port&lt;br /&gt;
* better documentation of source code with doxygen&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>USB mass storage</title><link href="https://sourceforge.net/p/lpcusb/news/2006/05/usb-mass-storage/" rel="alternate"/><published>2006-05-26T10:24:47Z</published><updated>2006-05-26T10:24:47Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.nete3664b94c2a35f2146be22b022716cd358d93535</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Current CVS now contains an initial version of a USB mass storage application example. It already passes the MSC compliance tests, but there are still minor issues making it work in Windows (reading / writing data / quick format succeeds, full format still fails).&lt;br /&gt;
It will be part of the next release. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Anonymous CVS problems</title><link href="https://sourceforge.net/p/lpcusb/news/2006/05/anonymous-cvs-problems/" rel="alternate"/><published>2006-05-08T13:25:01Z</published><updated>2006-05-08T13:25:01Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.nete9a7859b4e8a6ca90eb9a50d58c98061efb060b5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As you may have noticed already, anonymous CVS has not been updated for some time now (several weeks). Normally, the anonymous CVS repository is kept in sync with developers' CVS (with just a few hours delay), but it appears there are some sitewide problems with it, see the sourceforge status page:&lt;br /&gt;
&lt;a href="http://sourceforge.net/docman/display_doc.php?docid=2352&amp;amp;group_id=1"&gt;http://sourceforge.net/docman/display_doc.php?docid=2352&amp;amp;group_id=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Development is still going on. An implementation of USB mass-storage on an SD-card is almost ready and planned for the next release (currently passes most tests of the USB compliance verifier and appears as a removeable disk with read/write access under both Windows XP and Linux 2.6)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>USB virtual COM-port</title><link href="https://sourceforge.net/p/lpcusb/news/2006/04/usb-virtual-com-port/" rel="alternate"/><published>2006-04-03T16:58:58Z</published><updated>2006-04-03T16:58:58Z</updated><author><name>Bertrik Sikken</name><uri>https://sourceforge.net/u/bertrik/</uri></author><id>https://sourceforge.net38c89561a2a25aa10acedc1f6d165b1fb738b95d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The current CVS version now has an example showing how to implement a virtual COM port. This means that (under Windows) plugging in the LPC214x results in an additional COMx port that you can use to talk to your device (e.g. through hyperterminal).&lt;br /&gt;
On Linux, the serial port can be accessed with  the cdc_acm driver through a /dev/ttyACM0 device file.&lt;/p&gt;
&lt;p&gt;To try it out, check out the code from anonymous CVS, or wait until the next release (which is planned as soon as current CVS problems are resolved).&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>