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/03/25 06:25:01 UTC

[11/11] incubator-mynewt-site git commit: Closes PR 163 and 164. Updates events and BSPs supported.

Closes PR 163 and 164. Updates events and BSPs supported.


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

Branch: refs/heads/asf-site
Commit: c1a9e073b9c7b1cbc0b82c28e069306fa52d77ad
Parents: 306578b
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Mar 24 23:24:34 2017 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Mar 24 23:24:34 2017 -0700

----------------------------------------------------------------------
 develop/index.html                              |  17 +-
 develop/landing.html                            |  17 +-
 develop/mkdocs/search_index.json                | 366 +++-------
 develop/newt/install/newt_linux/index.html      |  69 +-
 develop/newt/install/newt_mac/index.html        |  67 +-
 .../command_list/newtmgr_conn/index.html        |   2 +-
 .../command_list/newtmgr_crash/index.html       |   2 +-
 develop/os/core_os/callout/callout/index.html   |  11 -
 .../callout/os_callout_func_init/index.html     |  11 -
 .../core_os/callout/os_callout_init/index.html  |  11 -
 .../callout/os_callout_queued/index.html        |  11 -
 .../core_os/callout/os_callout_reset/index.html |  11 -
 .../core_os/callout/os_callout_stop/index.html  |  11 -
 .../context_switch/context_switch/index.html    |  11 -
 .../context_switch/os_arch_ctx_sw/index.html    |  11 -
 .../core_os/context_switch/os_sched/index.html  |  11 -
 .../os_sched_ctx_sw_hook/index.html             |  11 -
 .../os_sched_get_current_task/index.html        |  11 -
 .../context_switch/os_sched_insert/index.html   |  11 -
 .../os_sched_next_task/index.html               |  11 -
 .../os_sched_os_timer_exp/index.html            |  11 -
 .../context_switch/os_sched_resort/index.html   |  11 -
 .../os_sched_set_current_task/index.html        |  11 -
 .../context_switch/os_sched_sleep/index.html    |  11 -
 .../context_switch/os_sched_wakeup/index.html   |  11 -
 .../core_os/event_queue/event_queue/index.html  |  11 -
 .../event_queue/os_eventq_designate/index.html  |  11 -
 .../event_queue/os_eventq_dflt_get/index.html   |  11 -
 .../event_queue/os_eventq_get/index.html        |  11 -
 .../event_queue/os_eventq_init/index.html       |  11 -
 .../event_queue/os_eventq_inited/index.html     |  11 -
 .../event_queue/os_eventq_put/index.html        |  11 -
 .../event_queue/os_eventq_remove/index.html     |  11 -
 .../event_queue/os_eventq_run/index.html        |  11 -
 develop/os/core_os/heap/heap/index.html         |  11 -
 develop/os/core_os/heap/os_free/index.html      |  11 -
 develop/os/core_os/heap/os_malloc/index.html    |  11 -
 develop/os/core_os/heap/os_realloc/index.html   |  11 -
 develop/os/core_os/mbuf/OS_MBUF_DATA/index.html |  11 -
 .../mbuf/OS_MBUF_LEADINGSPACE/index.html        |  11 -
 .../os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  11 -
 .../mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html      |  11 -
 .../os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  11 -
 .../mbuf/OS_MBUF_TRAILINGSPACE/index.html       |  11 -
 .../os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  11 -
 .../core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  11 -
 develop/os/core_os/mbuf/mbuf/index.html         |  11 -
 develop/os/core_os/mbuf/os_mbuf_adj/index.html  |  11 -
 .../os/core_os/mbuf/os_mbuf_append/index.html   |  11 -
 .../os/core_os/mbuf/os_mbuf_concat/index.html   |  11 -
 .../os/core_os/mbuf/os_mbuf_copydata/index.html |  11 -
 .../os/core_os/mbuf/os_mbuf_copyinto/index.html |  11 -
 develop/os/core_os/mbuf/os_mbuf_dup/index.html  |  11 -
 .../os/core_os/mbuf/os_mbuf_extend/index.html   |  11 -
 .../core_os/mbuf/os_mbuf_free_chain/index.html  |  11 -
 develop/os/core_os/mbuf/os_mbuf_get/index.html  |  11 -
 .../core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  11 -
 .../os/core_os/mbuf/os_mbuf_memcmp/index.html   |  11 -
 develop/os/core_os/mbuf/os_mbuf_off/index.html  |  11 -
 .../core_os/mbuf/os_mbuf_pool_init/index.html   |  11 -
 .../os/core_os/mbuf/os_mbuf_prepend/index.html  |  11 -
 .../os/core_os/mbuf/os_mbuf_pullup/index.html   |  11 -
 .../memory_pool/OS_MEMPOOL_BYTES/index.html     |  11 -
 .../memory_pool/OS_MEMPOOL_SIZE/index.html      |  11 -
 .../core_os/memory_pool/memory_pool/index.html  |  11 -
 .../memory_pool/os_memblock_get/index.html      |  11 -
 .../memory_pool/os_memblock_put/index.html      |  11 -
 .../memory_pool/os_mempool_init/index.html      |  11 -
 develop/os/core_os/mqueue/mqueue/index.html     |  11 -
 .../os/core_os/mqueue/os_mqueue_get/index.html  |  11 -
 .../os/core_os/mqueue/os_mqueue_init/index.html |  11 -
 .../os/core_os/mqueue/os_mqueue_put/index.html  |  11 -
 develop/os/core_os/msys/msys/index.html         |  11 -
 develop/os/core_os/msys/os_msys_get/index.html  |  11 -
 .../core_os/msys/os_msys_get_pkthdr/index.html  |  11 -
 .../os/core_os/msys/os_msys_register/index.html |  11 -
 .../os/core_os/msys/os_msys_reset/index.html    |  11 -
 develop/os/core_os/mutex/mutex/index.html       |  11 -
 .../os/core_os/mutex/os_mutex_init/index.html   |  11 -
 .../os/core_os/mutex/os_mutex_pend/index.html   |  11 -
 .../core_os/mutex/os_mutex_release/index.html   |  11 -
 develop/os/core_os/mynewt_os/index.html         |  11 -
 develop/os/core_os/os_started/index.html        |  11 -
 develop/os/core_os/porting/port_bsp/index.html  |  11 -
 develop/os/core_os/porting/port_cpu/index.html  |  11 -
 develop/os/core_os/porting/port_mcu/index.html  |  11 -
 develop/os/core_os/porting/port_os/index.html   |  11 -
 .../sanity/os_sanity_check_init/index.html      |  11 -
 .../sanity/os_sanity_check_register/index.html  |  11 -
 .../sanity/os_sanity_check_reset/index.html     |  11 -
 .../sanity/os_sanity_task_checkin/index.html    |  11 -
 .../sanity/os_sanity_task_init/index.html       |  11 -
 develop/os/core_os/sanity/sanity/index.html     |  11 -
 .../os/core_os/semaphore/os_sem_init/index.html |  11 -
 .../os/core_os/semaphore/os_sem_pend/index.html |  11 -
 .../core_os/semaphore/os_sem_release/index.html |  11 -
 .../os/core_os/semaphore/semaphore/index.html   |  11 -
 .../os/core_os/task/os_task_count/index.html    |  11 -
 .../task/os_task_info_get_next/index.html       |  11 -
 develop/os/core_os/task/os_task_init/index.html |  11 -
 develop/os/core_os/task/task/index.html         |  11 -
 .../os/core_os/time/os_gettimeofday/index.html  |  11 -
 .../os/core_os/time/os_settimeofday/index.html  |  11 -
 develop/os/core_os/time/os_time/index.html      |  11 -
 .../os/core_os/time/os_time_delay/index.html    |  11 -
 develop/os/core_os/time/os_time_get/index.html  |  11 -
 develop/os/core_os/time/os_time_tick/index.html |  11 -
 develop/os/get_started/vocabulary/index.html    |  18 +-
 develop/os/modules/baselibc/index.html          |  15 +-
 .../bootloader/boot_build_status/index.html     |  11 -
 .../bootloader/boot_build_status_one/index.html |  11 -
 .../bootloader/boot_clear_status/index.html     |  11 -
 .../bootloader/boot_copy_area/index.html        |  11 -
 .../bootloader/boot_copy_image/index.html       |  11 -
 .../bootloader/boot_erase_area/index.html       |  11 -
 .../bootloader/boot_fill_slot/index.html        |  11 -
 .../boot_find_image_area_idx/index.html         |  11 -
 .../bootloader/boot_find_image_part/index.html  |  11 -
 .../bootloader/boot_find_image_slot/index.html  |  11 -
 .../os/modules/bootloader/boot_go/index.html    |  11 -
 .../bootloader/boot_init_flash/index.html       |  11 -
 .../bootloader/boot_move_area/index.html        |  11 -
 .../boot_read_image_header/index.html           |  11 -
 .../boot_read_image_headers/index.html          |  11 -
 .../bootloader/boot_read_status/index.html      |  11 -
 .../boot_select_image_slot/index.html           |  11 -
 .../bootloader/boot_slot_addr/index.html        |  11 -
 .../bootloader/boot_slot_to_area_idx/index.html |  11 -
 .../bootloader/boot_swap_areas/index.html       |  11 -
 .../bootloader/boot_vect_delete_main/index.html |  11 -
 .../bootloader/boot_vect_delete_test/index.html |  11 -
 .../bootloader/boot_vect_read_main/index.html   |  11 -
 .../bootloader/boot_vect_read_one/index.html    |  11 -
 .../bootloader/boot_vect_read_test/index.html   |  11 -
 .../bootloader/boot_write_status/index.html     |  11 -
 .../os/modules/bootloader/bootloader/index.html |  11 -
 develop/os/modules/console/console/index.html   |  11 -
 .../console/console_blocking_mode/index.html    |  11 -
 .../os/modules/console/console_echo/index.html  |  11 -
 .../os/modules/console/console_init/index.html  |  11 -
 .../modules/console/console_is_init/index.html  |  11 -
 .../modules/console/console_printf/index.html   |  11 -
 .../os/modules/console/console_read/index.html  |  11 -
 .../os/modules/console/console_write/index.html |  11 -
 .../devmgmt/customize_newtmgr/index.html        |  11 -
 develop/os/modules/devmgmt/newtmgr/index.html   |  11 -
 develop/os/modules/devmgmt/oicmgr/index.html    |  11 -
 develop/os/modules/drivers/driver/index.html    |  11 -
 develop/os/modules/drivers/flash/index.html     |  11 -
 develop/os/modules/drivers/mmc/index.html       |  11 -
 develop/os/modules/elua/elua/index.html         | 638 ------------------
 develop/os/modules/elua/lua_init/index.html     | 657 ------------------
 develop/os/modules/elua/lua_main/index.html     | 670 -------------------
 develop/os/modules/fcb/fcb/index.html           |  11 -
 develop/os/modules/fcb/fcb_append/index.html    |  11 -
 .../os/modules/fcb/fcb_append_finish/index.html |  11 -
 .../fcb/fcb_append_to_scratch/index.html        |  11 -
 develop/os/modules/fcb/fcb_clear/index.html     |  11 -
 develop/os/modules/fcb/fcb_getnext/index.html   |  11 -
 develop/os/modules/fcb/fcb_init/index.html      |  11 -
 develop/os/modules/fcb/fcb_is_empty/index.html  |  11 -
 .../os/modules/fcb/fcb_offset_last_n/index.html |  11 -
 develop/os/modules/fcb/fcb_rotate/index.html    |  11 -
 develop/os/modules/fcb/fcb_walk/index.html      |  11 -
 develop/os/modules/fs/fatfs/index.html          |  11 -
 develop/os/modules/fs/fs/fs/index.html          |  11 -
 develop/os/modules/fs/fs/fs_close/index.html    |  11 -
 develop/os/modules/fs/fs/fs_closedir/index.html |  11 -
 .../modules/fs/fs/fs_dirent_is_dir/index.html   |  11 -
 .../os/modules/fs/fs/fs_dirent_name/index.html  |  11 -
 develop/os/modules/fs/fs/fs_filelen/index.html  |  11 -
 develop/os/modules/fs/fs/fs_getpos/index.html   |  11 -
 develop/os/modules/fs/fs/fs_mkdir/index.html    |  11 -
 develop/os/modules/fs/fs/fs_open/index.html     |  11 -
 develop/os/modules/fs/fs/fs_opendir/index.html  |  11 -
 develop/os/modules/fs/fs/fs_ops/index.html      |  11 -
 develop/os/modules/fs/fs/fs_read/index.html     |  11 -
 develop/os/modules/fs/fs/fs_readdir/index.html  |  11 -
 develop/os/modules/fs/fs/fs_register/index.html |  11 -
 develop/os/modules/fs/fs/fs_rename/index.html   |  11 -
 .../os/modules/fs/fs/fs_return_codes/index.html |  11 -
 develop/os/modules/fs/fs/fs_seek/index.html     |  11 -
 develop/os/modules/fs/fs/fs_unlink/index.html   |  11 -
 develop/os/modules/fs/fs/fs_write/index.html    |  11 -
 .../modules/fs/fs/fsutil_read_file/index.html   |  11 -
 .../modules/fs/fs/fsutil_write_file/index.html  |  11 -
 develop/os/modules/fs/nffs/nffs/index.html      |  11 -
 .../modules/fs/nffs/nffs_area_desc/index.html   |  11 -
 .../os/modules/fs/nffs/nffs_config/index.html   |  11 -
 .../os/modules/fs/nffs/nffs_detect/index.html   |  11 -
 .../os/modules/fs/nffs/nffs_format/index.html   |  11 -
 develop/os/modules/fs/nffs/nffs_init/index.html |  11 -
 .../modules/fs/nffs/nffs_internals/index.html   |  11 -
 develop/os/modules/fs/otherfs/index.html        |  11 -
 develop/os/modules/hal/hal/index.html           |  11 -
 develop/os/modules/hal/hal_api/index.html       |  11 -
 .../os/modules/hal/hal_bsp/hal_bsp/index.html   |  11 -
 develop/os/modules/hal/hal_creation/index.html  |  11 -
 .../modules/hal/hal_flash/hal_flash/index.html  |  11 -
 .../hal/hal_flash/hal_flash_int/index.html      |  11 -
 .../os/modules/hal/hal_gpio/hal_gpio/index.html |  11 -
 .../os/modules/hal/hal_i2c/hal_i2c/index.html   |  11 -
 .../os/modules/hal/hal_in_libraries/index.html  |  11 -
 .../hal/hal_os_tick/hal_os_tick/index.html      |  11 -
 .../os/modules/hal/hal_spi/hal_spi/index.html   |  11 -
 .../modules/hal/hal_system/hal_sys/index.html   |  11 -
 .../modules/hal/hal_timer/hal_timer/index.html  |  11 -
 .../os/modules/hal/hal_uart/hal_uart/index.html |  11 -
 .../hal/hal_watchdog/hal_watchdog/index.html    |  11 -
 develop/os/modules/imgmgr/imgmgr/index.html     |  11 -
 .../os/modules/imgmgr/imgr_ver_parse/index.html |  11 -
 .../os/modules/imgmgr/imgr_ver_str/index.html   |  11 -
 develop/os/modules/json/json/index.html         |  15 +-
 .../json/json_encode_object_entry/index.html    |  11 -
 .../json/json_encode_object_finish/index.html   |  11 -
 .../json/json_encode_object_key/index.html      |  11 -
 .../json/json_encode_object_start/index.html    |  11 -
 .../os/modules/json/json_read_object/index.html |  11 -
 develop/os/modules/logs/logs/index.html         |  11 -
 develop/os/modules/shell/shell/index.html       |  11 -
 .../modules/shell/shell_cmd_register/index.html |  11 -
 .../os/modules/shell/shell_evq_set/index.html   |  11 -
 .../shell/shell_nlip_input_register/index.html  |  11 -
 .../modules/shell/shell_nlip_output/index.html  |  11 -
 develop/os/modules/split/split/index.html       |  11 -
 develop/os/modules/stats/stats/index.html       |  11 -
 .../sysinitconfig/sysconfig_error/index.html    |  11 -
 .../sysinitconfig/sysinitconfig/index.html      |  11 -
 .../os/modules/testutil/test_assert/index.html  |  11 -
 .../os/modules/testutil/test_case/index.html    |  11 -
 .../os/modules/testutil/test_decl/index.html    |  11 -
 .../os/modules/testutil/test_pass/index.html    |  11 -
 .../os/modules/testutil/test_suite/index.html   |  11 -
 develop/os/modules/testutil/testutil/index.html |  11 -
 develop/os/modules/testutil/tu_init/index.html  |  11 -
 .../os/modules/testutil/tu_restart/index.html   |  11 -
 develop/os/os_user_guide/index.html             |  11 -
 develop/os/tutorials/STM32F303/index.html       |  13 -
 develop/os/tutorials/add_newtmgr/index.html     |  13 -
 develop/os/tutorials/add_shell/index.html       |  13 -
 develop/os/tutorials/air_quality_ble/index.html |  13 -
 .../os/tutorials/air_quality_sensor/index.html  |  13 -
 develop/os/tutorials/arduino_zero/index.html    | 264 ++++----
 develop/os/tutorials/blehci_project/index.html  |  13 -
 .../os/tutorials/bleprph/bleprph-adv/index.html |  13 -
 .../os/tutorials/bleprph/bleprph-app/index.html |  15 +-
 .../bleprph/bleprph-chr-access/index.html       |  13 -
 .../bleprph/bleprph-gap-event/index.html        |  13 -
 .../tutorials/bleprph/bleprph-intro/index.html  |  13 -
 .../bleprph/bleprph-svc-reg/index.html          |  13 -
 develop/os/tutorials/bletiny_project/index.html |  13 -
 develop/os/tutorials/blinky_console/index.html  |  13 -
 develop/os/tutorials/blinky_primo/index.html    | 160 +++--
 .../os/tutorials/blinky_sram_olimex/index.html  |  13 -
 develop/os/tutorials/eddystone/index.html       |  13 -
 develop/os/tutorials/event_queue/index.html     |  17 +-
 develop/os/tutorials/ibeacon/index.html         |  13 -
 develop/os/tutorials/nRF52/index.html           | 163 +++--
 develop/os/tutorials/nrf52_adc/index.html       |  13 -
 develop/os/tutorials/olimex/index.html          | 215 +++---
 .../os/tutorials/pics/STM32-E407_bot_small.jpg  | Bin 0 -> 140793 bytes
 .../os/tutorials/pics/STM32-E407_top_small.jpg  | Bin 0 -> 165366 bytes
 develop/os/tutorials/pin-wheel-mods/index.html  |  13 -
 develop/os/tutorials/project-slinky/index.html  |  57 +-
 .../tutorials/project-target-slinky/index.html  |  13 -
 develop/os/tutorials/repo/add_repos/index.html  |  13 -
 .../os/tutorials/repo/create_repo/index.html    |  13 -
 .../os/tutorials/repo/private_repo/index.html   |  13 -
 .../os/tutorials/repo/upgrade_repo/index.html   |  13 -
 develop/os/tutorials/tasks_lesson/index.html    |  13 -
 develop/os/tutorials/tutorials/index.html       |  13 -
 develop/os/tutorials/unit_test/index.html       |  17 +-
 .../os/tutorials/wi-fi_on_arduino/index.html    |  13 -
 develop/sitemap.xml                             |  24 +-
 events/index.html                               |   4 +-
 index.html                                      |  17 +-
 landing.html                                    |  17 +-
 latest/index.html                               |  17 +-
 latest/landing.html                             |  17 +-
 latest/mkdocs/search_index.json                 | 366 +++-------
 latest/newt/install/newt_linux/index.html       |  69 +-
 latest/newt/install/newt_mac/index.html         |  67 +-
 .../command_list/newtmgr_conn/index.html        |   2 +-
 .../command_list/newtmgr_crash/index.html       |   2 +-
 latest/os/core_os/callout/callout/index.html    |  11 -
 .../callout/os_callout_func_init/index.html     |  11 -
 .../core_os/callout/os_callout_init/index.html  |  11 -
 .../callout/os_callout_queued/index.html        |  11 -
 .../core_os/callout/os_callout_reset/index.html |  11 -
 .../core_os/callout/os_callout_stop/index.html  |  11 -
 .../context_switch/context_switch/index.html    |  11 -
 .../context_switch/os_arch_ctx_sw/index.html    |  11 -
 .../core_os/context_switch/os_sched/index.html  |  11 -
 .../os_sched_ctx_sw_hook/index.html             |  11 -
 .../os_sched_get_current_task/index.html        |  11 -
 .../context_switch/os_sched_insert/index.html   |  11 -
 .../os_sched_next_task/index.html               |  11 -
 .../os_sched_os_timer_exp/index.html            |  11 -
 .../context_switch/os_sched_resort/index.html   |  11 -
 .../os_sched_set_current_task/index.html        |  11 -
 .../context_switch/os_sched_sleep/index.html    |  11 -
 .../context_switch/os_sched_wakeup/index.html   |  11 -
 .../core_os/event_queue/event_queue/index.html  |  11 -
 .../event_queue/os_eventq_designate/index.html  |  11 -
 .../event_queue/os_eventq_dflt_get/index.html   |  11 -
 .../event_queue/os_eventq_get/index.html        |  11 -
 .../event_queue/os_eventq_init/index.html       |  11 -
 .../event_queue/os_eventq_inited/index.html     |  11 -
 .../event_queue/os_eventq_put/index.html        |  11 -
 .../event_queue/os_eventq_remove/index.html     |  11 -
 .../event_queue/os_eventq_run/index.html        |  11 -
 latest/os/core_os/heap/heap/index.html          |  11 -
 latest/os/core_os/heap/os_free/index.html       |  11 -
 latest/os/core_os/heap/os_malloc/index.html     |  11 -
 latest/os/core_os/heap/os_realloc/index.html    |  11 -
 latest/os/core_os/mbuf/OS_MBUF_DATA/index.html  |  11 -
 .../mbuf/OS_MBUF_LEADINGSPACE/index.html        |  11 -
 .../os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  11 -
 .../mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html      |  11 -
 .../os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  11 -
 .../mbuf/OS_MBUF_TRAILINGSPACE/index.html       |  11 -
 .../os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  11 -
 .../core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  11 -
 latest/os/core_os/mbuf/mbuf/index.html          |  11 -
 latest/os/core_os/mbuf/os_mbuf_adj/index.html   |  11 -
 .../os/core_os/mbuf/os_mbuf_append/index.html   |  11 -
 .../os/core_os/mbuf/os_mbuf_concat/index.html   |  11 -
 .../os/core_os/mbuf/os_mbuf_copydata/index.html |  11 -
 .../os/core_os/mbuf/os_mbuf_copyinto/index.html |  11 -
 latest/os/core_os/mbuf/os_mbuf_dup/index.html   |  11 -
 .../os/core_os/mbuf/os_mbuf_extend/index.html   |  11 -
 .../core_os/mbuf/os_mbuf_free_chain/index.html  |  11 -
 latest/os/core_os/mbuf/os_mbuf_get/index.html   |  11 -
 .../core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  11 -
 .../os/core_os/mbuf/os_mbuf_memcmp/index.html   |  11 -
 latest/os/core_os/mbuf/os_mbuf_off/index.html   |  11 -
 .../core_os/mbuf/os_mbuf_pool_init/index.html   |  11 -
 .../os/core_os/mbuf/os_mbuf_prepend/index.html  |  11 -
 .../os/core_os/mbuf/os_mbuf_pullup/index.html   |  11 -
 .../memory_pool/OS_MEMPOOL_BYTES/index.html     |  11 -
 .../memory_pool/OS_MEMPOOL_SIZE/index.html      |  11 -
 .../core_os/memory_pool/memory_pool/index.html  |  11 -
 .../memory_pool/os_memblock_get/index.html      |  11 -
 .../memory_pool/os_memblock_put/index.html      |  11 -
 .../memory_pool/os_mempool_init/index.html      |  11 -
 latest/os/core_os/mqueue/mqueue/index.html      |  11 -
 .../os/core_os/mqueue/os_mqueue_get/index.html  |  11 -
 .../os/core_os/mqueue/os_mqueue_init/index.html |  11 -
 .../os/core_os/mqueue/os_mqueue_put/index.html  |  11 -
 latest/os/core_os/msys/msys/index.html          |  11 -
 latest/os/core_os/msys/os_msys_get/index.html   |  11 -
 .../core_os/msys/os_msys_get_pkthdr/index.html  |  11 -
 .../os/core_os/msys/os_msys_register/index.html |  11 -
 latest/os/core_os/msys/os_msys_reset/index.html |  11 -
 latest/os/core_os/mutex/mutex/index.html        |  11 -
 .../os/core_os/mutex/os_mutex_init/index.html   |  11 -
 .../os/core_os/mutex/os_mutex_pend/index.html   |  11 -
 .../core_os/mutex/os_mutex_release/index.html   |  11 -
 latest/os/core_os/mynewt_os/index.html          |  11 -
 latest/os/core_os/os_started/index.html         |  11 -
 latest/os/core_os/porting/port_bsp/index.html   |  11 -
 latest/os/core_os/porting/port_cpu/index.html   |  11 -
 latest/os/core_os/porting/port_mcu/index.html   |  11 -
 latest/os/core_os/porting/port_os/index.html    |  11 -
 .../sanity/os_sanity_check_init/index.html      |  11 -
 .../sanity/os_sanity_check_register/index.html  |  11 -
 .../sanity/os_sanity_check_reset/index.html     |  11 -
 .../sanity/os_sanity_task_checkin/index.html    |  11 -
 .../sanity/os_sanity_task_init/index.html       |  11 -
 latest/os/core_os/sanity/sanity/index.html      |  11 -
 .../os/core_os/semaphore/os_sem_init/index.html |  11 -
 .../os/core_os/semaphore/os_sem_pend/index.html |  11 -
 .../core_os/semaphore/os_sem_release/index.html |  11 -
 .../os/core_os/semaphore/semaphore/index.html   |  11 -
 latest/os/core_os/task/os_task_count/index.html |  11 -
 .../task/os_task_info_get_next/index.html       |  11 -
 latest/os/core_os/task/os_task_init/index.html  |  11 -
 latest/os/core_os/task/task/index.html          |  11 -
 .../os/core_os/time/os_gettimeofday/index.html  |  11 -
 .../os/core_os/time/os_settimeofday/index.html  |  11 -
 latest/os/core_os/time/os_time/index.html       |  11 -
 latest/os/core_os/time/os_time_delay/index.html |  11 -
 latest/os/core_os/time/os_time_get/index.html   |  11 -
 latest/os/core_os/time/os_time_tick/index.html  |  11 -
 latest/os/get_started/vocabulary/index.html     |  18 +-
 latest/os/modules/baselibc/index.html           |  15 +-
 .../bootloader/boot_build_status/index.html     |  11 -
 .../bootloader/boot_build_status_one/index.html |  11 -
 .../bootloader/boot_clear_status/index.html     |  11 -
 .../bootloader/boot_copy_area/index.html        |  11 -
 .../bootloader/boot_copy_image/index.html       |  11 -
 .../bootloader/boot_erase_area/index.html       |  11 -
 .../bootloader/boot_fill_slot/index.html        |  11 -
 .../boot_find_image_area_idx/index.html         |  11 -
 .../bootloader/boot_find_image_part/index.html  |  11 -
 .../bootloader/boot_find_image_slot/index.html  |  11 -
 latest/os/modules/bootloader/boot_go/index.html |  11 -
 .../bootloader/boot_init_flash/index.html       |  11 -
 .../bootloader/boot_move_area/index.html        |  11 -
 .../boot_read_image_header/index.html           |  11 -
 .../boot_read_image_headers/index.html          |  11 -
 .../bootloader/boot_read_status/index.html      |  11 -
 .../boot_select_image_slot/index.html           |  11 -
 .../bootloader/boot_slot_addr/index.html        |  11 -
 .../bootloader/boot_slot_to_area_idx/index.html |  11 -
 .../bootloader/boot_swap_areas/index.html       |  11 -
 .../bootloader/boot_vect_delete_main/index.html |  11 -
 .../bootloader/boot_vect_delete_test/index.html |  11 -
 .../bootloader/boot_vect_read_main/index.html   |  11 -
 .../bootloader/boot_vect_read_one/index.html    |  11 -
 .../bootloader/boot_vect_read_test/index.html   |  11 -
 .../bootloader/boot_write_status/index.html     |  11 -
 .../os/modules/bootloader/bootloader/index.html |  11 -
 latest/os/modules/console/console/index.html    |  11 -
 .../console/console_blocking_mode/index.html    |  11 -
 .../os/modules/console/console_echo/index.html  |  11 -
 .../os/modules/console/console_init/index.html  |  11 -
 .../modules/console/console_is_init/index.html  |  11 -
 .../modules/console/console_printf/index.html   |  11 -
 .../os/modules/console/console_read/index.html  |  11 -
 .../os/modules/console/console_write/index.html |  11 -
 .../devmgmt/customize_newtmgr/index.html        |  11 -
 latest/os/modules/devmgmt/newtmgr/index.html    |  11 -
 latest/os/modules/devmgmt/oicmgr/index.html     |  11 -
 latest/os/modules/drivers/driver/index.html     |  11 -
 latest/os/modules/drivers/flash/index.html      |  11 -
 latest/os/modules/drivers/mmc/index.html        |  11 -
 latest/os/modules/elua/elua/index.html          | 638 ------------------
 latest/os/modules/elua/lua_init/index.html      | 657 ------------------
 latest/os/modules/elua/lua_main/index.html      | 670 -------------------
 latest/os/modules/fcb/fcb/index.html            |  11 -
 latest/os/modules/fcb/fcb_append/index.html     |  11 -
 .../os/modules/fcb/fcb_append_finish/index.html |  11 -
 .../fcb/fcb_append_to_scratch/index.html        |  11 -
 latest/os/modules/fcb/fcb_clear/index.html      |  11 -
 latest/os/modules/fcb/fcb_getnext/index.html    |  11 -
 latest/os/modules/fcb/fcb_init/index.html       |  11 -
 latest/os/modules/fcb/fcb_is_empty/index.html   |  11 -
 .../os/modules/fcb/fcb_offset_last_n/index.html |  11 -
 latest/os/modules/fcb/fcb_rotate/index.html     |  11 -
 latest/os/modules/fcb/fcb_walk/index.html       |  11 -
 latest/os/modules/fs/fatfs/index.html           |  11 -
 latest/os/modules/fs/fs/fs/index.html           |  11 -
 latest/os/modules/fs/fs/fs_close/index.html     |  11 -
 latest/os/modules/fs/fs/fs_closedir/index.html  |  11 -
 .../modules/fs/fs/fs_dirent_is_dir/index.html   |  11 -
 .../os/modules/fs/fs/fs_dirent_name/index.html  |  11 -
 latest/os/modules/fs/fs/fs_filelen/index.html   |  11 -
 latest/os/modules/fs/fs/fs_getpos/index.html    |  11 -
 latest/os/modules/fs/fs/fs_mkdir/index.html     |  11 -
 latest/os/modules/fs/fs/fs_open/index.html      |  11 -
 latest/os/modules/fs/fs/fs_opendir/index.html   |  11 -
 latest/os/modules/fs/fs/fs_ops/index.html       |  11 -
 latest/os/modules/fs/fs/fs_read/index.html      |  11 -
 latest/os/modules/fs/fs/fs_readdir/index.html   |  11 -
 latest/os/modules/fs/fs/fs_register/index.html  |  11 -
 latest/os/modules/fs/fs/fs_rename/index.html    |  11 -
 .../os/modules/fs/fs/fs_return_codes/index.html |  11 -
 latest/os/modules/fs/fs/fs_seek/index.html      |  11 -
 latest/os/modules/fs/fs/fs_unlink/index.html    |  11 -
 latest/os/modules/fs/fs/fs_write/index.html     |  11 -
 .../modules/fs/fs/fsutil_read_file/index.html   |  11 -
 .../modules/fs/fs/fsutil_write_file/index.html  |  11 -
 latest/os/modules/fs/nffs/nffs/index.html       |  11 -
 .../modules/fs/nffs/nffs_area_desc/index.html   |  11 -
 .../os/modules/fs/nffs/nffs_config/index.html   |  11 -
 .../os/modules/fs/nffs/nffs_detect/index.html   |  11 -
 .../os/modules/fs/nffs/nffs_format/index.html   |  11 -
 latest/os/modules/fs/nffs/nffs_init/index.html  |  11 -
 .../modules/fs/nffs/nffs_internals/index.html   |  11 -
 latest/os/modules/fs/otherfs/index.html         |  11 -
 latest/os/modules/hal/hal/index.html            |  11 -
 latest/os/modules/hal/hal_api/index.html        |  11 -
 .../os/modules/hal/hal_bsp/hal_bsp/index.html   |  11 -
 latest/os/modules/hal/hal_creation/index.html   |  11 -
 .../modules/hal/hal_flash/hal_flash/index.html  |  11 -
 .../hal/hal_flash/hal_flash_int/index.html      |  11 -
 .../os/modules/hal/hal_gpio/hal_gpio/index.html |  11 -
 .../os/modules/hal/hal_i2c/hal_i2c/index.html   |  11 -
 .../os/modules/hal/hal_in_libraries/index.html  |  11 -
 .../hal/hal_os_tick/hal_os_tick/index.html      |  11 -
 .../os/modules/hal/hal_spi/hal_spi/index.html   |  11 -
 .../modules/hal/hal_system/hal_sys/index.html   |  11 -
 .../modules/hal/hal_timer/hal_timer/index.html  |  11 -
 .../os/modules/hal/hal_uart/hal_uart/index.html |  11 -
 .../hal/hal_watchdog/hal_watchdog/index.html    |  11 -
 latest/os/modules/imgmgr/imgmgr/index.html      |  11 -
 .../os/modules/imgmgr/imgr_ver_parse/index.html |  11 -
 .../os/modules/imgmgr/imgr_ver_str/index.html   |  11 -
 latest/os/modules/json/json/index.html          |  15 +-
 .../json/json_encode_object_entry/index.html    |  11 -
 .../json/json_encode_object_finish/index.html   |  11 -
 .../json/json_encode_object_key/index.html      |  11 -
 .../json/json_encode_object_start/index.html    |  11 -
 .../os/modules/json/json_read_object/index.html |  11 -
 latest/os/modules/logs/logs/index.html          |  11 -
 latest/os/modules/shell/shell/index.html        |  11 -
 .../modules/shell/shell_cmd_register/index.html |  11 -
 .../os/modules/shell/shell_evq_set/index.html   |  11 -
 .../shell/shell_nlip_input_register/index.html  |  11 -
 .../modules/shell/shell_nlip_output/index.html  |  11 -
 latest/os/modules/split/split/index.html        |  11 -
 latest/os/modules/stats/stats/index.html        |  11 -
 .../sysinitconfig/sysconfig_error/index.html    |  11 -
 .../sysinitconfig/sysinitconfig/index.html      |  11 -
 .../os/modules/testutil/test_assert/index.html  |  11 -
 latest/os/modules/testutil/test_case/index.html |  11 -
 latest/os/modules/testutil/test_decl/index.html |  11 -
 latest/os/modules/testutil/test_pass/index.html |  11 -
 .../os/modules/testutil/test_suite/index.html   |  11 -
 latest/os/modules/testutil/testutil/index.html  |  11 -
 latest/os/modules/testutil/tu_init/index.html   |  11 -
 .../os/modules/testutil/tu_restart/index.html   |  11 -
 latest/os/os_user_guide/index.html              |  11 -
 latest/os/tutorials/STM32F303/index.html        |  13 -
 latest/os/tutorials/add_newtmgr/index.html      |  13 -
 latest/os/tutorials/add_shell/index.html        |  13 -
 latest/os/tutorials/air_quality_ble/index.html  |  13 -
 .../os/tutorials/air_quality_sensor/index.html  |  13 -
 latest/os/tutorials/arduino_zero/index.html     | 264 ++++----
 latest/os/tutorials/blehci_project/index.html   |  13 -
 .../os/tutorials/bleprph/bleprph-adv/index.html |  13 -
 .../os/tutorials/bleprph/bleprph-app/index.html |  15 +-
 .../bleprph/bleprph-chr-access/index.html       |  13 -
 .../bleprph/bleprph-gap-event/index.html        |  13 -
 .../tutorials/bleprph/bleprph-intro/index.html  |  13 -
 .../bleprph/bleprph-svc-reg/index.html          |  13 -
 latest/os/tutorials/bletiny_project/index.html  |  13 -
 latest/os/tutorials/blinky_console/index.html   |  13 -
 latest/os/tutorials/blinky_primo/index.html     | 160 +++--
 .../os/tutorials/blinky_sram_olimex/index.html  |  13 -
 latest/os/tutorials/eddystone/index.html        |  13 -
 latest/os/tutorials/event_queue/index.html      |  17 +-
 latest/os/tutorials/ibeacon/index.html          |  13 -
 latest/os/tutorials/nRF52/index.html            | 163 +++--
 latest/os/tutorials/nrf52_adc/index.html        |  13 -
 latest/os/tutorials/olimex/index.html           | 215 +++---
 .../os/tutorials/pics/STM32-E407_bot_small.jpg  | Bin 0 -> 140793 bytes
 .../os/tutorials/pics/STM32-E407_top_small.jpg  | Bin 0 -> 165366 bytes
 latest/os/tutorials/pin-wheel-mods/index.html   |  13 -
 latest/os/tutorials/project-slinky/index.html   |  57 +-
 .../tutorials/project-target-slinky/index.html  |  13 -
 latest/os/tutorials/repo/add_repos/index.html   |  13 -
 latest/os/tutorials/repo/create_repo/index.html |  13 -
 .../os/tutorials/repo/private_repo/index.html   |  13 -
 .../os/tutorials/repo/upgrade_repo/index.html   |  13 -
 latest/os/tutorials/tasks_lesson/index.html     |  13 -
 latest/os/tutorials/tutorials/index.html        |  13 -
 latest/os/tutorials/unit_test/index.html        |  17 +-
 latest/os/tutorials/wi-fi_on_arduino/index.html |  13 -
 latest/sitemap.xml                              |  24 +-
 os/tutorials/pics/STM32-E407_bot_small.jpg      | Bin 0 -> 140793 bytes
 os/tutorials/pics/STM32-E407_top_small.jpg      | Bin 0 -> 165366 bytes
 sitemap.xml                                     |  26 +-
 v0_9_0/index.html                               |  17 +-
 v0_9_0/landing.html                             |  17 +-
 .../os/tutorials/pics/STM32-E407_bot_small.jpg  | Bin 0 -> 140793 bytes
 .../os/tutorials/pics/STM32-E407_top_small.jpg  | Bin 0 -> 165366 bytes
 v0_9_0/sitemap.xml                              |  26 +-
 559 files changed, 1440 insertions(+), 11258 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/index.html
