<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feurig/libmaplemidi-cma/main.cpp.example, branch v0.0.6</title>
<subtitle>C and C++ library for STM32 ARM Cortex-M3 development boards.</subtitle>
<id>https://git.suspectdevices.com/feurig/libmaplemidi-cma/atom?h=v0.0.6</id>
<link rel='self' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/atom?h=v0.0.6'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/'/>
<updated>2010-06-26T01:42:48+00:00</updated>
<entry>
<title>Call init before static constructors</title>
<updated>2010-06-26T01:42:48+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-06-26T01:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=6f82321248c2482784ce5a5e0715b62909d1ab76'/>
<id>urn:sha1:6f82321248c2482784ce5a5e0715b62909d1ab76</id>
<content type='text'>
Commit 70a18f96b6d55d23ce58ab40ffb61f172c8f6c73 forces init() to be
called before any statically allocated object constructors for the IDE.

This adds the change to the examples for users not using the IDE.
</content>
</entry>
<entry>
<title>example updates...</title>
<updated>2010-06-05T00:01:34+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2010-06-05T00:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=767bf60238435be10b7197dc4300b9e678f18c72'/>
<id>urn:sha1:767bf60238435be10b7197dc4300b9e678f18c72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preliminary wirish USBSerial implementation.</title>
<updated>2010-06-04T04:43:21+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-06-04T04:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=88d4b095e4590ab9bbafcf76e134d168f66c41b1'/>
<id>urn:sha1:88d4b095e4590ab9bbafcf76e134d168f66c41b1</id>
<content type='text'>
-updated examples
-removed HardwareUSB
-cleaned up a handful of includes
</content>
</entry>
<entry>
<title>removed another depricated reference to old usb shit</title>
<updated>2010-05-21T03:47:29+00:00</updated>
<author>
<name>AJM</name>
<email>poslathian@poslathian.(none)</email>
</author>
<published>2010-05-21T03:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=7ee6a800d97e2dfeb5cbc4041df431941648b512'/>
<id>urn:sha1:7ee6a800d97e2dfeb5cbc4041df431941648b512</id>
<content type='text'>
removed HardwareUsb usb in example main, as that class hasnt been defined yet
also modded the makefile to actually compile main.cpp
</content>
</entry>
<entry>
<title>Adjusted the makefile and example main</title>
<updated>2010-05-21T03:42:00+00:00</updated>
<author>
<name>AJM</name>
<email>poslathian@poslathian.(none)</email>
</author>
<published>2010-05-21T03:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=ceffba70ebdeb53bea139d343f2d6cb88888515c'/>
<id>urn:sha1:ceffba70ebdeb53bea139d343f2d6cb88888515c</id>
<content type='text'>
for some odd reason the main file in the makefile was set to main.c not main.cpp  corrected this as there is no main.c anywhere in this repo. Also removed references to HardwareUsb.h, since those files dont exist yet (the originals were depricated and removed)
</content>
</entry>
<entry>
<title>Fixed examples, added spi example, moved pure virtual function handler</title>
<updated>2010-04-29T05:14:03+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-04-29T05:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=b5ddce7dc81a0ae313cce635bce02028db32d5de'/>
<id>urn:sha1:b5ddce7dc81a0ae313cce635bce02028db32d5de</id>
<content type='text'>
out of main to cxxabi-compat.cpp.
</content>
</entry>
<entry>
<title>removed annoying warnings from core/wiring.c and fixed two compile errors on with the example main.cpp</title>
<updated>2010-04-20T20:57:44+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2010-04-20T20:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=b21f5b6f55566a6258092b9c8e658f898188ab12'/>
<id>urn:sha1:b21f5b6f55566a6258092b9c8e658f898188ab12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added libmaple gpio_read_bit</title>
<updated>2010-04-20T03:31:32+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-04-20T02:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=a7b3786810ee93c81b65a431c04fd2f5d75354d2'/>
<id>urn:sha1:a7b3786810ee93c81b65a431c04fd2f5d75354d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed USB device instantiation in example while the new CDC device</title>
<updated>2010-04-20T03:31:22+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-04-20T02:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=9e6010339c47f62446c38a1f7deded8bc2647703'/>
<id>urn:sha1:9e6010339c47f62446c38a1f7deded8bc2647703</id>
<content type='text'>
gets written, cleaned it up a bit
</content>
</entry>
<entry>
<title>Licensing: Relicensed libmaple under the MIT License.</title>
<updated>2010-04-01T02:43:27+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-04-01T02:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=87c85a6449385b1256e0c64bbf5369c4faf9746d'/>
<id>urn:sha1:87c85a6449385b1256e0c64bbf5369c4faf9746d</id>
<content type='text'>
Relicensed the bulk of libmaple under the more permissive MIT License,
from GPLv3. Files that were largely or entirely derived from
the Arduino, STM, or Lanchon retain their original licenses.
</content>
</entry>
</feed>
