incubator-mynewt-core git commit: testbench - create tasks after test reg

2017-01-25 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4045e9612 -> 035010b6a testbench - create tasks after test reg Creating the tasks early causes a crash. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repo

[2/6] incubator-mynewt-core git commit: kernel/os; os_init() - add function name to be used as the entry point to main task.

2017-01-25 Thread marko
kernel/os; os_init() - add function name to be used as the entry point to main task. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/fd7bb7c6 Tree: http://git-wip-us.apache.org/repos/asf/incuba

[5/6] incubator-mynewt-core git commit: split_app; split loaders need to enter app by calling hal_system_restart(). Change the _start_split() to start OS same way as _start does.

2017-01-25 Thread marko
split_app; split loaders need to enter app by calling hal_system_restart(). Change the _start_split() to start OS same way as _start does. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/5bc9d4

[3/6] incubator-mynewt-core git commit: splitty; remove main task configuration. These settings have to match in split setup in loader and app.

2017-01-25 Thread marko
splitty; remove main task configuration. These settings have to match in split setup in loader and app. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/a09cc95c Tree: http://git-wip-us.apache.o

[6/6] incubator-mynewt-core git commit: nrf51dk, nrf52dk; change startup code for split app to reset CPU mode to 0.

2017-01-25 Thread marko
nrf51dk, nrf52dk; change startup code for split app to reset CPU mode to 0. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b32668d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynew

[1/6] incubator-mynewt-core git commit: baselibc, split_app; _start() calls into OS. Add dependency.

2017-01-25 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 035010b6a -> eb59481c9 baselibc, split_app; _start() calls into OS. Add dependency. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynew

[4/6] incubator-mynewt-core git commit: hal; add hal_system_restart(), which allows you to restart the system with a new entry point.

2017-01-25 Thread marko
hal; add hal_system_restart(), which allows you to restart the system with a new entry point. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/12fdc5cf Tree: http://git-wip-us.apache.org/repos/a

incubator-mynewt-core git commit: split startup.s; clear cpu mode.

2017-01-25 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop eb59481c9 -> f1fcdb91b split startup.s; clear cpu mode. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/f1fcdb91 Tree:

incubator-mynewt-core git commit: apps; update comment about what main() means/does.

2017-01-25 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f1fcdb91b -> 98c9ab1b4 apps; update comment about what main() means/does. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/com

incubator-mynewt-blinky git commit: blinky; main() is now running in the context of main app.

2017-01-25 Thread marko
Repository: incubator-mynewt-blinky Updated Branches: refs/heads/develop b6918edc1 -> a69b40919 blinky; main() is now running in the context of main app. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-myne

incubator-mynewt-core git commit: apps - Use default OS_MAIN_TASK_PRIO

2017-01-25 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 98c9ab1b4 -> 3ae7fa3c7 apps - Use default OS_MAIN_TASK_PRIO This prevents split image syscfg conflicts. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repo

incubator-mynewt-core git commit: testbench - Add boot/split_app dep

2017-01-25 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 3ae7fa3c7 -> c4023a2f8 testbench - Add boot/split_app dep This change is necessary for testbench to be used as a split app (second stage in a split image). Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-

incubator-mynewt-core git commit: Changing sensor API display

2017-01-25 Thread vipulrahane
Repository: incubator-mynewt-core Updated Branches: refs/heads/sensors_branch d983810db -> fbbad56bb Changing sensor API display Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/fbbad56b Tre

incubator-mynewt-site git commit: removed date from copyright - just mentions Apache License 2.0 now. This closes #130. This closes #145.

2017-01-25 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/master ac5f20e4c -> 42b6de544 removed date from copyright - just mentions Apache License 2.0 now. This closes #130. This closes #145. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-

[GitHub] incubator-mynewt-site pull request #130: ADC Tutorial

2017-01-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-mynewt-site/pull/130 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[2/5] incubator-mynewt-site git commit: Removed date from copyright. Small edits to newt mfg command

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8efbd1d9/os/get_started/project_create/index.html -- diff --git a/os/get_started/project_create/index.html b/os/get_started/project_create/index.html index 84f06d2.

[GitHub] incubator-mynewt-site pull request #145: mfg docs - slight rewording / rearr...

2017-01-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-mynewt-site/pull/145 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[3/5] incubator-mynewt-site git commit: Removed date from copyright. Small edits to newt mfg command

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8efbd1d9/os/core_os/context_switch/os_sched_insert/index.html -- diff --git a/os/core_os/context_switch/os_sched_insert/index.html b/os/core_os/context_switch/os_sc

[1/5] incubator-mynewt-site git commit: Removed date from copyright. Small edits to newt mfg command

2017-01-25 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site 170decb3e -> 8efbd1d95 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8efbd1d9/os/modules/imgmgr/imgmgr_module_init/index.html -- diff -

[4/5] incubator-mynewt-site git commit: Removed date from copyright. Small edits to newt mfg command

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8efbd1d9/latest/mkdocs/search_index.json -- diff --git a/latest/mkdocs/search_index.json b/latest/mkdocs/search_index.json index 8beca40..9973a91 100644 --- a/latest

