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/12/10 07:49:51 UTC

[1/7] incubator-mynewt-site git commit: only switch docs

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/master 3fdca23f3 -> ce698cda2


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

Branch: refs/heads/master
Commit: 0626bd149ce66b19ed68b55ccc3b6ee2dc4e370f
Parents: 4cab025
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Tue Oct 25 19:46:01 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Wed Oct 26 11:05:04 2016 -0700

----------------------------------------------------------------------
 build.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/0626bd14/build.py
----------------------------------------------------------------------
diff --git a/build.py b/build.py
index b392523..0521db7 100755
--- a/build.py
+++ b/build.py
@@ -45,8 +45,9 @@ def build(site_branch):
     sh.mkdocs('build', '--clean')
 
     for version in cfg['extra']['versions']:
-        mygit.checkout(version['branch'])
+        sh.git('checkout', version['branch'], '--', 'docs', 'mkdocs.yml')
         deployVersion(version)
+    sh.git('checkout', '--', 'docs', 'mkdocs.yml')
 
 def deployVersion(version):
     mygit.checkout(version['branch'])


[3/7] incubator-mynewt-site git commit: Made develop the default doc link from landing page

Posted by ad...@apache.org.
Made develop the default doc link from landing page


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

Branch: refs/heads/master
Commit: 3afdac45169203c7fcf1622ac72f27af05f1fd04
Parents: 3fdca23
Author: aditihilbert <ad...@runtime.io>
Authored: Mon Nov 28 18:21:16 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Mon Nov 28 18:21:16 2016 -0800

----------------------------------------------------------------------
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/3afdac45/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index bd466ff..75f2d5d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -379,7 +379,7 @@ markdown_extensions:
         pygments_style: xcode
 
 extra:
-    version: 'v0_9_0'
+    version: 'develop'
     versions:
         -   label: 'develop'
             branch: 'develop'


[6/7] incubator-mynewt-site git commit: Merge branch 'master' of https://github.com/gj262/incubator-mynewt-site This closes #131. Properly clean up docs between versions - no unstaged commits after build.py script is run.

Posted by ad...@apache.org.
Merge branch 'master' of https://github.com/gj262/incubator-mynewt-site
This closes #131. Properly clean up docs between versions - no unstaged commits after build.py script is run.


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

Branch: refs/heads/master
Commit: 692ff1b68ea67c5a5f27b31e02d440a3dd6444e4
Parents: 3afdac4 b498390
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Dec 9 22:19:38 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Dec 9 22:19:38 2016 -0800

----------------------------------------------------------------------
 build.py | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------



[7/7] incubator-mynewt-site git commit: link from site should point to latest version

Posted by ad...@apache.org.
link from site should point to latest version


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

Branch: refs/heads/master
Commit: ce698cda23b07837f94e088501c0d90fd43a07a6
Parents: 692ff1b
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Dec 9 22:23:04 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Dec 9 22:23:04 2016 -0800

----------------------------------------------------------------------
 custom-theme/landing.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ce698cda/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index bd6e862..0b9fef2 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -56,7 +56,7 @@
               <li> Logging modules that can be invoked at various levels of granularity, including specialized reboot logs </li>
               <li> Richly instrumented statistics modules for OS components and network interfaces </li>
               <li> Modularity for selective, optimized composition to extract the best performance from the hardware platform </li>
-              <li> <a href="../os/os_user_guide/"> More on managment utilities...</a></li>
+              <li> <a href="latest/os/os_user_guide/"> More on managment utilities...</a></li>
             </ul>
 
             </p>


[2/7] incubator-mynewt-site git commit: Merge branch 'master' of github.com:gj262/incubator-mynewt-site

Posted by ad...@apache.org.
Merge branch 'master' of github.com:gj262/incubator-mynewt-site


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

Branch: refs/heads/master
Commit: a80db0d25064ca9b1a50eb69bdff136e545b3f8e
Parents: 0626bd1 3451667
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Wed Oct 26 11:13:39 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Wed Oct 26 11:13:39 2016 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



[4/7] incubator-mynewt-site git commit: Merge remote-tracking branch 'upstream/master'

Posted by ad...@apache.org.
Merge remote-tracking branch 'upstream/master'


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

Branch: refs/heads/master
Commit: a60194e6cac773d92c426f80b396598cbf4f75dc
Parents: a80db0d 3fdca23
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Fri Dec 9 18:42:10 2016 -0800
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Fri Dec 9 18:42:10 2016 -0800

