<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch stm-flash</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=stm-flash</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=stm-flash'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-05-06T23:08:52+00:00</updated>
<entry>
<title>altos: Set APRS deviation to 3kHz</title>
<updated>2013-05-06T23:08:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-06T23:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9538dfa2f80c5a8d4c2ad9bd36cd4db0035bbfcf'/>
<id>urn:sha1:9538dfa2f80c5a8d4c2ad9bd36cd4db0035bbfcf</id>
<content type='text'>
I finally found a bunch of references to APRS on the net and they all
appear to assume a 3kHz deviation. Let's see if this works better with
Yaesu radios.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Revert "altos: Make APRS deviation configurable"</title>
<updated>2013-05-06T23:04:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-06T23:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=59527c2e60c062aa1c85ebb4d542350ce3772df1'/>
<id>urn:sha1:59527c2e60c062aa1c85ebb4d542350ce3772df1</id>
<content type='text'>
This reverts commit a18d68da1b0b23a6089166fcd14a5bb5368f10f1.

We're just going to use 3kHz for APRS
</content>
</entry>
<entry>
<title>altos/test: Fix warning in ao_aprs_test</title>
<updated>2013-05-03T08:07:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-03T08:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=58873176bcb0eec04e41e3360abadbc5d07fee61'/>
<id>urn:sha1:58873176bcb0eec04e41e3360abadbc5d07fee61</id>
<content type='text'>
Was not forward-declaring ao_radio_send_aprs, causing a warning

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make APRS deviation configurable</title>
<updated>2013-05-03T07:52:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-03T07:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a18d68da1b0b23a6089166fcd14a5bb5368f10f1'/>
<id>urn:sha1:a18d68da1b0b23a6089166fcd14a5bb5368f10f1</id>
<content type='text'>
Maybe this will help the Yaesu VX-8GR receive our packets

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into stm-flash</title>
<updated>2013-05-03T06:17:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-03T06:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d6900a5d1fc24f007fc479eb528b199dd195e1eb'/>
<id>urn:sha1:d6900a5d1fc24f007fc479eb528b199dd195e1eb</id>
<content type='text'>
Conflicts:
	altosdroid/Notebook
</content>
</entry>
<entry>
<title>Allow build without SDCC</title>
<updated>2013-05-03T06:16:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-03T06:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1629acba4a63baae2c687ed56a17d02faf45f5e5'/>
<id>urn:sha1:1629acba4a63baae2c687ed56a17d02faf45f5e5</id>
<content type='text'>
The AltOS directory handles not building the cc1111 apps when sdcc is
missing already, so don't require it, just whinge if it's missing

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: No need to set GPS tick in satellite packet</title>
<updated>2013-05-01T16:40:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-01T16:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=39dcd19ded04175a074c9541c5e1752bac3eda8c'/>
<id>urn:sha1:39dcd19ded04175a074c9541c5e1752bac3eda8c</id>
<content type='text'>
It's already been set in the location packet, and doing it twice bumps
TeleMetrum over the code space limit (yay!)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Use SYSTICK on STM32L</title>
<updated>2013-05-01T15:58:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-01T15:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1b773ba85f665cf4862683b1b66990655284a44a'/>
<id>urn:sha1:1b773ba85f665cf4862683b1b66990655284a44a</id>
<content type='text'>
It's probably more power efficient than using one of the timers, and
it's certainly easier to configure.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Mark GPS telemetry packets with GPS time stamp</title>
<updated>2013-05-01T15:56:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-01T15:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fd16f97634cf74fcec001ce2e38ff262730f15a9'/>
<id>urn:sha1:fd16f97634cf74fcec001ce2e38ff262730f15a9</id>
<content type='text'>
This provides a reasonable accurate indication of the system time when
the GPS location data was received, and also makes sure GPS packets
get some timestamp when no other telemetry is being transmitted.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Update GPS state even if new state is unlocked</title>
<updated>2013-05-01T03:25:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-01T03:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1b2b75631880e54ed9979cb3106fdfdeba4f6e44'/>
<id>urn:sha1:1b2b75631880e54ed9979cb3106fdfdeba4f6e44</id>
<content type='text'>
Otherwise, we can't see fine GPS details while GPS is unlocked, and
that's annoying

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