<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/docs/source/libmaple, 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-06-14T03:28:01+00:00</updated>
<entry>
<title>stm32f2-f4: docs for i2c_reg_map being target-specific</title>
<updated>2015-06-14T03:28:01+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-06-14T02:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=d4658b610276af7d03a4103ed89c09b0068e9050'/>
<id>urn:sha1:d4658b610276af7d03a4103ed89c09b0068e9050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm32f2-f4: refactor docs to use stm32f2_f4 namespace</title>
<updated>2015-06-14T03:28:01+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-06-14T02:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=58199489e79ca90b86c18e5c825f1c9bf84fb282'/>
<id>urn:sha1:58199489e79ca90b86c18e5c825f1c9bf84fb282</id>
<content type='text'>
</content>
</entry>
<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: stm32f1/2 namespacing for more variables</title>
<updated>2014-08-28T20:39:20+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-08-28T20:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=fc4552f351a01f395e9d1b10b0ada8619ba09d5d'/>
<id>urn:sha1:fc4552f351a01f395e9d1b10b0ada8619ba09d5d</id>
<content type='text'>
There is still a TODO to rework/refactor the entire pages to look
prettier, but this keeps breathe from complaining about missing
variables (and potentially crashing Sphinx, depending on breathe patch
level)
</content>
</entry>
<entry>
<title>docs: HACK workaround for 'DAC' doxygen problem</title>
<updated>2014-08-28T20:37:19+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-08-28T20:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3a24a1139bb699234cd66f7aaef6572edf70974d'/>
<id>urn:sha1:3a24a1139bb699234cd66f7aaef6572edf70974d</id>
<content type='text'>
Tried adding STM32_HAVE_DAC=1 to the PREDEFINED list in
support/doxygen/Doxyfile as per mbolivar's suggestion, but the DAC
variable still doesn't make it's way into the doxygen output the way
ADC1 et al are.

So for now we'll just call that variable "undocumented" in the sphinx
output and mark it as TODO.
</content>
</entry>
<entry>
<title>docs: fix breathe directive types in dma.rst</title>
<updated>2014-08-28T20:36:19+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-08-28T20:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=055ee2124e380759a8c57e424039dd07e8729514'/>
<id>urn:sha1:055ee2124e380759a8c57e424039dd07e8729514</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: Correct "Github" -&gt; "GitHub"</title>
<updated>2011-06-03T21:24:28+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-06-03T21:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=386ad7350bded06b790b65089aebba458bbf1b34'/>
<id>urn:sha1:386ad7350bded06b790b65089aebba458bbf1b34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: libmaple overview.rst fixes.</title>
<updated>2011-05-26T06:42:06+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-05-23T21:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=d3eef647eca120caa4b4ca3dcd5942590492ae42'/>
<id>urn:sha1:d3eef647eca120caa4b4ca3dcd5942590492ae42</id>
<content type='text'>
</content>
</entry>
</feed>