----------------------------------------------------------------------
 README.md                                       |  11 +-
 build.py                                        |  21 +-
 custom-theme/FW-dist.png                        | Bin 0 -> 103732 bytes
 custom-theme/about.html                         |  41 +-
 custom-theme/base.html                          |  36 +-
 custom-theme/community.html                     |  51 +--
 custom-theme/css/custom.css                     | 106 ++---
 custom-theme/css/v2.css                         |  64 ++-
 custom-theme/download.html                      |   2 -
 custom-theme/events.html                        |   1 -
 custom-theme/footer.html                        |  28 +-
 custom-theme/img/FWdist.png                     | Bin 0 -> 103765 bytes
 custom-theme/img/MicrochipPIC32.jpg             | Bin 0 -> 7163 bytes
 custom-theme/img/arm_logo.gif                   | Bin 0 -> 1582 bytes
 custom-theme/img/atmel.png                      | Bin 0 -> 17367 bytes
 custom-theme/img/cross-platform.svg             |   6 +
 custom-theme/img/cross-platforms.png            | Bin 0 -> 14324 bytes
 custom-theme/img/logo.pdf                       | Bin 0 -> 263048 bytes
 custom-theme/img/logo.png                       | Bin 0 -> 151595 bytes
 custom-theme/img/nimble-full-perf.png           | Bin 0 -> 65334 bytes
 custom-theme/img/riscv-logo.png                 | Bin 0 -> 15999 bytes
 custom-theme/js/base.js                         |  38 +-
 custom-theme/js/custom.js                       |  16 -
 custom-theme/landing.html                       | 224 +++++----
 custom-theme/main-banner.html                   |  13 +-
 custom-theme/nav.html                           |  13 +-
 custom-theme/pages/ble.html                     | 144 ++++++
 custom-theme/pages/configurability.html         |  19 +
 custom-theme/pages/securitybullets.html         |  40 ++
 custom-theme/quick-start.html                   |   8 +-
 custom-theme/secondary-banner.html              |  16 +-
 custom-theme/talks.html                         |  63 +++
 custom-theme/toc.html                           |   1 -
 docs/about.md                                   |  11 +-
 docs/network/ble/ble_hs/ble_att/ble_att.md      |  24 +
 .../ble/ble_hs/ble_att/functions/ble_att_mtu.md |  20 +
 .../functions/ble_att_set_preferred_mtu.md      |  23 +
 .../ble_att/functions/ble_att_svr_read_local.md |  28 ++
 .../functions/ble_att_svr_write_local.md        |  28 ++
 docs/network/ble/ble_hs/ble_gap/ble_gap.md      |  37 ++
 .../ble_hs/ble_gap/definitions/ble_gap_defs.md  | 454 +++++++++++++++++++
 .../ble_gap/functions/ble_gap_adv_active.md     |  21 +
 .../functions/ble_gap_adv_rsp_set_fields.md     |  25 +
 .../ble_gap/functions/ble_gap_adv_set_fields.md |  25 +
 .../ble_gap/functions/ble_gap_adv_start.md      |  37 ++
 .../ble_gap/functions/ble_gap_adv_stop.md       |  22 +
 .../ble_gap/functions/ble_gap_conn_active.md    |  21 +
 .../ble_gap/functions/ble_gap_conn_cancel.md    |  21 +
 .../ble_gap/functions/ble_gap_conn_find.md      |  27 ++
 .../ble_gap/functions/ble_gap_conn_rssi.md      |  28 ++
 .../ble_hs/ble_gap/functions/ble_gap_connect.md |  37 ++
 .../ble_hs/ble_gap/functions/ble_gap_disc.md    |  33 ++
 .../ble_gap/functions/ble_gap_disc_active.md    |  21 +
 .../ble_gap/functions/ble_gap_disc_cancel.md    |  22 +
 .../functions/ble_gap_security_initiate.md      |  25 +
 .../ble_gap/functions/ble_gap_terminate.md      |  28 ++
 .../ble_gap/functions/ble_gap_update_params.md  |  29 ++
 .../ble_hs/ble_gap/functions/ble_gap_wl_set.md  |  27 ++
 docs/network/ble/ble_hs/ble_gattc/ble_gattc.md  |  40 ++
 .../ble_gattc/definitions/ble_gattc_defs.md     |  91 ++++
 .../functions/ble_gattc_disc_all_chrs.md        |  33 ++
 .../functions/ble_gattc_disc_all_dscs.md        |  33 ++
 .../functions/ble_gattc_disc_all_svcs.md        |  26 ++
 .../functions/ble_gattc_disc_chrs_by_uuid.md    |  35 ++
 .../functions/ble_gattc_disc_svc_by_uuid.md     |  31 ++
 .../functions/ble_gattc_exchange_mtu.md         |  29 ++
 .../functions/ble_gattc_find_inc_svcs.md        |  33 ++
 .../ble_gattc/functions/ble_gattc_indicate.md   |  27 ++
 .../ble_gattc/functions/ble_gattc_notify.md     |  27 ++
 .../functions/ble_gattc_notify_custom.md        |  29 ++
 .../ble_gattc/functions/ble_gattc_read.md       |  31 ++
 .../functions/ble_gattc_read_by_uuid.md         |  34 ++
 .../ble_gattc/functions/ble_gattc_read_long.md  |  31 ++
 .../ble_gattc/functions/ble_gattc_read_mult.md  |  33 ++
 .../ble_gattc/functions/ble_gattc_write.md      |  33 ++
 .../ble_gattc/functions/ble_gattc_write_flat.md |  35 ++
 .../ble_gattc/functions/ble_gattc_write_long.md |  33 ++
 .../functions/ble_gattc_write_no_rsp.md         |  29 ++
 .../functions/ble_gattc_write_no_rsp_flat.md    |  31 ++
 .../functions/ble_gattc_write_reliable.md       |  30 ++
 docs/network/ble/ble_hs/ble_gatts/ble_gatts.md  |  27 ++
 .../ble_gatts/definitions/ble_gatts_defs.md     | 246 ++++++++++
 .../ble_gatts/functions/ble_gatts_add_svcs.md   |  23 +
 .../ble_gatts/functions/ble_gatts_count_cfg.md  |  27 ++
 .../functions/ble_gatts_count_resources.md      |  27 ++
 .../ble_gatts/functions/ble_gatts_find_chr.md   |  31 ++
 .../ble_gatts/functions/ble_gatts_find_dsc.md   |  31 ++
 .../ble_gatts/functions/ble_gatts_find_svc.md   |  27 ++
 .../functions/ble_gatts_register_svcs.md        |  30 ++
 docs/network/ble/ble_hs/ble_hs.md               |  22 +
 docs/network/ble/ble_hs/ble_hs_id/ble_hs_id.md  |  42 ++
 .../ble_hs_id/functions/ble_hs_id_copy_addr.md  |  31 ++
 .../ble_hs_id/functions/ble_hs_id_gen_rnd.md    |  27 ++
 .../ble_hs_id/functions/ble_hs_id_set_rnd.md    |  23 +
 docs/network/ble/ble_hs/ble_hs_return_codes.md  | 264 +++++++++++
 .../ble/ble_hs/init/definitions/init_defs.md    | 159 +++++++
 .../ble/ble_hs/init/functions/ble_hs_init.md    |  27 ++
 .../ble/ble_hs/init/functions/ble_hs_start.md   |  21 +
 .../ble/ble_hs/init/functions/ble_hs_synced.md  |  21 +
 docs/network/ble/ble_hs/init/init.md            |  23 +
 .../functions/ble_eddystone_set_adv_data_uid.md |  29 ++
 .../functions/ble_eddystone_set_adv_data_url.md |  35 ++
 .../other/functions/ble_hs_mbuf_att_pkt.md      |  21 +
 .../other/functions/ble_hs_mbuf_from_flat.md    |  27 ++
 .../other/functions/ble_hs_mbuf_to_flat.md      |  32 ++
 .../other/functions/ble_ibeacon_set_adv_data.md |  30 ++
 .../other/functions/ble_uuid_128_to_16.md       |  23 +
 .../other/functions/ble_uuid_16_to_128.md       |  27 ++
 docs/network/ble/ble_hs/other/other.md          |  27 ++
 docs/network/ble/bletiny/bletiny_api.md         | 120 +++++
 .../core_os/event_queue/os_eventq_dflt_get.md   |  42 ++
 .../core_os/event_queue/os_eventq_dflt_set.md   |  45 ++
 docs/os/core_os/event_queue/os_eventq_inited.md |  47 ++
 docs/os/get_started/pics/ft232h.png             | Bin 0 -> 572354 bytes
 docs/os/get_started/pics/m0pro.png              | Bin 0 -> 613306 bytes
 docs/os/get_started/pics/nrf52dk.png            | Bin 0 -> 517522 bytes
 docs/os/get_started/serial_access.md            | 137 ++++++
 docs/os/modules/fcb/fcb.md                      | 100 ++++
 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 ++
 docs/os/modules/split/split.md                  | 420 +++++++++++++++++
 docs/os/tutorials/add_newtmgr.md                | 191 ++++++++
 docs/os/tutorials/add_shell.md                  | 140 ++++++
 docs/os/tutorials/bleprph/bleprph-app.md        | 108 +++++
 docs/os/tutorials/bleprph/bleprph-gap-event.md  | 161 +++++++
 docs/os/tutorials/pics/LightBlue-1.jpg          | Bin 0 -> 90014 bytes
 docs/os/tutorials/pics/LightBlue-2.jpg          | Bin 0 -> 121238 bytes
 docs/os/tutorials/pics/LightBlue-3.jpg          | Bin 0 -> 122447 bytes
 docs/os/tutorials/pics/LightBlue-4.jpg          | Bin 0 -> 94431 bytes
 docs/os/tutorials/pics/LightBlue-5.jpg          | Bin 0 -> 53663 bytes
 docs/os/tutorials/pics/LightBlue-6.jpg          | Bin 0 -> 97461 bytes
 docs/os/tutorials/pics/arduino_wifi.png         | Bin 0 -> 944943 bytes
 docs/os/tutorials/pics/task_lesson.png          | Bin 0 -> 12931 bytes
 docs/os/tutorials/tasks_lesson.md               | 415 +++++++++++++++++
 docs/os/tutorials/wi-fi_on_arduino.md           | 294 ++++++++++++
 docs/pages/ble.md                               |   8 +
 docs/pages/configurability.md                   |   8 +
 docs/pages/securitybullets.md                   |   8 +
 docs/talks.md                                   |   0
 mkdocs.yml                                      |  24 +-
 148 files changed, 6339 insertions(+), 357 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a60194e6/build.py
