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 2018/01/13 02:57:36 UTC

[mynewt-documentation] branch master updated (a8232a2 -> c5f2198)

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-documentation.git.


    from a8232a2  Merge pull request #3 from gj262/osSched
     add 7ee8e54  blinky tutorials
     add 9c8542e  arduino zero blinky
     add 2d9768f  blinky on primo
     add 63f75d8  olimex blinky and link fixes
     add c754746  nRF52 blinky and link fixes
     add 0a6d312  sram olimex is not linked
     add b02d866  redbear nano blinky
     add c589ea6  stm32f4 blinky
     add d309078  blinky_windows is not referenced
     add d5ac8fb  blinky console
     add 4807aa2  fix blinky links
     new c5f2198  Merge pull request #4 from gj262/tutorials

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/_static/common.rst                      |   1 +
 docs/_static/css/restructuredtext.css        |   3 +
 docs/concepts.rst                            |   3 +
 docs/get_started/project_create.rst          |   6 +-
 docs/images/Arduino-M0Pro-flat.jpg           | Bin 0 -> 37797 bytes
 docs/images/ArduinoZeroPro-flat-org.jpg      | Bin 0 -> 81640 bytes
 docs/images/Zero_Usb_Ports.jpg               | Bin 0 -> 263846 bytes
 docs/index.rst                               |   1 +
 docs/misc/ide.rst                            |   4 +-
 docs/themes/mynewt/layout.html               |  26 +-
 docs/tutorials/blinky/arduino_zero.rst       | 435 +++++++++++++++++++++++++++
 docs/tutorials/blinky/blinky.rst             |  87 ++++++
 docs/tutorials/blinky/blinky_console.rst     | 235 +++++++++++++++
 docs/tutorials/blinky/blinky_primo.rst       | 309 +++++++++++++++++++
 docs/tutorials/blinky/blinky_stm32f4disc.rst | 255 ++++++++++++++++
 docs/tutorials/blinky/nRF52.rst              | 225 ++++++++++++++
 docs/tutorials/blinky/olimex.rst             | 272 +++++++++++++++++
 docs/tutorials/blinky/rbnano2.rst            | 227 ++++++++++++++
 docs/tutorials/tutorials.rst                 | 101 +++++++
 19 files changed, 2177 insertions(+), 13 deletions(-)
 create mode 100644 docs/_static/common.rst
 create mode 100644 docs/_static/css/restructuredtext.css
 create mode 100644 docs/images/Arduino-M0Pro-flat.jpg
 create mode 100644 docs/images/ArduinoZeroPro-flat-org.jpg
 create mode 100644 docs/images/Zero_Usb_Ports.jpg
 create mode 100644 docs/tutorials/blinky/arduino_zero.rst
 create mode 100644 docs/tutorials/blinky/blinky.rst
 create mode 100644 docs/tutorials/blinky/blinky_console.rst
 create mode 100644 docs/tutorials/blinky/blinky_primo.rst
 create mode 100644 docs/tutorials/blinky/blinky_stm32f4disc.rst
 create mode 100644 docs/tutorials/blinky/nRF52.rst
 create mode 100644 docs/tutorials/blinky/olimex.rst
 create mode 100644 docs/tutorials/blinky/rbnano2.rst
 create mode 100644 docs/tutorials/tutorials.rst

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

[mynewt-documentation] 01/01: Merge pull request #4 from gj262/tutorials

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-documentation.git

commit c5f219837040fef578bd5d79f8341f85b42541ad
Merge: a8232a2 4807aa2
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Fri Jan 12 18:57:35 2018 -0800

    Merge pull request #4 from gj262/tutorials
    
    Import blinky tutorials

 docs/_static/common.rst                      |   1 +
 docs/_static/css/restructuredtext.css        |   3 +
 docs/concepts.rst                            |   3 +
 docs/get_started/project_create.rst          |   6 +-
 docs/images/Arduino-M0Pro-flat.jpg           | Bin 0 -> 37797 bytes
 docs/images/ArduinoZeroPro-flat-org.jpg      | Bin 0 -> 81640 bytes
 docs/images/Zero_Usb_Ports.jpg               | Bin 0 -> 263846 bytes
 docs/index.rst                               |   1 +
 docs/misc/ide.rst                            |   4 +-
 docs/themes/mynewt/layout.html               |  26 +-
 docs/tutorials/blinky/arduino_zero.rst       | 435 +++++++++++++++++++++++++++
 docs/tutorials/blinky/blinky.rst             |  87 ++++++
 docs/tutorials/blinky/blinky_console.rst     | 235 +++++++++++++++
 docs/tutorials/blinky/blinky_primo.rst       | 309 +++++++++++++++++++
 docs/tutorials/blinky/blinky_stm32f4disc.rst | 255 ++++++++++++++++
 docs/tutorials/blinky/nRF52.rst              | 225 ++++++++++++++
 docs/tutorials/blinky/olimex.rst             | 272 +++++++++++++++++
 docs/tutorials/blinky/rbnano2.rst            | 227 ++++++++++++++
 docs/tutorials/tutorials.rst                 | 101 +++++++
 19 files changed, 2177 insertions(+), 13 deletions(-)

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