<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/test, branch 1.9</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.9</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.9'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-10-13T15:22:50+00:00</updated>
<entry>
<title>altos: Use stdbool true/false instead of TRUE/FALSE</title>
<updated>2018-10-13T15:22:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-16T02:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=684741765117611b7d666efbdfafd87c6199752c'/>
<id>urn:sha1:684741765117611b7d666efbdfafd87c6199752c</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove 8051 address space specifiers</title>
<updated>2018-10-13T15:22:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-16T00:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c6e57291d91f1f6c4de5c54a5cfd3eef66d9f830'/>
<id>urn:sha1:c6e57291d91f1f6c4de5c54a5cfd3eef66d9f830</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove *_TO_DATA macros</title>
<updated>2018-10-13T15:22:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-16T00:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6023ff81f1bbd240169b9548209133d3b02d475f'/>
<id>urn:sha1:6023ff81f1bbd240169b9548209133d3b02d475f</id>
<content type='text'>
Now that we don't support 8051, we don't need these

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/plottest: Make linewidth bigger</title>
<updated>2018-08-05T01:04:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T01:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9dfbf0103a649816e98d5511b1d6bbbfc93f6632'/>
<id>urn:sha1:9dfbf0103a649816e98d5511b1d6bbbfc93f6632</id>
<content type='text'>
1-pixel lines are harsh in 2018

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Compute and show height error tracker in ao_flight_test</title>
<updated>2018-07-02T21:25:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-07-02T21:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e56e1dc20b3bf18073766da4e26e97d9e1d419fc'/>
<id>urn:sha1:e56e1dc20b3bf18073766da4e26e97d9e1d419fc</id>
<content type='text'>
Enable the computation of ao_error_h_sq_avg in ao_flight_test even
when an accelerometer is present to allow review of that data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Replace state name with 10* state value in test log. Fix raw speed</title>
<updated>2018-05-07T16:21:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-05-07T15:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7b11a34bb031035883bac97952e5ca6db0684e33'/>
<id>urn:sha1:7b11a34bb031035883bac97952e5ca6db0684e33</id>
<content type='text'>
Using a state value means we can plot state changes along with the
rest of the graph. Raw speed (simple integrated acceleration) was
busted; mostly needing to skip the first accel sample.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: Move scheme test program to scheme sub-directory</title>
<updated>2017-12-05T18:40:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-05T18:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bd7a19a86f6d4fe19c7e72904e9b8ac0f2081ff7'/>
<id>urn:sha1:bd7a19a86f6d4fe19c7e72904e9b8ac0f2081ff7</id>
<content type='text'>
Keeps it away from the usual test setup

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: Rename to 'scheme', clean up build</title>
<updated>2017-12-05T18:30:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-05T18:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=195cbeec19a6a44f309a9040d727d37fe4e2ec97'/>
<id>urn:sha1:195cbeec19a6a44f309a9040d727d37fe4e2ec97</id>
<content type='text'>
Constant block is now built in a subdir to avoid messing up source
directory.

Renamed to ao_scheme to reflect language target.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: split set/def. Add def support to lambdas</title>
<updated>2017-12-01T21:40:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-01T21:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c31744299e5a4342bbe26d3735ee2d8f09192ae9'/>
<id>urn:sha1:c31744299e5a4342bbe26d3735ee2d8f09192ae9</id>
<content type='text'>
In scheme, set can only re-define existing variables while def cannot
redefine existing variables in lambda context. Def within lambda
creates a new variable at the nearest enclosing scope.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Update to build altos lisp test app</title>
<updated>2017-11-20T05:07:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-11-20T05:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5f9f97cc2d43936d1941da3a9a130c279bc70b99'/>
<id>urn:sha1:5f9f97cc2d43936d1941da3a9a130c279bc70b99</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