----------------------------------------------------------------------
diff --cc build.py
index 0521db7,dd97f1b..a1339cd
--- a/build.py
+++ b/build.py
@@@ -47,10 -52,19 +52,20 @@@ def buildForReal(site_branch)
      for version in cfg['extra']['versions']:
          sh.git('checkout', version['branch'], '--', 'docs', 'mkdocs.yml')
          deployVersion(version)
 +    sh.git('checkout', '--', 'docs', 'mkdocs.yml')
  
+ def buildForTest():
+     print "Building site pages..."
+     updateConfigVersion('develop')
+     sh.rm('-rf', 'site')
+     sh.mkdocs('build', '--clean')
+     sh.git('checkout', '--', 'mkdocs.yml')
+ 
+     cfg = config.load_config()
+     for version in cfg['extra']['versions']:
+         deployVersion(version)
+ 
  def deployVersion(version):
-     mygit.checkout(version['branch'])
      buildTo(version['branch'])
      if version['latest']:
          buildTo('latest')


[5/7] incubator-mynewt-site git commit: clean docs after versioning

Posted by ad...@apache.org.
clean docs after versioning


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

Branch: refs/heads/master
Commit: b4983905020e3a6b0974ca174b168821c3726e53
Parents: a60194e
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Fri Dec 9 18:55:46 2016 -0800
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Fri Dec 9 19:27:09 2016 -0800

----------------------------------------------------------------------
 build.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b4983905/build.py
----------------------------------------------------------------------
diff --git a/build.py b/build.py
index a1339cd..1aafd88 100755
--- a/build.py
+++ b/build.py
@@ -52,7 +52,10 @@ def buildForReal(site_branch):
     for version in cfg['extra']['versions']:
         sh.git('checkout', version['branch'], '--', 'docs', 'mkdocs.yml')
         deployVersion(version)
-    sh.git('checkout', '--', 'docs', 'mkdocs.yml')
+	sh.git('reset', 'HEAD', '.')
+    	sh.git('checkout', '--', '.')
+    sh.git('reset', 'HEAD', '.')
+    sh.git('checkout', '--', '.')
 
 def buildForTest():
     print "Building site pages..."