<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/wirish/include, 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>2012-09-03T22:29:45Z</updated>
<entry>
<title>Merge branch 'callback_interrupt_handlers'</title>
<updated>2012-09-03T22:29:45Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-09-03T22:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=5a5aee7906b5c11a38d2a71fc2e8849f2afae4bc'/>
<id>urn:sha1:5a5aee7906b5c11a38d2a71fc2e8849f2afae4bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace fixups to EXTI files.</title>
<updated>2012-09-03T22:27:18Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-09-03T22:27:18Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=877a91bc649e7ef616d6366a8b39affeb650f63d'/>
<id>urn:sha1:877a91bc649e7ef616d6366a8b39affeb650f63d</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>"Callback versions of functions now take voidArgumentFuncPtr. We can probably use voidFuncPtr instead, but this way people can see that the function expects something different. Existing functions haven't changed in signature.</title>
<updated>2012-09-02T15:04:01Z</updated>
<author>
<name>Aditya Gaddam</name>
<email>adityagaddam@gmail.com</email>
</author>
<published>2012-09-02T15:04:01Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=53b224544424f037c29617f066294058aa6572f5'/>
<id>urn:sha1:53b224544424f037c29617f066294058aa6572f5</id>
<content type='text'>
Signed-off-by: Aditya Gaddam &lt;adityagaddam@gmail.com&gt;"
</content>
</entry>
<entry>
<title>Include &lt;stdint.h&gt; from wirish.h.</title>
<updated>2012-08-31T20:12:28Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-31T20:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=359117bc2009a9302884f61b0b359bb1723ee0bd'/>
<id>urn:sha1:359117bc2009a9302884f61b0b359bb1723ee0bd</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>"Added ability to set callbacks for interrupts that get an argument. This argument can be the instance that needs to handle the interrupt, or just a random argument you might find useful later. Suggestions from mbolivar and iperry from pull53 on libmaple were taken into account.</title>
<updated>2012-08-31T18:19:57Z</updated>
<author>
<name>Aditya Gaddam</name>
<email>adityagaddam@gmail.com</email>
</author>
<published>2012-08-31T18:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=6b2700e2b1a03b7e0191f3dd9b34f8c51eea3c84'/>
<id>urn:sha1:6b2700e2b1a03b7e0191f3dd9b34f8c51eea3c84</id>
<content type='text'>
Signed-off-by: Aditya Gaddam &lt;adityagaddam@gmail.com&gt;"
</content>
</entry>
<entry>
<title>HardwareSPI: move warning into .cpp from header.</title>
<updated>2012-08-27T20:50:57Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-27T20:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=ee22c3dc6d945262303d43e733eaac91bfcf0d9d'/>
<id>urn:sha1:ee22c3dc6d945262303d43e733eaac91bfcf0d9d</id>
<content type='text'>
This causes the warning to be emitted at most once. As is, it can be
emitted each time HardwareSPI.h is included, which is annoying.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Make PRIMASK set/clear functions __always_inline.</title>
<updated>2012-08-14T15:35:01Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-14T15:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=4b537d6762a27f7b6441c9bf2af511519f1e1456'/>
<id>urn:sha1:4b537d6762a27f7b6441c9bf2af511519f1e1456</id>
<content type='text'>
This is just to ensure that -Os doesn't prevent these from getting
inlined.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>wirish/ext_interrupts.h: Doxygen</title>
<updated>2012-08-14T15:32:47Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-14T15:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=276baf8d43a9a4fd4a7296707715b028cf64f564'/>
<id>urn:sha1:276baf8d43a9a4fd4a7296707715b028cf64f564</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Clean up micros().</title>
<updated>2012-06-27T18:04:10Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-27T18:04:10Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=0e7a40c7b790f13daec1b8a73f20d1dda57134f9'/>
<id>urn:sha1:0e7a40c7b790f13daec1b8a73f20d1dda57134f9</id>
<content type='text'>
Don't leave US_PER_MS user-visible. Remove an unnecessary variable.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>STM32F1: Bring back HardwareSPI.</title>
<updated>2012-06-26T22:13:12Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-26T22:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=c6073e4886da4606679bc3e9d770c9cff9390597'/>
<id>urn:sha1:c6073e4886da4606679bc3e9d770c9cff9390597</id>
<content type='text'>
We're going to merge into master without F2 support for this.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
</feed>
