You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/03/07 10:28:03 UTC

[7/7] incubator-mynewt-site git commit: PRs #160, #161, minor edits to various docs

PRs #160, #161, minor edits to various docs


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/86a27381
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/86a27381
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/86a27381

Branch: refs/heads/asf-site
Commit: 86a27381696dfc82baeee58cf0f3dd947b5fc891
Parents: 36d4761
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Mar 7 11:27:47 2017 +0100
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Mar 7 11:27:47 2017 +0100

----------------------------------------------------------------------
 develop/mkdocs/search_index.json                | 151 +++-
 .../os/modules/bootloader/bootloader/index.html |   8 -
 develop/os/modules/drivers/driver/index.html    |  57 +-
 develop/os/modules/drivers/flash/index.html     | 744 ++++++++++++++++++
 develop/os/modules/drivers/mmc/index.html       | 761 +++++++++++++++++++
 develop/os/modules/fs/fatfs/index.html          | 673 ++++++++++++++++
 develop/os/modules/fs/fs/fs/index.html          |  44 +-
 develop/os/modules/fs/fs/fs_close/index.html    |   8 +
 develop/os/modules/fs/fs/fs_closedir/index.html |   8 +
 .../modules/fs/fs/fs_dirent_is_dir/index.html   |   8 +
 .../os/modules/fs/fs/fs_dirent_name/index.html  |   8 +
 develop/os/modules/fs/fs/fs_filelen/index.html  |   8 +
 develop/os/modules/fs/fs/fs_getpos/index.html   |   8 +
 develop/os/modules/fs/fs/fs_mkdir/index.html    |   8 +
 develop/os/modules/fs/fs/fs_open/index.html     |   8 +
 develop/os/modules/fs/fs/fs_opendir/index.html  |   8 +
 develop/os/modules/fs/fs/fs_ops/index.html      |   8 +
 develop/os/modules/fs/fs/fs_read/index.html     |   8 +
 develop/os/modules/fs/fs/fs_readdir/index.html  |   8 +
 develop/os/modules/fs/fs/fs_register/index.html |   8 +
 develop/os/modules/fs/fs/fs_rename/index.html   |   8 +
 .../os/modules/fs/fs/fs_return_codes/index.html |   8 +
 develop/os/modules/fs/fs/fs_seek/index.html     |   8 +
 develop/os/modules/fs/fs/fs_unlink/index.html   |   8 +
 develop/os/modules/fs/fs/fs_write/index.html    |   8 +
 .../modules/fs/fs/fsutil_read_file/index.html   |   8 +
 .../modules/fs/fs/fsutil_write_file/index.html  |  12 +-
 develop/os/modules/fs/nffs/nffs/index.html      |  12 +-
 .../modules/fs/nffs/nffs_area_desc/index.html   |   8 +
 .../os/modules/fs/nffs/nffs_config/index.html   |   8 +
 .../os/modules/fs/nffs/nffs_detect/index.html   |   8 +
 .../os/modules/fs/nffs/nffs_format/index.html   |   8 +
 develop/os/modules/fs/nffs/nffs_init/index.html |   8 +
 .../modules/fs/nffs/nffs_internals/index.html   |   8 +
 develop/os/modules/fs/otherfs/index.html        |   8 +
 .../os/modules/hal/hal_gpio/hal_gpio/index.html |   2 +-
 develop/os/modules/shell/shell/index.html       |  20 +-
 develop/os/modules/testutil/testutil/index.html |   4 +-
 .../tutorials/project-target-slinky/index.html  |   2 +-
 develop/sitemap.xml                             |  24 +-
 latest/mkdocs/search_index.json                 | 151 +++-
 .../os/modules/bootloader/bootloader/index.html |   8 -
 latest/os/modules/drivers/driver/index.html     |  57 +-
 latest/os/modules/drivers/flash/index.html      | 744 ++++++++++++++++++
 latest/os/modules/drivers/mmc/index.html        | 761 +++++++++++++++++++
 latest/os/modules/fs/fatfs/index.html           | 673 ++++++++++++++++
 latest/os/modules/fs/fs/fs/index.html           |  44 +-
 latest/os/modules/fs/fs/fs_close/index.html     |   8 +
 latest/os/modules/fs/fs/fs_closedir/index.html  |   8 +
 .../modules/fs/fs/fs_dirent_is_dir/index.html   |   8 +
 .../os/modules/fs/fs/fs_dirent_name/index.html  |   8 +
 latest/os/modules/fs/fs/fs_filelen/index.html   |   8 +
 latest/os/modules/fs/fs/fs_getpos/index.html    |   8 +
 latest/os/modules/fs/fs/fs_mkdir/index.html     |   8 +
 latest/os/modules/fs/fs/fs_open/index.html      |   8 +
 latest/os/modules/fs/fs/fs_opendir/index.html   |   8 +
 latest/os/modules/fs/fs/fs_ops/index.html       |   8 +
 latest/os/modules/fs/fs/fs_read/index.html      |   8 +
 latest/os/modules/fs/fs/fs_readdir/index.html   |   8 +
 latest/os/modules/fs/fs/fs_register/index.html  |   8 +
 latest/os/modules/fs/fs/fs_rename/index.html    |   8 +
 .../os/modules/fs/fs/fs_return_codes/index.html |   8 +
 latest/os/modules/fs/fs/fs_seek/index.html      |   8 +
 latest/os/modules/fs/fs/fs_unlink/index.html    |   8 +
 latest/os/modules/fs/fs/fs_write/index.html     |   8 +
 .../modules/fs/fs/fsutil_read_file/index.html   |   8 +
 .../modules/fs/fs/fsutil_write_file/index.html  |  12 +-
 latest/os/modules/fs/nffs/nffs/index.html       |  12 +-
 .../modules/fs/nffs/nffs_area_desc/index.html   |   8 +
 .../os/modules/fs/nffs/nffs_config/index.html   |   8 +
 .../os/modules/fs/nffs/nffs_detect/index.html   |   8 +
 .../os/modules/fs/nffs/nffs_format/index.html   |   8 +
 latest/os/modules/fs/nffs/nffs_init/index.html  |   8 +
 .../modules/fs/nffs/nffs_internals/index.html   |   8 +
 latest/os/modules/fs/otherfs/index.html         |   8 +
 .../os/modules/hal/hal_gpio/hal_gpio/index.html |   2 +-
 latest/os/modules/shell/shell/index.html        |  20 +-
 latest/os/modules/testutil/testutil/index.html  |   4 +-
 .../tutorials/project-target-slinky/index.html  |   2 +-
 latest/sitemap.xml                              |  24 +-
 sitemap.xml                                     |  26 +-
 v0_9_0/sitemap.xml                              |  26 +-
 82 files changed, 5362 insertions(+), 134 deletions(-)
----------------------------------------------------------------------