<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feurig/libmaplemidi-cma/Makefile, branch 0.0.10</title>
<subtitle>C and C++ library for STM32 ARM Cortex-M3 development boards.</subtitle>
<id>https://git.suspectdevices.com/feurig/libmaplemidi-cma/atom?h=0.0.10</id>
<link rel='self' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/atom?h=0.0.10'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/'/>
<updated>2011-04-05T17:59:33+00:00</updated>
<entry>
<title>NVIC and SCB refactor</title>
<updated>2011-04-05T17:59:33+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-04-01T06:33:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=6661d006e60dd8a1c19b5a0fdeb64b5383f948a1'/>
<id>urn:sha1:6661d006e60dd8a1c19b5a0fdeb64b5383f948a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redid Servo in terms of new timer.h.</title>
<updated>2011-04-01T22:21:38+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-04-01T05:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=1025f146d531eab3653c3985e79af7ba0a541e0c'/>
<id>urn:sha1:1025f146d531eab3653c3985e79af7ba0a541e0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial timer refactor.</title>
<updated>2011-03-24T11:25:14+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-03-22T20:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=296b1188bfb8cf28466b95f1dd0fde309b1f9399'/>
<id>urn:sha1:296b1188bfb8cf28466b95f1dd0fde309b1f9399</id>
<content type='text'>
Basic PWM works.  Had some problems in testing that might be due to
USART bugs.

HardwareTimer has been removed from the build for now; I will
re-implement it in terms of the new libmaple API, but consider it
deprecated.  Let's come up with something better.

Servo is implemented in terms of HardwareTimer, so it also has been
temporarily removed from the build.

pwmWrite() likely got a little bit less inefficient due to
indirection, but the PIN_MAPs shrank by a pointer per PinMapping.
</content>
</entry>
<entry>
<title>Maple RET6 edition support</title>
<updated>2011-03-16T21:56:54+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-03-16T21:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=580f0b696592bddf705582831722218ac56045aa'/>
<id>urn:sha1:580f0b696592bddf705582831722218ac56045aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[WIP] GPIO refactor: seems ok, ready for review</title>
<updated>2011-03-11T21:24:44+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-03-07T18:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=7c5c5bb118fe3eacbfdc0599214bd989d85d9741'/>
<id>urn:sha1:7c5c5bb118fe3eacbfdc0599214bd989d85d9741</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cscope: Find .S instead of .s files</title>
<updated>2011-03-02T05:30:19+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@gmail.com</email>
</author>
<published>2011-03-02T05:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=7ddc84481b4eebe337065a0219e3d8dc000791e5'/>
<id>urn:sha1:7ddc84481b4eebe337065a0219e3d8dc000791e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaned out libmaple.h; this had wide-ranging implications.</title>
<updated>2011-02-27T16:42:56+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-02-27T16:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=d6ef63b47153b73050d497268583a2e224db6a67'/>
<id>urn:sha1:d6ef63b47153b73050d497268583a2e224db6a67</id>
<content type='text'>
Many of the #defines in libmaple.h were board-specific, not
MCU-specific.  Most of these were only used by code under
libmaple/usb/.  These were moved into usb_config.h, and are clearly
marked as being terrible hacks.  I'm going to treat the USB stack as a
black box that we'll deal with later.

Further, instead of having a variety of #defines like "How many USARTS
do I have?", we decide that based on the density of the chip.  This is
determined by testing for STM32_MEDIUM_DENSITY or STM32_HIGH_DENSITY
defines.  libmaple currently doesn't support low-density chips, so
that suffices.  The Makefile will set these automatically based on the
MCU.

Other offending #defines are ERROR_LED_PORT and ERROR_LED_PIN; these
were made optional, but they're set in the Makefile as a hack to keep
things working.
</content>
</entry>
<entry>
<title>Increase debug symbol output for gdb.</title>
<updated>2011-02-27T07:53:28+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@gmail.com</email>
</author>
<published>2011-02-27T07:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=3377208e4e0969be71575278069314910e4c4225'/>
<id>urn:sha1:3377208e4e0969be71575278069314910e4c4225</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding missing libraries from maple-ide repo</title>
<updated>2010-12-27T22:09:34+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@mit.edu</email>
</author>
<published>2010-12-27T22:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=704236b06693307448e89841db858ce8efcf7684'/>
<id>urn:sha1:704236b06693307448e89841db858ce8efcf7684</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Servo library tested and debugged.</title>
<updated>2010-12-09T04:39:37+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@mit.edu</email>
</author>
<published>2010-12-09T04:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=691f0cf6d04cbfbdcb2dfecf41345c00d3d5837c'/>
<id>urn:sha1:691f0cf6d04cbfbdcb2dfecf41345c00d3d5837c</id>
<content type='text'>
Some additional HardwareTimer methods introduced to make this
convenient; ancillary libmaple/timers.h changes resulted.
</content>
</entry>
</feed>
