<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch 1.2.9.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.2.9.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.2.9.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-10-09T19:38:06+00:00</updated>
<entry>
<title>altos: Messed up the ifeq syntax a bit so ARM bits weren't getting built</title>
<updated>2013-10-09T19:38:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-09T19:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c584b5fc1128c7bfd7fb921ddc3a8ec498803b53'/>
<id>urn:sha1:c584b5fc1128c7bfd7fb921ddc3a8ec498803b53</id>
<content type='text'>
$(x) is not the same as ($x)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: avr-gcc appears to find the loader scripts without help now</title>
<updated>2013-10-08T16:50:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-08T16:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0e5d1f3ce39495e3702ecd22cb45972e13a5c986'/>
<id>urn:sha1:0e5d1f3ce39495e3702ecd22cb45972e13a5c986</id>
<content type='text'>
At some point, avr-gcc lost its ability to find the loader scripts
necessary to link programs. That appears to be fixed now, at least on
my machine.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Broken test for M0 compiler in src/Makefile</title>
<updated>2013-10-08T16:39:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-08T16:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f7cccbb7a624a2a47b21682f416a135a28319b41'/>
<id>urn:sha1:f7cccbb7a624a2a47b21682f416a135a28319b41</id>
<content type='text'>
Was causing it to try to compiler M0 progs only when *no* compiler was found.

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