<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch hack-cc1200</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=hack-cc1200</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=hack-cc1200'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2016-01-10T22:31:22+00:00</updated>
<entry>
<title>Merge branch 'hack-cc1200' of ssh://git.gag.com/scm/git/fw/altos into hack-cc1200</title>
<updated>2016-01-10T22:31:22+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2016-01-10T22:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f5de571a70f95fd1272fbdc43f4ac36b58b00342'/>
<id>urn:sha1:f5de571a70f95fd1272fbdc43f4ac36b58b00342</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: Insert inter telemetry-packet delay</title>
<updated>2016-01-10T17:09:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-01-10T05:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4344bf3de532f54e0185421975c3c8dff1ac8bc2'/>
<id>urn:sha1:4344bf3de532f54e0185421975c3c8dff1ac8bc2</id>
<content type='text'>
The receivers take some time to reset the radio between packets, so
make sure we don't send back-to-back telemetry too quickly by delaying
after sending each telemetry packet.
</content>
</entry>
<entry>
<title>Add delay before sending packets on cc1200</title>
<updated>2016-01-10T05:33:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-01-10T05:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c970cf0dcaa2fc18d6b6cdc78f1a52c8c18b6210'/>
<id>urn:sha1:c970cf0dcaa2fc18d6b6cdc78f1a52c8c18b6210</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch TeleMega v2.0 to CC1200 radio chip</title>
<updated>2016-01-10T00:29:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-01-10T00:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fe8b7ab9dd1949c53af8f09f08679bdf0280c104'/>
<id>urn:sha1:fe8b7ab9dd1949c53af8f09f08679bdf0280c104</id>
<content type='text'>
That's what we're using, after all

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Set AO_PWM_TIMER_SCALE for telemega-v2.0</title>
<updated>2015-12-26T07:30:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-12-26T07:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0fd370af8bc8842000415c4d182d84b4bf6f90fa'/>
<id>urn:sha1:0fd370af8bc8842000415c4d182d84b4bf6f90fa</id>
<content type='text'>
This is needed to configure the PWM timer correctly

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Get stm32l pwm driver working</title>
<updated>2015-12-26T07:20:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-12-26T07:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=742f7c834bb5d651d2bebf2069d4e8facc33390d'/>
<id>urn:sha1:742f7c834bb5d651d2bebf2069d4e8facc33390d</id>
<content type='text'>
Fix the CCMR1_OC1PE and CCMR2_OC3PE values.
Disable clock when no PWM outputs are running.
Fix the apb1enr value for the timer.
Set ARR value to PWM_MAX - 1 -- ARR is off by one.
Sets the GPIO pins to 40MHz bandwidth for sharper edges.

Tested on EasyMega, but that code is not included as it breaks the
companion protocol.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add TeleMega v2.0, including PWM driver</title>
<updated>2015-12-26T04:48:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-12-24T08:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8aa0ab9fe9ca41f6d520d388973164bc0c599a06'/>
<id>urn:sha1:8aa0ab9fe9ca41f6d520d388973164bc0c599a06</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-dbg: Stop using sigvec</title>
<updated>2015-12-23T18:20:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-12-23T18:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a1b760d0a01e7087bcc214fcd395541fbf268fe8'/>
<id>urn:sha1:a1b760d0a01e7087bcc214fcd395541fbf268fe8</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>doc: Remove some bogus bits from am.css</title>
<updated>2015-11-14T08:01:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-11-14T08:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f28d59ddf3e1b763ce5757f572e79085963818e9'/>
<id>urn:sha1:f28d59ddf3e1b763ce5757f572e79085963818e9</id>
<content type='text'>
Just commented out stuff which had a nested comment and was thus invalid

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>doc: Construct html index for documentation</title>
<updated>2015-11-14T07:36:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-11-14T07:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=19f700f1c99d2f3dcd8775cc629037312d853ee1'/>
<id>urn:sha1:19f700f1c99d2f3dcd8775cc629037312d853ee1</id>
<content type='text'>
This gets uploaded to keith's machine as an easy way to see what's available.

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