<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch new-state</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=new-state</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=new-state'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-10-08T16:22:03+00:00</updated>
<entry>
<title>Add --with parameters to configure for compiler selection</title>
<updated>2013-10-08T16:22:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-08T16:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6a1e398e590121458176758858bb4210f3eb5a55'/>
<id>urn:sha1:6a1e398e590121458176758858bb4210f3eb5a55</id>
<content type='text'>
This allows the user to specify which compiler to use for each target
CPU. Also checks to make sure the arm compiler supports -m0 and -m3
cpu type flags. The build now actually uses the specified compilers too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stm: New GAS version requires flags in APSR assignment</title>
<updated>2013-10-08T16:20:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-08T16:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=16965716c02eb79b449d9d3b264814d775660134'/>
<id>urn:sha1:16965716c02eb79b449d9d3b264814d775660134</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Rename easymini-v0.1 to easymini-v1.0</title>
<updated>2013-10-08T05:01:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-08T05:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=258d225df1f4afe1cfdc9c43208bcd75d18cdf2d'/>
<id>urn:sha1:258d225df1f4afe1cfdc9c43208bcd75d18cdf2d</id>
<content type='text'>
The production boards are the same as the modified v0.1 boards

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc, altos/stm: ARM requires ISB after switching stack pointers</title>
<updated>2013-10-08T04:53:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-08T04:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8f7edcee2db30652ce0b147f282de3396c3786ad'/>
<id>urn:sha1:8f7edcee2db30652ce0b147f282de3396c3786ad</id>
<content type='text'>
This sticks a barrier in the CPU to prevent using the wrong stack
register past the change.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Don't require an LED for ao_flight</title>
<updated>2013-10-08T04:51:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-08T04:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4254de22864de2ed7ae5928c6b8bfd9df1c8a3fb'/>
<id>urn:sha1:4254de22864de2ed7ae5928c6b8bfd9df1c8a3fb</id>
<content type='text'>
EasyMini has no LEDs. Deal with it.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Set TeleMini v2.0 USB ID correctly</title>
<updated>2013-09-19T05:29:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-19T05:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8bd218854e968d2b9407489359be0c4a1aefd2c8'/>
<id>urn:sha1:8bd218854e968d2b9407489359be0c4a1aefd2c8</id>
<content type='text'>
Uses 0x0027

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telemetrum-v2.0: Use red LED during boot time</title>
<updated>2013-09-15T21:29:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-15T21:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=56b577e55c264c8e3152bb2b2cca02fa8836ac1e'/>
<id>urn:sha1:56b577e55c264c8e3152bb2b2cca02fa8836ac1e</id>
<content type='text'>
If the LED is stuck on, then the board has failed to initialize,
so use red instead of green as a warning indicator.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telemini-v2.0: Change initialization order</title>
<updated>2013-09-15T21:29:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-15T21:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1fa3ff9ba6d04303b3de6952675532492c85182f'/>
<id>urn:sha1:1fa3ff9ba6d04303b3de6952675532492c85182f</id>
<content type='text'>
Make sure busses are running before devices are initialized

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Stop copying cc1111 binaries to the altos/src dir</title>
<updated>2013-09-15T21:26:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-15T21:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857'/>
<id>urn:sha1:0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857</id>
<content type='text'>
Just clutters up that directory.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add nanopeak-v0.1</title>
<updated>2013-09-15T21:15:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-15T21:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b86c69d56261da54745076b1f5a9c8e8e44787c2'/>
<id>urn:sha1:b86c69d56261da54745076b1f5a9c8e8e44787c2</id>
<content type='text'>
The same as micropeak, just a few different pins

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