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/11/29 02:17:20 UTC

[7/7] incubator-mynewt-site git commit: Fixed bletiny_project.md and mkdocs.yml. This closes #127

Fixed bletiny_project.md and mkdocs.yml. This closes #127


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

Branch: refs/heads/develop
Commit: ae4474caeff6065d5f89c06c41ee2e8f40bb186b
Parents: 7dd4891 6437b39
Author: aditihilbert <ad...@runtime.io>
Authored: Mon Nov 28 09:59:33 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Mon Nov 28 09:59:33 2016 -0800

----------------------------------------------------------------------
 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/tutorials/add_newtmgr.md     |   2 +-
 docs/os/tutorials/add_shell.md       | 140 ++++++++++++++++++++++++++++++
 docs/os/tutorials/bletiny_project.md |   9 +-
 docs/os/tutorials/tasks_lesson.md    |  35 +++-----
 mkdocs.yml                           |   8 +-
 9 files changed, 302 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ae4474ca/docs/os/tutorials/bletiny_project.md
----------------------------------------------------------------------
diff --cc docs/os/tutorials/bletiny_project.md
index 4a7033a,a3b9153..dd94791
--- a/docs/os/tutorials/bletiny_project.md
+++ b/docs/os/tutorials/bletiny_project.md
@@@ -166,10 -166,11 +166,11 @@@ section
  
  <br>
  
- You may use any terminal emulation program to communicate with the board, but you should connect to the nRF52's serial port using a baudrate of 115200, 8N1, and hardware/software flow control both off. This tutorial shows a Minicom set up. You will have to find out what the usbserial port number is on your laptop, of course.
+ You may use any terminal emulation program to communicate with the board. This tutorial shows a Minicom set up. 
+ 
  
  ```
 -$ minicom -D /dev/tty.usbserial-AJ03HAQQ
 +$ minicom -D /dev/tty.usbserial-AJ03HAQQ -b 115200
  ```
  
  <br>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ae4474ca/docs/os/tutorials/tasks_lesson.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ae4474ca/mkdocs.yml
----------------------------------------------------------------------
diff --cc mkdocs.yml
index db4ffc3,ffac004..da4aa86
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@@ -24,7 -20,8 +24,8 @@@ pages
              - 'Install Newt on Mac': 'newt/install/newt_mac.md'
              - 'Install Newt on Linux': 'newt/install/newt_linux.md'
              - 'Install Cross Tools for ARM': 'os/get_started/cross_tools.md'
 -        - 'Serial Port Setup': 'os/get_started/serial_access.md'
          - 'Create Your First Project': 'os/get_started/project_create.md'
++        - 'Serial Port Setup': 'os/get_started/serial_access.md'
      - Concepts: 'os/get_started/vocabulary.md'
      - Tutorials:
          - toc: 'os/tutorials/tutorials.md'
@@@ -46,10 -43,11 +47,11 @@@
          - 'Write a Test Suite for a Package': 'os/tutorials/unit_test.md'
          - 'Air-quality Sensor project': 'os/tutorials/air_quality_sensor.md'
          - 'Add task to manage multiple events': 'os/tutorials/event_queue.md'
 -        - 'Project Slinky for remote comms': 
 +        - 'Project Slinky for remote comms':
              - 'Slinky on sim device': 'os/tutorials/project-slinky.md'
              - 'Slinky on STM32 board': 'os/tutorials/project-target-slinky.md'
-         - 'Enable newtmgr in any app': 'os/tutorials/add_newtmgr.md'
+         - 'Enable newtmgr in any app': 'os/tutorials/add_newtmgr.md' 
+         - 'Enable the OS Shell and Console': 'os/tutorials/add_shell.md'
          - 'BLE app to check stats via console': 'os/tutorials/bletiny_project.md'
          - 'BLE peripheral project':
              - toc: 'os/tutorials/bleprph/bleprph-intro.md'