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/07/21 23:07:16 UTC

[mynewt-site] branch master updated (6bb1fca -> aeb6a2d)

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

aditi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git.


    from 6bb1fca  Merge pull request #269 from cwanda/console
     add a3d1206  sensor docs
     add c497bbb  Add sensor tutorials  - Sensor Tutorial overview page.  - Tutorial to enable an off-board sensor in an existing application.
     add dd60125  1) Updated the Enabling Offboard tutorial   -  Added more information about packages and syscfg settings   -  Remove pin names for P0.27 and P0.26   -  Added link to Changing Default Configuration Setting as a next step
     add 65b6892  1) Added a note that an application must call the driver shell init function. 2) Minor edits to wording.
     add d7f3bf6  Added Tutorials for enabling OIC sensor support. Added 2 tutorials for this: 1) Enabling OIC sensor support in the  the sensors_test application 2) Modifying  the bleprph_oic app to add OIC sensor support (The app builds and loads, but still need to be tested with the client app).
     add 619cef6  fix typo
     add 7566c32  - Added onboard sensor tutorial - Updated oic images - Fix typos
     add 6342f93  Added a space after heading #'s
     add 04511f7  Add sensor type to read_accelerometer signature
     add d86ecb9  Updated Developing an Application for an Onboard Sensor - Added polling to example and reordered the example. - Replaced user paths with ~
     add e8dbfa4  Fixed typos, updated syscfg BNO055_CLI default setting.
     add 0484786  Add note about SENSOR_MGR_WAKEUP_RATE syscfg setting.
     add 8741819  Updated OIC Sensor tutorials  - Updated links to android app (still need link for ios app)  - Used newt pkg copy command instead of manual copy to copy bleprph_oic app.  - Fixed typos
     new aeb6a2d  Merge pull request #266 from cwanda/sensor_offboard

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/os/tutorials/pics/BNO055_small.jpg            | Bin 0 -> 31723 bytes
 docs/os/tutorials/pics/NRF52_I2C_small.jpg         | Bin 0 -> 78087 bytes
 .../pics/smart_controller_accelerometer.png        | Bin 0 -> 86611 bytes
 docs/os/tutorials/pics/smart_controller_main.png   | Bin 0 -> 104629 bytes
 docs/os/tutorials/pics/thingy.jpg                  | Bin 0 -> 152774 bytes
 docs/os/tutorials/pics/thingy_jlink.jpg            | Bin 0 -> 146954 bytes
 docs/os/tutorials/sensors/sensor_bleprph_oic.md    | 264 ++++++++
 docs/os/tutorials/sensors/sensor_nrf52_bno055.md   | 473 ++++++++++++++
 .../tutorials/sensors/sensor_nrf52_bno055_oic.md   | 104 ++++
 .../os/tutorials/sensors/sensor_offboard_config.md | 205 ++++++
 docs/os/tutorials/sensors/sensor_oic_overview.md   |  28 +
 .../sensors/sensor_thingy_lis2dh12_onb.md          | 690 +++++++++++++++++++++
 docs/os/tutorials/sensors/sensors.md               |  36 ++
 mkdocs.yml                                         |   9 +
 14 files changed, 1809 insertions(+)
 create mode 100644 docs/os/tutorials/pics/BNO055_small.jpg
 create mode 100644 docs/os/tutorials/pics/NRF52_I2C_small.jpg
 create mode 100644 docs/os/tutorials/pics/smart_controller_accelerometer.png
 create mode 100644 docs/os/tutorials/pics/smart_controller_main.png
 create mode 100644 docs/os/tutorials/pics/thingy.jpg
 create mode 100644 docs/os/tutorials/pics/thingy_jlink.jpg
 create mode 100644 docs/os/tutorials/sensors/sensor_bleprph_oic.md
 create mode 100644 docs/os/tutorials/sensors/sensor_nrf52_bno055.md
 create mode 100644 docs/os/tutorials/sensors/sensor_nrf52_bno055_oic.md
 create mode 100644 docs/os/tutorials/sensors/sensor_offboard_config.md
 create mode 100644 docs/os/tutorials/sensors/sensor_oic_overview.md
 create mode 100644 docs/os/tutorials/sensors/sensor_thingy_lis2dh12_onb.md
 create mode 100644 docs/os/tutorials/sensors/sensors.md

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-site] 01/01: Merge pull request #266 from cwanda/sensor_offboard

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aditi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git

commit aeb6a2d5d76db5f9791f7e08d46f6de4b4ccdf3f
Merge: 6bb1fca 8741819
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Fri Jul 21 16:07:14 2017 -0700

    Merge pull request #266 from cwanda/sensor_offboard
    
    Sensor Tutorials

 docs/os/tutorials/pics/BNO055_small.jpg            | Bin 0 -> 31723 bytes
 docs/os/tutorials/pics/NRF52_I2C_small.jpg         | Bin 0 -> 78087 bytes
 .../pics/smart_controller_accelerometer.png        | Bin 0 -> 86611 bytes
 docs/os/tutorials/pics/smart_controller_main.png   | Bin 0 -> 104629 bytes
 docs/os/tutorials/pics/thingy.jpg                  | Bin 0 -> 152774 bytes
 docs/os/tutorials/pics/thingy_jlink.jpg            | Bin 0 -> 146954 bytes
 docs/os/tutorials/sensors/sensor_bleprph_oic.md    | 264 ++++++++
 docs/os/tutorials/sensors/sensor_nrf52_bno055.md   | 473 ++++++++++++++
 .../tutorials/sensors/sensor_nrf52_bno055_oic.md   | 104 ++++
 .../os/tutorials/sensors/sensor_offboard_config.md | 205 ++++++
 docs/os/tutorials/sensors/sensor_oic_overview.md   |  28 +
 .../sensors/sensor_thingy_lis2dh12_onb.md          | 690 +++++++++++++++++++++
 docs/os/tutorials/sensors/sensors.md               |  36 ++
 mkdocs.yml                                         |   9 +
 14 files changed, 1809 insertions(+)


-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.