<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/libmaple/usb, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2013-04-30T13:22:31+00:00</updated>
<entry>
<title>libmaple/usb/stm32f1/usb.c: cosmetics.</title>
<updated>2013-04-30T13:22:31+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-04-30T13:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=f14c612decc9edda55c91df9f678b547c81e976a'/>
<id>urn:sha1:f14c612decc9edda55c91df9f678b547c81e976a</id>
<content type='text'>
Whitespace and comments.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>libmaple/usb/stm32f1/usb.c: fix build error.</title>
<updated>2013-04-29T14:19:42+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-04-29T14:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=7700bd970998f6444386c209dfb10e3ae35fe3c8'/>
<id>urn:sha1:7700bd970998f6444386c209dfb10e3ae35fe3c8</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'wesen/bug/usb-resume'</title>
<updated>2013-04-26T16:49:55+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-04-26T16:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=4b5085272759b4fa78c28a5db4b6050da56c35b3'/>
<id>urn:sha1:4b5085272759b4fa78c28a5db4b6050da56c35b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preserve previous usb state when suspending / restore on resume</title>
<updated>2013-04-26T09:12:03+00:00</updated>
<author>
<name>Manuel Odendahl</name>
<email>wesen@ruinwesen.com</email>
</author>
<published>2013-04-26T09:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=47d911dc5b675958f554491b7d750899db2c943c'/>
<id>urn:sha1:47d911dc5b675958f554491b7d750899db2c943c</id>
<content type='text'>
Signed-off-by: Manuel Odendahl &lt;wesen@ruinwesen.com&gt;
</content>
</entry>
<entry>
<title>usb_cdcacm: Reset transmitting flag in usbReset().</title>
<updated>2013-04-15T19:01:58+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-04-15T19:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=4361c610124fb6e5030631b7625c14f245fe1743'/>
<id>urn:sha1:4361c610124fb6e5030631b7625c14f245fe1743</id>
<content type='text'>
Thanks to Manuel Odenahl for the fix.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>usb_cdcacm: Make USB lib globals weak symbols.</title>
<updated>2013-01-18T23:18:30+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-01-18T23:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=70f704b96221cf1d0227304f30b43566d770db33'/>
<id>urn:sha1:70f704b96221cf1d0227304f30b43566d770db33</id>
<content type='text'>
This allows users to override them.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bug/usb-full-ep'</title>
<updated>2013-01-18T23:12:21+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-01-18T23:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=369f98af8dfdf0cf7610e735883b12a151c78260'/>
<id>urn:sha1:369f98af8dfdf0cf7610e735883b12a151c78260</id>
<content type='text'>
This resolves issues related to sending full (64B) packets via USB
2.0. In this case, some hosts continue to expect more data. Add
infrastructure for sending 0-byte packets to signal end of
transmission, and use it in SerialUSB.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>usb_cdcacm.c: Fixups for usb_cdcacm_tx().</title>
<updated>2013-01-17T23:08:39+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-01-17T23:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=afb4199070e464c317b86741e107692120e05097'/>
<id>urn:sha1:afb4199070e464c317b86741e107692120e05097</id>
<content type='text'>
- Check if we're transmitting (instead of how many bytes are left
  untransmitted) before bailing, in case we're transmitting a
  zero-length packet.

- Set transmitting=1 before setting the endpoint valid to avoid races
  with the USB interrupt.

- Eliminate some duplicated code.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>usb_reg_map.c: Fix incorrect function name call.</title>
<updated>2013-01-17T22:48:13+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-01-17T22:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=0676b01a984b999fed54f906373078ba48b50b6f'/>
<id>urn:sha1:0676b01a984b999fed54f906373078ba48b50b6f</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>usb_reg_map.h: Fix incorrect register bit definitions.</title>
<updated>2013-01-17T22:47:27+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-01-17T22:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=91362dbfc0dc4783048da07f76d32f5304d13a89'/>
<id>urn:sha1:91362dbfc0dc4783048da07f76d32f5304d13a89</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
</feed>
