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 2016/07/05 21:02:27 UTC

[3/5] incubator-mynewt-site git commit: Merge branch 'develop' of https://github.com/mkiiskila/incubator-mynewt-site into develop

Merge branch 'develop' of https://github.com/mkiiskila/incubator-mynewt-site into develop

This closes #100. Pull request by mkiiskila.


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/c7b1a537
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/c7b1a537
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/c7b1a537

Branch: refs/heads/develop
Commit: c7b1a537f358eb7fd70c838ed9814d73a2c00444
Parents: ea4e74e 32d14b5
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Jul 5 12:52:31 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jul 5 12:52:31 2016 -0700

----------------------------------------------------------------------
 docs/os/modules/fcb/fcb.md                   | 98 +++++++++++++++++++++++
 docs/os/modules/fcb/fcb_append.md            | 29 +++++++
 docs/os/modules/fcb/fcb_append_finish.md     | 25 ++++++
 docs/os/modules/fcb/fcb_append_to_scratch.md | 23 ++++++
 docs/os/modules/fcb/fcb_clear.md             | 23 ++++++
 docs/os/modules/fcb/fcb_getnext.md           | 28 +++++++
 docs/os/modules/fcb/fcb_init.md              | 25 ++++++
 docs/os/modules/fcb/fcb_is_empty.md          | 23 ++++++
 docs/os/modules/fcb/fcb_offset_last_n.md     | 28 +++++++
 docs/os/modules/fcb/fcb_rotate.md            | 22 +++++
 docs/os/modules/fcb/fcb_walk.md              | 32 ++++++++
 mkdocs.yml                                   | 13 +++
 12 files changed, 369 insertions(+)
----------------------------------------------------------------------