You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pr...@apache.org on 2020/10/22 13:22:27 UTC

[incubator-nuttx] branch master updated (8bd1633 -> 23cd1e0)

This is an automated email from the ASF dual-hosted git repository.

protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 8bd1633  sensor: add wtgahrs2 init and enable config
     add c412021  Docs: Bump version of pygments to get new GAS lexer
     add 23cd1e0  Docs: Fix broken links and references in docs

No new revisions were added by this update.

Summary of changes:
 .github/workflows/doc.yml                          |  17 +-
 Documentation/Pipfile.lock                         |  30 +--
 Documentation/applications/nsh/commands.rst        | 217 +++++++++++++++++----
 Documentation/applications/nsh/config.rst          | 164 ++++++++--------
 Documentation/components/binfmt.rst                |   6 +-
 Documentation/components/drivers/block/index.rst   |   2 +-
 .../components/drivers/character/index.rst         |   8 +-
 .../components/drivers/character/serial.rst        |   2 +-
 .../components/drivers/character/timer.rst         |  14 +-
 .../components/drivers/special/usbdev.rst          |   4 +-
 Documentation/components/nxflat.rst                |   2 +
 Documentation/components/nxgraphics/appendix.rst   |   2 +-
 Documentation/components/nxgraphics/index.rst      |   4 +-
 Documentation/components/nxwidgets.rst             |  12 +-
 Documentation/components/paging.rst                |   2 +
 Documentation/conf.py                              |   8 +
 Documentation/guides/drivers.rst                   |   2 +
 Documentation/guides/nfs.rst                       |   5 +-
 Documentation/guides/tasktraceinternal.rst         |   4 +-
 Documentation/guides/tasktraceuser.rst             |   2 +-
 Documentation/guides/usbtrace.rst                  |   2 +
 Documentation/introduction/about.rst               |   2 +-
 Documentation/introduction/detailed_support.rst    |  48 ++---
 Documentation/introduction/resources.rst           |   6 +-
 Documentation/quickstart/compiling.rst             |   2 +-
 Documentation/quickstart/organization.rst          |  16 +-
 Documentation/reference/os/paging.rst              |   2 +-
 Documentation/reference/user/01_task_control.rst   |   4 +-
 Documentation/reference/user/10_filesystem.rst     |   4 +-
 Documentation/reference/user/11_network.rst        |   4 +-
 Documentation/reference/user/index.rst             |   8 +-
 Documentation/reference/user/structures.rst        |   2 +-
 32 files changed, 385 insertions(+), 222 deletions(-)