Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fleur
firmware
Commits
f2f3f050
Verified
Commit
f2f3f050
authored
Aug 24, 2019
by
Rahix
Browse files
chore: Fix docs
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
ef03f13b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Documentation/conf.py
View file @
f2f3f050
...
...
@@ -88,9 +88,11 @@ html_context = {
# -- Options for Auto-Doc ---------------------------------------------------- {{{
autodoc_mock_imports
=
[
"buttons"
,
"interrupt"
,
"sys_display"
,
"sys_leds"
,
"
buttons
"
,
"
sys_max30001
"
,
"ucollections"
,
"urandom"
,
"utime"
,
...
...
Documentation/how-to-build.rst
View file @
f2f3f050
...
...
@@ -28,20 +28,23 @@ Dependencies
.. code-block:: shell-session
dnf install arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib
- macOS (Note: The card10 firmware team used Linux so far. macOS recommendations here are experimental.)
You can use `Homebrew`_ to install the required tools.
The version of the Arm crosscompiler tool chain is quite important; with the wrong version, e.g. strip and/or ld might throw strange errors.
You can use `Homebrew`_ to install the required tools. The version of the
ARM crosscompiler tool chain is quite important; with the wrong version,
e.g. strip and/or ld might throw strange errors.
.. code-block:: shell-session
brew tap px4/px4
brew install px4/px4/gcc-arm-none-eabi-63
brew install coreutils
.. _Homebrew: https://brew.sh/
- Alternative: Download `ARM's GNU toolchain`_. **TODO**
.. _Homebrew: https://brew.sh/
* **python3**: For meson and various scripts needed for building.
* **meson** (>0.43.0) & **ninja**: Unfortunately most distros only have very old versions
...
...
Documentation/pycardium/max30001.rst
View file @
f2f3f050
``max30001`` - MAX30001
=====================
=====================
==
.. automodule:: max30001
:members:
epicardium/epicardium.h
View file @
f2f3f050
...
...
@@ -1638,8 +1638,8 @@ API_ISR(EPIC_INT_RTC_ALARM, epic_isr_rtc_alarm);
API
(
API_TRNG_READ
,
int
epic_trng_read
(
uint8_t
*
dest
,
size_t
size
));
/**
* MAX30001
API
*
----------
* MAX30001
*
========
*/
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment