<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/libmaple, branch legacy</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=legacy</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=legacy'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2015-06-14T05:01:59Z</updated>
<entry>
<title>fix timer capture TI1/TI2 bug</title>
<updated>2015-06-14T05:01:59Z</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-06-14T05:01:54Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=8e69d8490f8ac9b3d357d4ca4d99156735d033e2'/>
<id>urn:sha1:8e69d8490f8ac9b3d357d4ca4d99156735d033e2</id>
<content type='text'>
Somewhat confusingly, the TI1/TI2 fields for capture/compare channels 2
and 4 are both flipped compared to channels 1 and 3 and do not
correspond to the binary numbers.

Section 15.4.7 of RM0008 (STM32F1 series) and Section 12.4.7 of RM0368
(STM32F4 series) read:

    CC1S: Capture/Compare 1 selection
      01: CC1 channel is configured as input, IC1 is mapped on TI1
      10: CC1 channel is configured as input, IC1 is mapped on TI2

    CC2S: Capture/Compare 2 selection
      01: CC2 channel is configured as input, IC2 is mapped on TI2
      10: CC2 channel is configured as input, IC2 is mapped on TI1

This commit closes github issue #12 reported by GatorCh.
</content>
</entry>
<entry>
<title>squelch doxygen complaints about stm32f1 SPI header type signature</title>
<updated>2015-06-14T04:23:05Z</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-06-14T01:34:41Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=0d48953c66291ba7b4aedd2d2edff9ce69c3a91d'/>
<id>urn:sha1:0d48953c66291ba7b4aedd2d2edff9ce69c3a91d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libmaple_types.h: add ifndef guards for some macros</title>
<updated>2015-05-28T03:51:39Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2014-10-17T08:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=205c1c69d1691cdaecd1068515302e618fb1b9f9'/>
<id>urn:sha1:205c1c69d1691cdaecd1068515302e618fb1b9f9</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Revert "always clear ISR DMA bit before even calling handler"</title>
<updated>2015-05-28T03:51:19Z</updated>
<author>
<name>Jonatan Olofsson</name>
<email>jonatan.olofsson@gmail.com</email>
</author>
<published>2014-10-29T02:58:07Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=a943ad854f1f4fe13eba3d07b9ced899735cadf4'/>
<id>urn:sha1:a943ad854f1f4fe13eba3d07b9ced899735cadf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm32f1: gpio.h: silence yet more __always_inline warnings</title>
<updated>2015-05-28T03:50:57Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2014-11-20T03:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3bd3c1e7e625318af8beff7ef58e1d8511cf497f'/>
<id>urn:sha1:3bd3c1e7e625318af8beff7ef58e1d8511cf497f</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Fix hang on usart read overrun.</title>
<updated>2015-05-28T03:49:27Z</updated>
<author>
<name>Joseph Birr-Pixton</name>
<email>jpixton@gmail.com</email>
</author>
<published>2015-03-10T19:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=97aa002c9d268c30a13b308e7138ad2c41fde7c6'/>
<id>urn:sha1:97aa002c9d268c30a13b308e7138ad2c41fde7c6</id>
<content type='text'>
This is improved on the previous patch: if we get an ORE without
RXNE when we don't write a junk byte to our buffer.  It also avoids
the strange-looking blind read.

See issue #107 for more info.

Signed-off-by: Joseph Birr-Pixton &lt;jpixton@gmail.com&gt;
</content>
</entry>
<entry>
<title>Removing redundant defines (see #85)</title>
<updated>2014-02-21T22:38:28Z</updated>
<author>
<name>Gregwar</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-02-21T22:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=43c2295119205bc40a0d21f2994ade9f84c5397c'/>
<id>urn:sha1:43c2295119205bc40a0d21f2994ade9f84c5397c</id>
<content type='text'>
Signed-off-by: Grégoire Passault &lt;g.passault@gmail.com&gt;
</content>
</entry>
<entry>
<title>Adding support for cm900 and opencm904 boards (robotis)</title>
<updated>2014-02-20T21:39:04Z</updated>
<author>
<name>Gregwar</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-02-20T21:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=dee88e422839ee0b2c5c17841feabc41fcc6b8ed'/>
<id>urn:sha1:dee88e422839ee0b2c5c17841feabc41fcc6b8ed</id>
<content type='text'>
Signed-off-by: Grégoire Passault &lt;g.passault@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #83 from wesen/bug/clear-dma-irq-flag-first</title>
<updated>2014-02-06T13:32:09Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2014-02-06T13:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=113d0de7eb0fea6939d8ac13f3cfc8cdfdd5d447'/>
<id>urn:sha1:113d0de7eb0fea6939d8ac13f3cfc8cdfdd5d447</id>
<content type='text'>
always clear ISR DMA bit before even calling handler</content>
</entry>
<entry>
<title>always clear ISR DMA bit before even calling handler</title>
<updated>2014-02-06T11:55:32Z</updated>
<author>
<name>Manuel Odendahl</name>
<email>wesen@ruinwesen.com</email>
</author>
<published>2014-02-06T11:53:08Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=69a8183a5e3b2ffb3b19d3d8d9c7b0c81c83e808'/>
<id>urn:sha1:69a8183a5e3b2ffb3b19d3d8d9c7b0c81c83e808</id>
<content type='text'>
</content>
</entry>
</feed>
