| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
These are to prevent implicit constant conversions from floats to
doubles and squelch -Wdouble-promotion warnings.
Normally gcc will start by using doubles to represent floating point
constants. On 32-bit MCUs with a floating point unit, it is more likely
that floats are desired, unless explicitly annotated otherwise.
|
| |
| |
| |
| | |
Signed-off-by: bryan newbold <bnewbold@robocracy.org>
|
| |
| |
| |
| |
| |
| | |
Also fix comments/indexing for other GPIO ports.
Signed-off-by: bryan newbold <bnewbold@robocracy.org>
|
| | |
|
| |
| |
| |
| |
| | |
-add basic pin map for STM32F401CDiscovery board
-set CYCLE_PER_MICROSECOND
|
| |
| |
| |
| | |
Add support for stm32f401CDiscovery board running an STM32F401VGT6
|
| | |
|
| | |
|
| |
| |
| |
| | |
Also correct attribution in Wirish board.h
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This allows custom hardware boards (using existing chipset support) to
be targeted without patches to the libmaple repository.
See also commit in firmware-template repo.
|
| |
| |
| |
| | |
Signed-off-by: Grégoire Passault <g.passault@gmail.com>
|
| |
| |
| |
| |
| | |
Signed-off-by: Grégoire Passault <g.passault@gmail.com>
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| |
| | |
Signed-off-by: Grégoire Passault <g.passault@gmail.com>, Quentin Rouxel
<qrouxel@labri.fr>
|
| |
| |
| |
| |
| |
| |
| | |
Change from __always_inline to plain inline to silence warnings about
possibly non-inlinable functions.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| | |
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| |
| |
| | |
Prep work for adding F4 support.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| |
| |
| | |
Preparatory patch for adding STM32F4 support.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| |
| |
| |
| | |
Untested, but fixes the build and at least provides the correct
register map and base pointers.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
|
| |
| |
| |
| |
| |
| |
| | |
Preparation for 32F01CDiscovery board bringup
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Signed-off-by: Perry Hung <perry@leaflabs.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.
|
| |
|