<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/stm/Makefile.defs, branch telemetrum-v2.0</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-05-21T18:08:15+00:00</updated>
<entry>
<title>altos: Set the path for the STM32L compiler explicitly</title>
<updated>2013-05-21T18:08:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-21T18:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1bffe8caf0294e9cfef2dab1c6b5a8d1d87ac3a2'/>
<id>urn:sha1:1bffe8caf0294e9cfef2dab1c6b5a8d1d87ac3a2</id>
<content type='text'>
This makes sure we use the known toolchain for STM32L builds

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stm: Add .elf to .ihx rule</title>
<updated>2013-05-08T03:16:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-24T22:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ab1cbc0f51ddf897a3a7a768862d9dfe26a6c14d'/>
<id>urn:sha1:ab1cbc0f51ddf897a3a7a768862d9dfe26a6c14d</id>
<content type='text'>
Uses objcopy -O ihex to extract the initialized bits from an elf file

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Move cortex toolchain to /opt/cortex</title>
<updated>2013-04-22T16:06:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-22T16:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8c05f608c8f103649c1e5ec0d5742621e233af78'/>
<id>urn:sha1:8c05f608c8f103649c1e5ec0d5742621e233af78</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add software AES implementation</title>
<updated>2012-07-30T02:42:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-30T02:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e4d244eefa4c779cd9c8a91389bf998c54705b72'/>
<id>urn:sha1:e4d244eefa4c779cd9c8a91389bf998c54705b72</id>
<content type='text'>
This is untested

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>use explicit path not $(HOME) to find ARM toolchain for now</title>
<updated>2012-03-31T22:43:39+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2012-03-31T22:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4ca52908c8b3f98a79588981f6878025250f0924'/>
<id>urn:sha1:4ca52908c8b3f98a79588981f6878025250f0924</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>Clean up STM build by moving common defs to Makefile.defs</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:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=87ca5c9c5f9cea1b9e14468e4694ce6acc21955a'/>
<id>urn:sha1:87ca5c9c5f9cea1b9e14468e4694ce6acc21955a</id>
<content type='text'>
Shortens default Makefile a bit

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