<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/stm, branch serial-at-interrupt</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=serial-at-interrupt</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=serial-at-interrupt'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-05-19T03:19:18+00:00</updated>
<entry>
<title>altos: Provide ISR-based code paths for SPI</title>
<updated>2012-05-19T03:19:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-19T03:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1ad8f443d5a9780a9897c79deda61241c0e34c2'/>
<id>urn:sha1:c1ad8f443d5a9780a9897c79deda61241c0e34c2</id>
<content type='text'>
This allows SPI to be entirely interrupt driven, with callbacks for
completion. It's not tested yet...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: stm: pass DMA buffer index to DMA completion callback</title>
<updated>2012-05-08T04:50:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T04:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=af949c67eeb9dc310b1430d3435d241adccfc0a9'/>
<id>urn:sha1:af949c67eeb9dc310b1430d3435d241adccfc0a9</id>
<content type='text'>
This lets the user know which DMA has finished.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: stm: delay during USB config with pull-up off</title>
<updated>2012-05-08T04:49:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T04:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dd7699cf8daded17ac41abf5c5170cfb599b6ff5'/>
<id>urn:sha1:dd7699cf8daded17ac41abf5c5170cfb599b6ff5</id>
<content type='text'>
This makes sure that a reboot will reliably cause the device to
disconnect from the USB bus.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: stm: share i2c_stop code between send and recv</title>
<updated>2012-05-08T04:47:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T04:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=744d05e6037ffc11688a9faa9c7b5dcda4065ee3'/>
<id>urn:sha1:744d05e6037ffc11688a9faa9c7b5dcda4065ee3</id>
<content type='text'>
This waits for the stop signal to appear on the bus, necessary before
starting another transaction.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: stm i2c DMA for large recv appears to work</title>
<updated>2012-05-07T06:54:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-07T06:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ddaf501ddcfc1a5f74a1ef1b6b76e1c82d89c77a'/>
<id>urn:sha1:ddaf501ddcfc1a5f74a1ef1b6b76e1c82d89c77a</id>
<content type='text'>
Transaction appears to be clean on the i2c bus now; correct number of
bytes received, and the nack and stop at the right time. This tests &gt;
2 length reads; should try that too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: STM i2c work.</title>
<updated>2012-05-07T05:47:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-07T05:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0f0cc91ce8e9807dca48a5c0c53d821f5060e245'/>
<id>urn:sha1:0f0cc91ce8e9807dca48a5c0c53d821f5060e245</id>
<content type='text'>
Start now driven by interrupts
Send now done with DMA and interrupts

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add STM I2C recv and stop funcs</title>
<updated>2012-04-26T06:26:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-26T06:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0266e08dbf19e2204fb5f758d5d0f944d2afff7d'/>
<id>urn:sha1:0266e08dbf19e2204fb5f758d5d0f944d2afff7d</id>
<content type='text'>
Recv doesn't appear to work with more than one byte

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Oopsed the STM DMA channels for I2C1</title>
<updated>2012-04-26T06:25:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-26T06:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=962476911aaab17fd482593a0e8b95fe47de2f29'/>
<id>urn:sha1:962476911aaab17fd482593a0e8b95fe47de2f29</id>
<content type='text'>
TX is 6, RX is 7

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Starting to write cc1120 driver</title>
<updated>2012-04-17T18:01:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-17T18:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1489263b895a2a825e29d0560c9b1dbba8a3f431'/>
<id>urn:sha1:1489263b895a2a825e29d0560c9b1dbba8a3f431</id>
<content type='text'>
This does "something" in radio test mode, appearing to generate a
730MHz signal.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Correct STM USB driver</title>
<updated>2012-04-14T21:04:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-14T01:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e9f6fca7cfe796cbd86ae9d8f1ebe31bba7251db'/>
<id>urn:sha1:e9f6fca7cfe796cbd86ae9d8f1ebe31bba7251db</id>
<content type='text'>
Configure endpoint registers correctly now.
Restructure code to make sure we send the right IN packets.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
