<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/stm-demo/Makefile, branch pwmin</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=pwmin</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=pwmin'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-07-11T20:49:26+00:00</updated>
<entry>
<title>altos: Have 'make clean' remove all programs, even old ones</title>
<updated>2012-07-11T20:49:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-11T20:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=18431c88c8a6cb267922b97192e8b7ddb88d0e7e'/>
<id>urn:sha1:18431c88c8a6cb267922b97192e8b7ddb88d0e7e</id>
<content type='text'>
This makes sure that changing version numbers doesn't leave old
compiled output lying around.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch stm-demo to HSE clock, add USB</title>
<updated>2012-04-14T20:22:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-12T06:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6d1606895f70c6bca20c25084107f90bd0b613ec'/>
<id>urn:sha1:6d1606895f70c6bca20c25084107f90bd0b613ec</id>
<content type='text'>
Requires that SB17 be soldered shut so that the MCO from the STlink
CPU is available the target for HSE input.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Test I2C code on discovery board.</title>
<updated>2012-04-09T07:10:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-09T07:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=67044cca5b463772491d0712d0ce07a8f897a476'/>
<id>urn:sha1:67044cca5b463772491d0712d0ce07a8f897a476</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add ADC tests to stm-demo</title>
<updated>2012-04-08T01:55:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-08T01:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b9357f48597a034211affb3f18fc6089816456d'/>
<id>urn:sha1:9b9357f48597a034211affb3f18fc6089816456d</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add DMA, SPI and MS5607 drivers</title>
<updated>2012-04-07T01:07:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-07T01:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b12bc445fe482306e4587ad60c6d2daf65a60f3'/>
<id>urn:sha1:9b12bc445fe482306e4587ad60c6d2daf65a60f3</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>stm-demo does not use altitude.h</title>
<updated>2012-03-29T04:37:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-25T20:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a157edbe1bf7fffd5a6041f7b1760674addd2229'/>
<id>urn:sha1:a157edbe1bf7fffd5a6041f7b1760674addd2229</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use -Os for STM apps. Fix altos.ld to matchall .rodata* sections</title>
<updated>2012-03-29T04:37:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-23T08:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1531fb26461b9f4ec39672bbfaeb70e6f4d1056'/>
<id>urn:sha1:c1531fb26461b9f4ec39672bbfaeb70e6f4d1056</id>
<content type='text'>
Without .rodata*, it would stick the flash copy of the data on top of
any further .rodata* sections. Fortunately, the linker catches that
and complains...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Use new Makefile.defs in stm-demo</title>
<updated>2012-03-29T04:37:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-23T07:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c27e211796a64b6bbacfe6a1516e9872fdb0853e'/>
<id>urn:sha1:c27e211796a64b6bbacfe6a1516e9872fdb0853e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add LCD device driver to STM32L port</title>
<updated>2012-03-29T04:37:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-23T02:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6da2f5846f2d28ea1f09f60ef2cc3f68113ac62a'/>
<id>urn:sha1:6da2f5846f2d28ea1f09f60ef2cc3f68113ac62a</id>
<content type='text'>
This enables the 6-digit 14-character display on the STM32L discovery
board and provides an ascii output to it.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Save/restore PRIMASK register on Cortex-M3</title>
<updated>2012-03-29T04:37:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-19T18:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=faf2bea4fdb3dca7fbed35423a4fe4459ee92ceb'/>
<id>urn:sha1:faf2bea4fdb3dca7fbed35423a4fe4459ee92ceb</id>
<content type='text'>
This preserves the interrupt-enabled bit across context switches

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