[5/5] incubator-mynewt-site git commit: Removed date from copyright. Small edits to newt mfg command

2017-01-25 Thread aditi
Removed date from copyright. Small edits to newt mfg command 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/8efbd1d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/8ef

incubator-mynewt-core git commit: Adding tsl2561 driver

2017-01-25 Thread vipulrahane
Repository: incubator-mynewt-core Updated Branches: refs/heads/sensors_branch fbbad56bb -> 674aa7d47 Adding tsl2561 driver Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/674aa7d4 Tree: htt

[1/4] incubator-mynewt-site git commit: mfg docs - slight rewording / rearranging

2017-01-25 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/develop a10075c4c -> eedec3fd2 mfg docs - slight rewording / rearranging 1. Move create mfg step such that it comes before the boot-build and create-image steps. Rationale: The mfg package only needs to be created once, whereas th

[2/4] incubator-mynewt-site git commit: minor edit to newt_mfg.md

2017-01-25 Thread aditi
minor edit to newt_mfg.md 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/82b4936c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/82b4936c Diff: http://git-wip-us.apach

[4/4] incubator-mynewt-site git commit: updated BLE security doc to remove placeholders about roadmap. The features have been implemented.

2017-01-25 Thread aditi
updated BLE security doc to remove placeholders about roadmap. The features have been implemented. 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/eedec3fd Tree: http://git-wip-us.apache.org/r

[3/4] incubator-mynewt-site git commit: Remove copyright date

2017-01-25 Thread aditi
Remove copyright date 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/e5f6029d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/e5f6029d Diff: http://git-wip-us.apache.or

[01/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site 8efbd1d95 -> ac426b0ae http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/v0_9_0/talks/index.html -- diff --git a/v0_9_0/talks/inde

[07/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/latest/os/core_os/context_switch/os_sched_set_current_task/index.html -- diff --git a/latest/os/core_os/context_switch/os_sched_set_current_task/index.html

[02/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/v0_9_0/os/modules/fs/fs/fs_read/index.html -- diff --git a/v0_9_0/os/modules/fs/fs/fs_read/index.html b/v0_9_0/os/modules/fs/fs/fs_read/index.html index 74

[03/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/v0_9_0/os/core_os/mutex/os_mutex_init/index.html -- diff --git a/v0_9_0/os/core_os/mutex/os_mutex_init/index.html b/v0_9_0/os/core_os/mutex/os_mutex_init/i

[05/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/latest/os/modules/hal/hal_spi/hal_spi/index.html -- diff --git a/latest/os/modules/hal/hal_spi/hal_spi/index.html b/latest/os/modules/hal/hal_spi/hal_spi/i

[08/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html -- diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_w

[10/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/develop/os/modules/fcb/fcb_append_to_scratch/index.html -- diff --git a/develop/os/modules/fcb/fcb_append_to_scratch/index.html b/develop/os/modules/fcb/fc

[04/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/v0_9_0/newt/command_list/newt_clean/index.html -- diff --git a/v0_9_0/newt/command_list/newt_clean/index.html b/v0_9_0/newt/command_list/newt_clean/index.h

[12/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/develop/network/ble/ini_stack/ble_ini_intro/index.html -- diff --git a/develop/network/ble/ini_stack/ble_ini_intro/index.html b/develop/network/ble/ini_sta

[09/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html -- diff --git a/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html b/develop/os/tutorials/blep

[14/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
updated security page to reflect every feature is implemented 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/ac426b0a Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ac

[06/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/latest/os/introduction/index.html -- diff --git a/latest/os/introduction/index.html b/latest/os/introduction/index.html index 3894b53..3b122c2 100644 --- a

[11/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/develop/os/core_os/mqueue/os_mqueue_init/index.html -- diff --git a/develop/os/core_os/mqueue/os_mqueue_init/index.html b/develop/os/core_os/mqueue/os_mque

[13/14] incubator-mynewt-site git commit: updated security page to reflect every feature is implemented

2017-01-25 Thread aditi
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ac426b0a/develop/network/ble/ble_hs/ble_gap/ble_gap/index.html -- diff --git a/develop/network/ble/ble_hs/ble_gap/ble_gap/index.html b/develop/network/ble/ble_hs/bl

incubator-mynewt-site git commit: minor edit to ble_sec doc

2017-01-25 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/develop eedec3fd2 -> 2044f7b9c minor edit to ble_sec doc 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/2044f7b9 Tree: http:/

incubator-mynewt-site git commit: minor changes to ble_sec.md doc

2017-01-25 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/master 42b6de544 -> dbce794f8 minor changes to ble_sec.md doc 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/dbce794f Tree: h

incubator-mynewt-site git commit: some minor changes to ble_sec.md

2017-01-25 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site ac426b0ae -> b435bead2 some minor changes to ble_sec.md 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/b435bead Tree

incubator-mynewt-core git commit: MYNEWT-564 BLE Host - Allow byte buf for adv data

2017-01-25 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop c4023a2f8 -> 0fc206fb9 MYNEWT-564 BLE Host - Allow byte buf for adv data Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/comm