<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/lpc/ao_usb_lpc.c, branch debian/1.8.7-2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.7-2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.7-2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-10-09T02:42:09+00:00</updated>
<entry>
<title>altos/lpc: Make sure USB pull-up is held low at boot for 'a while'</title>
<updated>2018-10-09T02:42:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-09T02:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e7136c6b413c8464d32cdc4afc28c93ba1f17a3b'/>
<id>urn:sha1:e7136c6b413c8464d32cdc4afc28c93ba1f17a3b</id>
<content type='text'>
Add a delay loop to make sure the host sees the pull-up low for long
enough.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make CDC ACM 'line coding' public</title>
<updated>2017-05-05T05:10:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-05T05:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e76d543a203f210683cb77df2b9bbff1a9f4b381'/>
<id>urn:sha1:e76d543a203f210683cb77df2b9bbff1a9f4b381</id>
<content type='text'>
This allows other systems to see what baud rate the host has requested.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch from GPLv2 to GPLv2+</title>
<updated>2016-07-12T22:41:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-07-05T16:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a'/>
<id>urn:sha1:1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Handle USB reset by resetting internal state</title>
<updated>2016-06-10T21:33:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-06-10T21:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=54f8d53584d0a902676b441cd122c01cd54f2283'/>
<id>urn:sha1:54f8d53584d0a902676b441cd122c01cd54f2283</id>
<content type='text'>
Just like stmf0, this clears internal state at USB reset time so the
driver can survive host OS reboots.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Double buffer USB data transfers</title>
<updated>2015-02-06T00:15:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-01-16T09:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9fac8b639d2142c90eb95771cda1f6559e987db2'/>
<id>urn:sha1:9fac8b639d2142c90eb95771cda1f6559e987db2</id>
<content type='text'>
This allocates twice the space in the USB memory so that transactions
can be double buffered without using separate CPU memory.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;

Conflicts:
	src/lpc/ao_usb_lpc.c
</content>
</entry>
<entry>
<title>altos/lpc: Clean up USB endpoint access functions</title>
<updated>2015-02-06T00:14:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T00:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0671b3c8c24c9f33be77a10315c4669f33c516d7'/>
<id>urn:sha1:0671b3c8c24c9f33be77a10315c4669f33c516d7</id>
<content type='text'>
The USB device endpoints can have two pointers in them, but we use
only the first. Fix the access functions to take an index as to which
we want so that we can disable the other address registers with them
instead of requiring open-coded access.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Revert LPC usb performance improvements</title>
<updated>2015-02-05T23:00:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-05T22:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5bf39f674b3d5ee98b55f42562a5ba1a9328ff07'/>
<id>urn:sha1:5bf39f674b3d5ee98b55f42562a5ba1a9328ff07</id>
<content type='text'>
There's something screwy going on, sticking garbage in the input
buffer at boot time

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Revert "altos/lpc: Fix double-buffered USB changes"</title>
<updated>2015-02-05T22:54:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-05T22:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ef69872c824668146a3876f1f3d0d2e51d3e4c8d'/>
<id>urn:sha1:ef69872c824668146a3876f1f3d0d2e51d3e4c8d</id>
<content type='text'>
This reverts commit 41a0604ad1ea1a03e2db7d41731dbadf466b45db.
</content>
</entry>
<entry>
<title>altos/lpc: Fix double-buffered USB changes</title>
<updated>2015-01-23T05:31:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-01-23T05:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=41a0604ad1ea1a03e2db7d41731dbadf466b45db'/>
<id>urn:sha1:41a0604ad1ea1a03e2db7d41731dbadf466b45db</id>
<content type='text'>
These got merged when we were down in Auckland, but before they'd been
finished. Transmitting worked fine, but receiving was mis-configuring
the OUT buffer size in the hardware.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Set version to 1.5.9.1</title>
<updated>2015-01-16T09:09:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-01-16T09:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e05e0c6b71a1df65f188e00622e9632eb27510fd'/>
<id>urn:sha1:e05e0c6b71a1df65f188e00622e9632eb27510fd</id>
<content type='text'>
</content>
</entry>
</feed>
