<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/docs/source/lang, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2015-05-28T06:15:55+00:00</updated>
<entry>
<title>docs: many small broken ref fixes, syntax bugfixes</title>
<updated>2015-05-28T06:15:55+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-05-28T06:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=124c8964eb81705d0924295e63866370e9c16ede'/>
<id>urn:sha1:124c8964eb81705d0924295e63866370e9c16ede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: first pass removal of board-specific hardware info</title>
<updated>2014-08-27T23:04:16+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-08-27T23:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=d7212508f203d03b4931b94695fb10cb8a7862c2'/>
<id>urn:sha1:d7212508f203d03b4931b94695fb10cb8a7862c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: first pass removal of Maple IDE info</title>
<updated>2014-08-27T23:04:05+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-08-27T22:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=239f77ce49fb0a11c6ef2b59825c7e772ebad11e'/>
<id>urn:sha1:239f77ce49fb0a11c6ef2b59825c7e772ebad11e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge libmaple docs ("leaflabs-docs") into ./docs</title>
<updated>2014-08-27T21:42:22+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-08-27T21:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=34b766c9d5f778762069938c71e052fa40455d1c'/>
<id>urn:sha1:34b766c9d5f778762069938c71e052fa40455d1c</id>
<content type='text'>
In the past, libample documentation was forked out of this repository
because the documentation had increased in scope. For the librambutan,
and the rambutan project in general, we will try to keep documentation
closer to the source code, so the librambutan-specific documentation
should live here. Other sections of leaflabs-docs will be culled in a
following commit.

This merge attempts to maintain history by using a subtree strategy.
Followed directions at:

    http://nuclearsquid.com/writings/subtree-merging-and-you/

Full history for files should be accessible using the "--follow" flag to
git log, eg:

    git log --follow docs/source/adc.rst

It should be possible to pull patches from leaflabs-docs with:

    git pull -s subtree leaflabs-docs master

... at least until the docs in this repository diverge significantly.
</content>
</entry>
<entry>
<title>Remove reST documentation, attendant updates.</title>
<updated>2011-06-12T00:05:33+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-06-11T23:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=0c2b3c667bf157dc2344e3dbc2aae0e11e37387b'/>
<id>urn:sha1:0c2b3c667bf157dc2344e3dbc2aae0e11e37387b</id>
<content type='text'>
The documentation covers topics not specifically relevant to libmaple,
so it doesn't make sense for it to be part of the libmaple source
distribution.

Delete the docs/ tree, and prepare libmaple for use with the new
leaflabs-docs repo, which will contain the docs from now on.

* README: update to reflect this change

* support/doxygen/Doxyfile: This is the old docs/Doxyfile

* Makefile: Add a doxygen target

* wirish/comm/HardwareSerial.h: fix reference to docs/.  The comment
  informing maintainers that the HardwareSerial interface is
  documented by hand refers to the docs/ tree, which no longer exists.
  Update it to refer to the separate leaflabs-docs repository.

* support/scripts/copy-to-ide: No longer build the documentation
</content>
</entry>
<entry>
<title>Docs: move ASSERT() to its own page.</title>
<updated>2011-06-10T14:43:01+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-06-10T14:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=c765320c83dd25f026eb86785e55773b72a6bcd2'/>
<id>urn:sha1:c765320c83dd25f026eb86785e55773b72a6bcd2</id>
<content type='text'>
ASSERT() was previously documented in language.rst.  Move it to a new
lang/api/assert.rst.
</content>
</entry>
<entry>
<title>Docs: Use "BOARD_LED_PIN" instead of "13".</title>
<updated>2011-06-10T13:10:03+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-06-10T13:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=df044ee0c3a8602ac3329a86ff6c62d3ec4568b0'/>
<id>urn:sha1:df044ee0c3a8602ac3329a86ff6c62d3ec4568b0</id>
<content type='text'>
Fix examples where pin 13 was used explicitly instead of
BOARD_LED_PIN.  Also change an AVR-specific example in
docs/lang/cpp/booleanvariables.rst to Maple conventions.
</content>
</entry>
<entry>
<title>Docs: Tweak disabling JTAG debugging information.</title>
<updated>2011-05-28T04:25:05+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-28T04:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=fe2f541e42bab2c8aeb719468daadecb2463c3f3'/>
<id>urn:sha1:fe2f541e42bab2c8aeb719468daadecb2463c3f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: Improve analogwrite.rst.</title>
<updated>2011-05-28T04:09:44+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-28T03:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=17a7a35f7b1c083225f35770798bc288a1c43fc1'/>
<id>urn:sha1:17a7a35f7b1c083225f35770798bc288a1c43fc1</id>
<content type='text'>
Make the note warning against its usage more direct.  Add a blurb
introducing its purpose and links in See Also to related
board-specific values.
</content>
</entry>
<entry>
<title>Docs: Updating pinmode.rst</title>
<updated>2011-05-28T00:57:54+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-28T00:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=55ac899c688ed917ca3c0522f16f8a82919c9d4d'/>
<id>urn:sha1:55ac899c688ed917ca3c0522f16f8a82919c9d4d</id>
<content type='text'>
Convert to board-specific values; make the language friendlier.
</content>
</entry>
</feed>
