<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feurig/libmaplemidi-cma/examples, 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-05-10T20:41:37+00:00</updated>
<entry>
<title>Converting all files to UNIX newlines.</title>
<updated>2011-05-10T20:41:37+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-10T20:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=ff5ae825d61a091afaa8cf4b929f4e67e59aa088'/>
<id>urn:sha1:ff5ae825d61a091afaa8cf4b929f4e67e59aa088</id>
<content type='text'>
Committing the results of running the following on the libmaple root
directory:

$ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
</content>
</entry>
<entry>
<title>Updating VGA examples for use with new timer API.</title>
<updated>2011-05-07T00:11:48+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-07T00:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=c8a512e310e0d54a76f0e05a1eaf6f05bb50f9e1'/>
<id>urn:sha1:c8a512e310e0d54a76f0e05a1eaf6f05bb50f9e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changing integration date of function in examples/test-timer.cpp.</title>
<updated>2011-05-05T06:39:37+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-05T06:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=07357000eedf40c11b5337c73472b4b8f23cdccb'/>
<id>urn:sha1:07357000eedf40c11b5337c73472b4b8f23cdccb</id>
<content type='text'>
It would be nice to have something like a timer_set_period() in
libmaple proper that takes the period and the clock rate as
parameters, much the same as usart_set_baud_rate() does.  No time for
that now, though, so punt to 0.1.0.
</content>
</entry>
<entry>
<title>examples/test-spi-roundtrip.cpp now uses SerialUSB instead of Serial2.</title>
<updated>2011-05-04T21:24:47+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-04T21:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=d77842668d2a731a087c8d0bfea48502bd2088bd'/>
<id>urn:sha1:d77842668d2a731a087c8d0bfea48502bd2088bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>/examples/ cleanups.</title>
<updated>2011-05-04T17:31:24+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-02T18:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=1634a4855e3d5bf8e3cda2ecb0f4e5f384d057af'/>
<id>urn:sha1:1634a4855e3d5bf8e3cda2ecb0f4e5f384d057af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SPI refactor.</title>
<updated>2011-04-28T18:23:30+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-04-28T17:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=77f707d7b87fce284945fc9fe21c824c18c4c93d'/>
<id>urn:sha1:77f707d7b87fce284945fc9fe21c824c18c4c93d</id>
<content type='text'>
Still a polling driver, but the libmaple proper interface exposes
enough that users enable the various interrupts and define their own
IRQ handlers if they feel like it.

Wirish HardwareSPI interface was largely redone; it's more like the
Arduino implementation now, although there are some differences when I
didn't like their API.  The old methods are still there, but are
deprecated and slated for deletion in 0.1.0.

New board-specific values: BOARD_NR_SPI, BOARD_SPIx_NSS_PIN,
BOARD_SPIx_MOSI_PIN, BOARD_SPIx_MISO_PIN, and BOARD_SPIx_SCK_PIN, for
x from 1 to BOARD_NR_SPI.

Documentation was updated appropriately.
</content>
</entry>
<entry>
<title>Trivial test-session.cpp bugfix</title>
<updated>2011-04-27T21:38:33+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-04-27T21:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=d63748b8586ca630ed6ffa5eb46457b655f00591'/>
<id>urn:sha1:d63748b8586ca630ed6ffa5eb46457b655f00591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RET6 fixes</title>
<updated>2011-04-27T19:33:06+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-04-27T19:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=d5097adadf95525ea186756928cc92c0d4763859'/>
<id>urn:sha1:d5097adadf95525ea186756928cc92c0d4763859</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better debug port support.</title>
<updated>2011-04-26T02:03:25+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-04-26T01:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=2f07cb6f6c6de25c97f5fa40e779c65b3a2edfe7'/>
<id>urn:sha1:2f07cb6f6c6de25c97f5fa40e779c65b3a2edfe7</id>
<content type='text'>
- gpio.h: afio_mapr_swj_config() renamed afio_cfg_debug_ports()

- [new] wirish_debug.h: disableDebugPorts(), enableDebugPorts()

- Maple, Maple Native, and Maple RET6 PIN_MAPs are now larger by 5,
  have mappings for the extra JTAG/SW pins.

  Documentation was updated appropriately.
</content>
</entry>
<entry>
<title>Minor test-session.cpp fixup</title>
<updated>2011-04-25T21:58:37+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-04-25T21:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=bdf325852190f2636f8d8ad5268ea1bcb602a2e0'/>
<id>urn:sha1:bdf325852190f2636f8d8ad5268ea1bcb602a2e0</id>
<content type='text'>
</content>
</entry>
</feed>
