<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch accel-cal-ui</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=accel-cal-ui</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=accel-cal-ui'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-08-12T03:45:25+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'origin/master'</title>
<updated>2017-08-12T03:45:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-12T03:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5fdce5b4a70ae59f8ac1ca10d9fadbbbd62412f3'/>
<id>urn:sha1:5fdce5b4a70ae59f8ac1ca10d9fadbbbd62412f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos/test: Fix AES key format in test code</title>
<updated>2017-07-23T23:47:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-07-23T23:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=52bbfa9cd46ca27a4de937e89d48246a4e94c8a6'/>
<id>urn:sha1:52bbfa9cd46ca27a4de937e89d48246a4e94c8a6</id>
<content type='text'>
Use temp variable instead of stepping on the AES name.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Fix printf format for int64 arithmetic test</title>
<updated>2017-07-23T23:46:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-07-23T23:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9eaf917707287af57c2dadfc82d6d415b0964329'/>
<id>urn:sha1:9eaf917707287af57c2dadfc82d6d415b0964329</id>
<content type='text'>
Use 'long long' and %lld for 64-bit values when printing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>add TeleBT v4.0 to the list of stuff we build</title>
<updated>2017-07-21T23:49:21+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2017-07-21T23:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2a3db28953f5cd981c519a917cdcd9f48dcb08e9'/>
<id>urn:sha1:2a3db28953f5cd981c519a917cdcd9f48dcb08e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ignore more build products in telebt-v4.0 tree</title>
<updated>2017-07-21T23:46:55+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2017-07-21T23:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=04560a7cd6a64e742954a2d0fbd7563e2c310402'/>
<id>urn:sha1:04560a7cd6a64e742954a2d0fbd7563e2c310402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos</title>
<updated>2017-07-21T23:44:03+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2017-07-21T23:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c8dbcaf69cd538a31ab6e2b568237ae7c8656a9a'/>
<id>urn:sha1:c8dbcaf69cd538a31ab6e2b568237ae7c8656a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up telefireone name references</title>
<updated>2017-07-21T23:43:38+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2017-07-21T23:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0cbfa444a9f9159cb509bb47ca5590fc1d709f64'/>
<id>urn:sha1:0cbfa444a9f9159cb509bb47ca5590fc1d709f64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos/test: Add EasyMini test mode</title>
<updated>2017-07-21T23:14:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-07-21T23:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=545bdc1f8046b08e237307d97d0044ddae9095b8'/>
<id>urn:sha1:545bdc1f8046b08e237307d97d0044ddae9095b8</id>
<content type='text'>
Use baro-only mode, parse easymini logs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telebt-v4.0: Use HW flow control to BT module</title>
<updated>2017-06-28T06:39:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-28T06:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b923e25a8a49dda40e62070dd2df6ff9130d4b38'/>
<id>urn:sha1:b923e25a8a49dda40e62070dd2df6ff9130d4b38</id>
<content type='text'>
Now that the stmf0 HW flow control works...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stmf0: Initialize UART RTS/CTS before turning it on</title>
<updated>2017-06-28T06:37:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-28T06:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e64438271e481ca9f9eeb0ce2b1f9eca071b7ad4'/>
<id>urn:sha1:e64438271e481ca9f9eeb0ce2b1f9eca071b7ad4</id>
<content type='text'>
If you try this after the UART is running, it won't work.

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