----------------------------------------------------------------------
diff --git a/develop/index.html b/develop/index.html
index 0284379..ab2ae6f 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -249,13 +249,16 @@
                   <li>
                       <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4)
                   </li>
-                  <li>
-                      <a href="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based)
+                   <li>
+                      <a href="https://www.nordicsemi.com/eng/Products/nRF52840-Preview-DK"> nRF52840 Preview DK </a> from Nordic Semiconductor (Cortex-M4)
                   </li>
                   <li>
                       <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0)
                   </li>
                   <li>
+                      <a href="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based)
+                  </li>
+                  <li>
                       <a href="http://redbearlab.com/blenano/"> BLE Nano </a> from RedBear (Nordic nRF51822 SoC based)
                   </li>
                   <li>
@@ -265,9 +268,6 @@
                       <a href="https://www.rigado.com/products/bmd-300-eval-kit/"> BMD-300-EVAL-ES </a> from Rigado (Cortex-M4)
                   </li>
                   <li>
-                      <a href="http://www.st.com/en/evaluation-tools/stm32f3discovery.html"> STM32F3DISCOVERY </a> from ST Micro (Cortex-M4)
-                  </li>
-                  <li>
                       <a href="http://www.st.com/en/evaluation-tools/stm32f4discovery.html"> STM32F4DISCOVERY </a> from ST Micro (Cortex-M4)
                   </li>
                   <li>
