<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/telemini-v3.0, branch android-build-update</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=android-build-update</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=android-build-update'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2019-09-23T19:44:33+00:00</updated>
<entry>
<title>altos: Switch all main() to return 'int'</title>
<updated>2019-09-23T19:44:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-09-23T19:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77e6bad5e66023e487430ef31244edaeaef7c606'/>
<id>urn:sha1:77e6bad5e66023e487430ef31244edaeaef7c606</id>
<content type='text'>
Makes gcc happy

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<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/stm: Make beeper driver support all possible tim234 configs</title>
<updated>2018-10-19T15:38:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-13T20:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dbc52686c6d9808275c35e0c9c987cbbd9f7859d'/>
<id>urn:sha1:dbc52686c6d9808275c35e0c9c987cbbd9f7859d</id>
<content type='text'>
And update all users to be explicit about the desired config.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Eliminate 'pin' field from GPIO functions</title>
<updated>2018-10-13T15:23:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-09-11T17:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cdaa0d7b272505c49017f409b7c0b8e3240608f0'/>
<id>urn:sha1:cdaa0d7b272505c49017f409b7c0b8e3240608f0</id>
<content type='text'>
This was used with the 8051 bit-addressing mode to provide
single-instruction access to GPIO pins.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<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/telemini-v3.0: Use dbg connector pin 5 for force bootloader</title>
<updated>2017-05-05T05:10:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-05T05:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=08da6f2100c0241c70554427e53b7e237dfda16c'/>
<id>urn:sha1:08da6f2100c0241c70554427e53b7e237dfda16c</id>
<content type='text'>
This works way better than attempting to use the beeper pin.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telemini-v3.0: Add 'recovery mode' on PA14 (pin 6 on dbg header)</title>
<updated>2017-05-05T05:10:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-05T05:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=178d7c0aa32267ea71be2ccff146ea6ff990d7dc'/>
<id>urn:sha1:178d7c0aa32267ea71be2ccff146ea6ff990d7dc</id>
<content type='text'>
Connect this pin to GND (pin 3) and TeleMini will come up with N0CALL
at 434.550MHz using the original frequency calibration. Helps recover
from accidental mis-configuration.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telemini-v3.0: make git ignore build products</title>
<updated>2017-04-26T05:06:34+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2017-04-26T05:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2b014fe9fa64e7aead586bc682251346d000c8cc'/>
<id>urn:sha1:2b014fe9fa64e7aead586bc682251346d000c8cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos/telemini-v3.0: Fix license</title>
<updated>2017-04-25T05:01:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-25T04:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=43cf1991f042e50fb6ec0b037f6d212436e3d31b'/>
<id>urn:sha1:43cf1991f042e50fb6ec0b037f6d212436e3d31b</id>
<content type='text'>
Was GPL2, switch to GPL2+

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telemini-v3.0: Remove vestiges of the pre-USB code</title>
<updated>2017-04-22T00:04:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-22T00:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77c76e429074a53c1c5230a7b5e665d1715b296f'/>
<id>urn:sha1:77c76e429074a53c1c5230a7b5e665d1715b296f</id>
<content type='text'>
Pre-USB telemini v3 designs had a separate firmware load for radio
calibration. Now that we've got enough USB to perform flash/cal/test,
we don't need that other firmware load, so we can remove the remaining
Makefile remnants of the calibration load.

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