| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
This is improved on the previous patch: if we get an ORE without
RXNE when we don't write a junk byte to our buffer. It also avoids
the strange-looking blind read.
See issue #107 for more info.
Signed-off-by: Joseph Birr-Pixton <jpixton@gmail.com>
|
|
|
|
| |
But build it anyways.
|
|
|
|
|
|
| |
This will tell Travis build machines to accept (network) local apt
caches for the launchpad PPA of gcc-arm-embedded, as per
http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This got broken during a sloppy git rebase
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- CSS improvements
- two-part links at page top (project/subproject)
- "Project Resources" links
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit has two purposes. One thing it does is remove some small
unused image files that were part of leaflabs-docs relating to Maple
IDE.
The second thing it does is mark a point in git history where history
was rewritten permanently. A small number of larger images (totaling a
few MiB) were completely deleted from git history at this point in the
repository. These images existed in the leaflabs-docs side of history,
and would have bloated out the repository size from now to forever if
they hadn't been purged. An unfortunate side-effect of this is that now
the leaflabs-docs parent branch no longer matches the leaflabs-docs
upstream repository. Manually exported patches/diffs should still apply
just find in this repo.
The reduction in repository size was something like 5.4 MiB => 3.7 MiB
|
| |
|
| |
|
|
|
|
|
| |
For now just point to google-hosted font files, until webfonts get
installed at rambutan.cc in a stable location.
|
| |
|
| |
|
|
|
|
|
|
|
| |
As of August 2014, the upstream (system-installed) version should be
fine.
TODO: update the README file
|
| |
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Really this should be installed as a proper pygments style and selected
as such in conf.py. The way this patch works two full .css files get
loaded and the second (solarized) clobbers the default.
|
|
|
|
|
|
| |
If the 'breath' python package (for doxygen => sphinx bridging) is
installed system-wide, builds would fail because the system version had
priority.
|
|
|
|
| |
Still needs bundled fonts and polish.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
Sigh.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It's a pain to have to re-make the XML output for a given release, and
there's a chance it'll change between different versions of
Doxygen. So look for Doxygen XML output in doxygen/xml/ relative to
the repository root.
This allows maintenance branches to check in the XML for their version
of libmaple.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Thanks to "jappiemike" and "gbulmer" from the forums for finding this.
|
| |
| |
| |
| |
| |
| | |
Also, note that more recent OS X probably works.
(fixed cherry-pick conflicts with source/maple-ide-install.rst)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
I found the correct redirect for the Arduino page, but couldn't find the equivalent ST PDF. I think I found the closest thing but please advise.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: bryan newbold <bnewbold@leaflabs.com>
|
| |
| |
| |
| |
| | |
There was a link to a "full size" version of an image, but it's actually
the exact same file bundled with the docs.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Thanks to bnewbold:
http://forums.leaflabs.com/topic.php?id=1884
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|