@@ -291,8 +291,13 @@
                   <li>
                       <a href="https://creatordev.io/ci40-iot-dev-kit.html"> Creator Ci40 IoT Kit </a> from Imagination Technologies (MIPS CPU)
                   </li>
+                  <li>
+                      <a href="http://microbit.org/hardware"> BBB micro:bit </a> with Nordic nRF51822 (Cortex-M0)
+                  </li> 
+                  <li>
+                      <a href="https://www.adafruit.com/feather"> Adafruit Feather </a> with Nordic nRF52 (Cortex-M4) 
+                  </li>
               </ul>
-
             </div>
           </div>
         </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/landing.html
----------------------------------------------------------------------
diff --git a/develop/landing.html b/develop/landing.html
index ccc7ec2..a0ad2e9 100644
--- a/develop/landing.html
+++ b/develop/landing.html
@@ -108,13 +108,16 @@
                   <li>
                       <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4)
                   </li>
-                  <li>
-                      <a href="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based)
+                   <li>
+                      <a href="https://www.nordicsemi.com/eng/Products/nRF52840-Preview-DK"> nRF52840 Preview DK </a> from Nordic Semiconductor (Cortex-M4)
                   </li>
                   <li>
                       <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0)
                   </li>
                   <li>
+                      <a href="http://ruuvitag.com"> RuuviTag </a> Sensor beacon platform (Nordic nRF52832 based)
+                  </li>
+                  <li>
                       <a href="http://redbearlab.com/blenano/"> BLE Nano </a> from RedBear (Nordic nRF51822 SoC based)
                   </li>
                   <li>
@@ -124,9 +127,6 @@
                       <a href="https://www.rigado.com/products/bmd-300-eval-kit/"> BMD-300-EVAL-ES </a> from Rigado (Cortex-M4)
                   </li>
                   <li>
-                      <a href="http://www.st.com/en/evaluation-tools/stm32f3discovery.html"> STM32F3DISCOVERY </a> from ST Micro (Cortex-M4)
-                  </li>
-                  <li>
                       <a href="http://www.st.com/en/evaluation-tools/stm32f4discovery.html"> STM32F4DISCOVERY </a> from ST Micro (Cortex-M4)
                   </li>
                   <li>
@@ -150,8 +150,13 @@
                   <li>
                       <a href="https://creatordev.io/ci40-iot-dev-kit.html"> Creator Ci40 IoT Kit </a> from Imagination Technologies (MIPS CPU)
                   </li>
+                  <li>
+                      <a href="http://microbit.org/hardware"> BBB micro:bit </a> with Nordic nRF51822 (Cortex-M0)
+                  </li> 
+                  <li>
+                      <a href="https://www.adafruit.com/feather"> Adafruit Feather </a> with Nordic nRF52 (Cortex-M4) 
+                  </li>
               </ul>
-
             </div>
           </div>
         </div>