<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/libmaple/wirish/boards, 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-04-29T19:16:37+00:00</updated>
<entry>
<title>Added board.mk makefile with board specific defines</title>
<updated>2013-04-29T19:16:37+00:00</updated>
<author>
<name>mlundinse</name>
<email>lundin@mlu.mine.nu</email>
</author>
<published>2013-04-29T19:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=651faf0a803c587a683bf14d531ce9f16013faeb'/>
<id>urn:sha1:651faf0a803c587a683bf14d531ce9f16013faeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hack: Provide a hook so Mini doesn't disable JTAG/SWD.</title>
<updated>2012-07-31T19:04:49+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-07-26T16:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=7c976e4e5d9afd8aaf1a88b8765a89b4affcc665'/>
<id>urn:sha1:7c976e4e5d9afd8aaf1a88b8765a89b4affcc665</id>
<content type='text'>
The nonexistence of a configuration system is starting to become kind
of a pain. Oh well; let's keep piling hacks on until things break.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Add pin alias enums to other boards.</title>
<updated>2012-07-24T23:12:29+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-07-24T23:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=dbb3869eda265d9191342c307220056c302e570d'/>
<id>urn:sha1:dbb3869eda265d9191342c307220056c302e570d</id>
<content type='text'>
Repeat Anton's VLDiscovery trick on the rest of the boards. Leave out
st_stm3220g_eval since that's just a teaser to get people to play with
F2.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Doxygen hacks and fixups.</title>
<updated>2012-06-28T21:29:43+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-28T21:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=50ee2097b3b303fb4489171af8e61ab98de96379'/>
<id>urn:sha1:50ee2097b3b303fb4489171af8e61ab98de96379</id>
<content type='text'>
- Shut Doxygen up in various places
- Fix some genuine docs bugs
- Ignore sources we're not responsible for

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>maple: board.cpp: More comments.</title>
<updated>2012-06-08T22:46:25+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-08T22:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=bcad639ff9c458e974c83b624fd3c89f5b8d154a'/>
<id>urn:sha1:bcad639ff9c458e974c83b624fd3c89f5b8d154a</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>maple: board.h: More comments, remove SYSTICK_RELOAD_VAL.</title>
<updated>2012-06-08T22:21:02+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-08T22:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=a58d1275c6fb6a49a33337042507c6a7e6136037'/>
<id>urn:sha1:a58d1275c6fb6a49a33337042507c6a7e6136037</id>
<content type='text'>
We derive SYSTICK_RELOAD_VAL from CYCLES_PER_MICROSECOND now, so let's
hide it for expert use.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>maple/board.cpp: Demo weakness of boardInit().</title>
<updated>2012-06-07T07:38:30+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-05T22:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=e652fe6e58c5ba8a2887e00ee3a956d8a1d440c8'/>
<id>urn:sha1:e652fe6e58c5ba8a2887e00ee3a956d8a1d440c8</id>
<content type='text'>
This shows people what to do to write boardInit(), but also how to
save work if they don't need it.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>maple/board.cpp: Use PMAP_ROW().</title>
<updated>2012-06-07T07:38:30+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-05T22:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=eb0dcd048f30fde71cdccc377e04931523c6359a'/>
<id>urn:sha1:eb0dcd048f30fde71cdccc377e04931523c6359a</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>maple/board.cpp: Add more explanatory comments.</title>
<updated>2012-06-07T07:38:30+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-05T22:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=c1771ff61642a0386bd01bc23f847f294e9ec664'/>
<id>urn:sha1:c1771ff61642a0386bd01bc23f847f294e9ec664</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Preprocessor-fu to derive BOARD_HAVE_USARTn from &lt;board/board.h&gt;.</title>
<updated>2012-06-01T21:26:03+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-01T21:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/libmaple/commit/?id=a504da225d007b2c7796be86bca938a99007321e'/>
<id>urn:sha1:a504da225d007b2c7796be86bca938a99007321e</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
</feed>
