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/30 01:13:52 UTC

[mynewt-site] 01/01: Merge pull request #386 from runtime-bot/asf-site

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

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

commit f55a66c08e84b20e4b6c7e53a7c82d4da348d80f
Merge: bcd5963 1542b7c
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Mon Jan 29 17:13:49 2018 -0800

    Merge pull request #386 from runtime-bot/asf-site
    
    automated asf-site build

 develop/_images/MyNewtSensorReader.jpg             |  Bin 0 -> 141358 bytes
 develop/_images/MyNewtSensorReader006.jpg          |  Bin 0 -> 211399 bytes
 develop/_images/STM32f3discovery_connector.png     |  Bin 0 -> 612760 bytes
 develop/_images/Senseair1.png                      |  Bin 0 -> 1215822 bytes
 develop/_images/Senseair2.png                      |  Bin 0 -> 1077537 bytes
 develop/_images/adc-demo-1.png                     |  Bin 0 -> 530153 bytes
 develop/_images/adc-demo-2.png                     |  Bin 0 -> 435709 bytes
 develop/_images/breadboard.png                     |  Bin 0 -> 546231 bytes
 develop/_images/mkr1000-jlink.jpg                  |  Bin 0 -> 146645 bytes
 develop/_images/mkr1000-serial.jpg                 |  Bin 0 -> 73565 bytes
 develop/_images/segger_sysview1.png                |  Bin 0 -> 373713 bytes
 develop/_images/segger_sysview_recording.png       |  Bin 0 -> 254129 bytes
 develop/_images/segger_sysview_start_record.png    |  Bin 0 -> 73424 bytes
 develop/_images/serial_conn.png                    |  Bin 0 -> 1064089 bytes
 develop/_images/task_lesson.png                    |  Bin 0 -> 25723 bytes
 develop/_sources/os/core_os/API.rst.txt            |    5 +
 develop/_sources/os/core_os/time/os_time.rst.txt   |  119 ++
 develop/_sources/tutorials/STM32F303.rst.txt       |  225 ++++
 develop/_sources/tutorials/add_newtmgr.rst.txt     |  321 ++++++
 develop/_sources/tutorials/air_quality_ble.rst.txt |  235 ++++
 .../_sources/tutorials/air_quality_sensor.rst.txt  |  920 ++++++++++++++++
 develop/_sources/tutorials/codesize.rst.txt        |   38 +
 develop/_sources/tutorials/define_target.rst.txt   |    4 +
 develop/_sources/tutorials/event_queue.rst.txt     |  539 +++++++++
 develop/_sources/tutorials/nrf52_adc.rst.txt       |  874 +++++++++++++++
 .../_sources/tutorials/ota_upgrade_nrf52.rst.txt   |  236 ++++
 develop/_sources/tutorials/pin-wheel-mods.rst.txt  |  106 ++
 develop/_sources/tutorials/segger_rtt.rst.txt      |  109 ++
 develop/_sources/tutorials/segger_sysview.rst.txt  |   96 ++
 .../tutorials/slinky/project-nrf52-slinky.rst.txt  |  261 +++++
 .../tutorials/slinky/project-sim-slinky.rst.txt    |  136 +++
 .../tutorials/slinky/project-slinky.rst.txt        |   64 ++
 .../tutorials/slinky/project-stm32-slinky.rst.txt  |  298 +++++
 develop/_sources/tutorials/tasks_lesson.rst.txt    |  323 ++++++
 develop/_sources/tutorials/try_markdown.rst.txt    |   44 +
 develop/_sources/tutorials/unit_test.rst.txt       |  359 ++++++
 .../_sources/tutorials/wi-fi_on_arduino.rst.txt    |  368 +++++++
 develop/genindex.html                              |   18 +-
 develop/misc/faq.html                              |    2 +-
 develop/objects.inv                                |  Bin 4809 -> 6003 bytes
 develop/os/core_os/API.html                        |  138 ++-
 .../os/core_os/context_switch/context_switch.html  |    1 +
 develop/os/core_os/cputime/os_cputime.html         |    5 +-
 develop/os/core_os/mynewt_os.html                  |    3 +-
 develop/os/core_os/time/os_time.html               |  472 ++++++++
 develop/searchindex.js                             |    2 +-
 develop/tutorials/STM32F303.html                   |  503 +++++++++
 develop/tutorials/add_newtmgr.html                 |  594 ++++++++++
 .../{tutorials.html => air_quality_ble.html}       |  323 ++++--
 develop/tutorials/air_quality_sensor.html          | 1147 ++++++++++++++++++++
 develop/tutorials/ble/ble.html                     |    5 +-
 develop/tutorials/ble/ble_bare_bones.html          |    1 +
 develop/tutorials/ble/blehci_project.html          |    1 +
 .../ble/bleprph/bleprph-sections/bleprph-adv.html  |    1 +
 .../ble/bleprph/bleprph-sections/bleprph-app.html  |    1 +
 .../bleprph-sections/bleprph-chr-access.html       |    1 +
 .../bleprph-sections/bleprph-gap-event.html        |    1 +
 .../bleprph/bleprph-sections/bleprph-svc-reg.html  |    1 +
 develop/tutorials/ble/bleprph/bleprph.html         |    1 +
 develop/tutorials/ble/eddystone.html               |    1 +
 develop/tutorials/ble/ibeacon.html                 |    1 +
 develop/tutorials/blinky/arduino_zero.html         |    1 +
 develop/tutorials/blinky/blinky.html               |    5 +-
 develop/tutorials/blinky/blinky_console.html       |    1 +
 develop/tutorials/blinky/blinky_primo.html         |    1 +
 develop/tutorials/blinky/blinky_stm32f4disc.html   |    1 +
 develop/tutorials/blinky/nRF52.html                |    1 +
 develop/tutorials/blinky/olimex.html               |    1 +
 develop/tutorials/blinky/rbnano2.html              |    1 +
 .../tutorials/{tutorials.html => codesize.html}    |  173 +--
 .../{tutorials.html => define_target.html}         |  126 +--
 develop/tutorials/event_queue.html                 |  806 ++++++++++++++
 develop/tutorials/lora/lorawanapp.html             |    1 +
 develop/tutorials/nrf52_adc.html                   | 1038 ++++++++++++++++++
 develop/tutorials/ota_upgrade_nrf52.html           |  511 +++++++++
 .../{tutorials.html => pin-wheel-mods.html}        |  193 ++--
 develop/tutorials/repo/add_repos.html              |    1 +
 develop/tutorials/repo/create_repo.html            |    1 +
 develop/tutorials/repo/private_repo.html           |    1 +
 develop/tutorials/repo/upgrade_repo.html           |    5 +-
 .../tutorials/{tutorials.html => segger_rtt.html}  |  212 ++--
 .../{tutorials.html => segger_sysview.html}        |  195 ++--
 .../project-nrf52-slinky.html}                     |  307 +++---
 .../project-sim-slinky.html}                       |  185 +++-
 .../{ble/ble.html => slinky/project-slinky.html}   |   80 +-
 .../project-stm32-slinky.html}                     |  419 +++----
 develop/tutorials/tasks_lesson.html                |  587 ++++++++++
 .../{tutorials.html => try_markdown.html}          |  152 +--
 develop/tutorials/tutorials.html                   |    1 +
 develop/tutorials/unit_test.html                   |  629 +++++++++++
 develop/tutorials/wi-fi_on_arduino.html            |  601 ++++++++++
 master/sitemap.xml                                 |   38 +-
 sitemap.xml                                        |   38 +-
 v0_9_0/sitemap.xml                                 |   22 +-
 v1_0_0/sitemap.xml                                 |   30 +-
 v1_1_0/sitemap.xml                                 |   32 +-
 v1_2_0/sitemap.xml                                 |   36 +-
 97 files changed, 14024 insertions(+), 1311 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aditi@apache.org.