<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/lpc/Makefile-lpc.defs, branch master</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=master</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2019-02-18T21:08:23+00:00</updated>
<entry>
<title>altos: Move common build definitions to src/Makefile.defs</title>
<updated>2019-02-18T21:08:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-02-18T20:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d'/>
<id>urn:sha1:7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d</id>
<content type='text'>
This cleans up the build process for all architectures, providing a
common place to specify vpath, cflags and build rules for various
common files.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add -Wshadow to CFLAGS</title>
<updated>2019-02-18T21:08:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-02-18T18:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a12dc56db6d5245ee8ac594337576dd85791a984'/>
<id>urn:sha1:a12dc56db6d5245ee8ac594337576dd85791a984</id>
<content type='text'>
And fix up the related messages.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add a pile more compiler warnings</title>
<updated>2019-02-18T21:08:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-02-05T06:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ebb8ab6a2f5f1245098ad68d0cd007d3f115a24d'/>
<id>urn:sha1:ebb8ab6a2f5f1245098ad68d0cd007d3f115a24d</id>
<content type='text'>
Adds:
	-Wpointer-arith
	-Wstrict-prototypes
	-Wmissing-prototypes
	-Wmissing-declarations
	-Wnested-externs

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch to newlib-nano for libc on arm</title>
<updated>2018-10-13T15:21:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T04:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7c04888cf9809e0c73f0813c74e8dd972facde3a'/>
<id>urn:sha1:7c04888cf9809e0c73f0813c74e8dd972facde3a</id>
<content type='text'>
Stop using pdclib

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Really fix aes entry in lpc vpath</title>
<updated>2017-04-22T04:32:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-22T04:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5849ee6c09669e6d2e6940a76bcb5cc23178fc68'/>
<id>urn:sha1:5849ee6c09669e6d2e6940a76bcb5cc23178fc68</id>
<content type='text'>
I added another entry instead of fixing the existing one. Not ideal.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Fix up Makefile definitions</title>
<updated>2017-04-21T16:18:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-21T16:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=51ce352d179835ca08e4cf9326e9e77d6b972fb7'/>
<id>urn:sha1:51ce352d179835ca08e4cf9326e9e77d6b972fb7</id>
<content type='text'>
vpath reference to aes was busted.
WARN_CFLAGS needs -Wcast-align.
Wrap AO_CFLAGS.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Rename 'core' to 'kernel'</title>
<updated>2014-04-05T07:22:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=24167015705ae831692b95735968b04a876f935e'/>
<id>urn:sha1:24167015705ae831692b95735968b04a876f935e</id>
<content type='text'>
core remains a bad name to use -- dirvish skips files (and
directories, it seems) with that name.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch APRS to compressed position format</title>
<updated>2014-01-15T07:21:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-15T07:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9d812b3db418fd9816731b761a0853eb38f5a265'/>
<id>urn:sha1:9d812b3db418fd9816731b761a0853eb38f5a265</id>
<content type='text'>
This provides lat/lon/alt in fewer bytes while improving precision.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Turn on -Werror for STM and LPC builds</title>
<updated>2013-12-21T07:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T07:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9289200ccb661b10ff892760ecbc752c7745de6b'/>
<id>urn:sha1:9289200ccb661b10ff892760ecbc752c7745de6b</id>
<content type='text'>
Now that the build completes with no warnings, make future warnings
into errors.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Turn on warnings for LPC products too</title>
<updated>2013-12-21T07:02:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T07:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=16b37b49985daf21ebb93b3d6ae64af67533be22'/>
<id>urn:sha1:16b37b49985daf21ebb93b3d6ae64af67533be22</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
