<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/libmaple/wirish, branch master</title>
<subtitle>Working copy of Leaflabs libmaple</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/libmaple/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/libmaple/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/'/>
<updated>2013-08-29T07:27:10+00:00</updated>
<entry>
<title>Merge branch 'master' into MIDIUSB</title>
<updated>2013-08-29T07:27:10+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-08-29T07:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=d5139323aa5322202261f898113c24b913538c06'/>
<id>urn:sha1:d5139323aa5322202261f898113c24b913538c06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'HEAD' of git://github.com/leaflabs/libmaple.git</title>
<updated>2013-07-16T17:25:54+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-07-16T17:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=7f5ec727cf195778ec95f29799181be96b0b92a3'/>
<id>urn:sha1:7f5ec727cf195778ec95f29799181be96b0b92a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wirish/syscalls.c: Replace obsolete caddr_t with void *</title>
<updated>2013-06-04T12:17:38+00:00</updated>
<author>
<name>Daniel Nyström</name>
<email>daniel@nystrom.st</email>
</author>
<published>2013-05-27T13:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=ce07837e3231fb59f20219467b043a0d13652206'/>
<id>urn:sha1:ce07837e3231fb59f20219467b043a0d13652206</id>
<content type='text'>
caddr_t is obsolete in POSIX and thus unavailable in most modern
toolchains. caddr_t usage should be replaced by void *.

stddef.h includes the size_t typedef which was missing.

Signed-off-by: Daniel Nyström &lt;daniel@nystrom.st&gt;
</content>
</entry>
<entry>
<title>Use 32 bit midiusb messages</title>
<updated>2013-05-10T15:06:53+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-05-10T15:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=a96a2bd87b546e8a109a3c2e680e7615d11316ab'/>
<id>urn:sha1:a96a2bd87b546e8a109a3c2e680e7615d11316ab</id>
<content type='text'>
Integrated Donald Delmar Davis work to use 32bit midimessages for MIDI
USB, more cleanup is stiill needed
</content>
</entry>
<entry>
<title>Make BOARD_HAVE_USB define contitional</title>
<updated>2013-05-04T19:45:42+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-05-04T19:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=6b2eff72c8038bca04e4a0591c05b4a3ac6afa33'/>
<id>urn:sha1:6b2eff72c8038bca04e4a0591c05b4a3ac6afa33</id>
<content type='text'>
wirish/boards.h
Make BOARD_HAVE_USB define contitional so it can be overridden for
boards with different USB setup (like stm32f4 usb)

Signed-off-by: Magnus Lundin &lt;lundin@mlu.mine.nu&gt;
</content>
</entry>
<entry>
<title>Whitespace cosmetics</title>
<updated>2013-05-04T07:55:11+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-05-04T07:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=8824ff837d78ad33f1b352339b4fd066f5aba471'/>
<id>urn:sha1:8824ff837d78ad33f1b352339b4fd066f5aba471</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into usbbuildwork</title>
<updated>2013-05-04T07:43:02+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-05-04T07:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=8bae825ea05b1dd4b9c89c2415e6172e59028512'/>
<id>urn:sha1:8bae825ea05b1dd4b9c89c2415e6172e59028512</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use linker symbol __text_start__ to setup base of nvic vector table.</title>
<updated>2013-05-04T07:42:25+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-05-04T07:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=f11dc6be4f55ff8450416c3ce5a1018398376b8a'/>
<id>urn:sha1:f11dc6be4f55ff8450416c3ce5a1018398376b8a</id>
<content type='text'>
Signed-off-by: Magnus Lundin &lt;lundin@mlu.mine.nu&gt;
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Use linker symbol __text_start__ to setup  base of nvic vector table.</title>
<updated>2013-05-03T23:10:21+00:00</updated>
<author>
<name>Magnus Lundin</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-05-03T23:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=f55297e7a3f004d958a49dde302cd51f6893fc48'/>
<id>urn:sha1:f55297e7a3f004d958a49dde302cd51f6893fc48</id>
<content type='text'>
Signed-off-by: Magnus Lundin &lt;lundin@mlu.mine.nu&gt;
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Define BOARD_HAVE_MIDIUSB if BOARD_HAVE_USB</title>
<updated>2013-05-03T20:17:29+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-05-03T20:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=13487123a768e6e695dc49ba9a007143175eb376'/>
<id>urn:sha1:13487123a768e6e695dc49ba9a007143175eb376</id>
<content type='text'>
and USB_TYPE == USB_MIDI


Signed-off-by: Magnus Lundin &lt;lundin@mlu.mine.nu&gt;
</content>
</entry>
</feed>
