svn commit: r19870 - in /release/incubator/mynewt: apache-mynewt-0.8.0-b1-incubating/ apache-mynewt-0.8.0-b2-incubating/ apache-mynewt-0.8.0-incubating/ apache-mynewt-0.9.0-incubating/ apache-mynewt-1

2017-06-03 Thread marko
Author: marko Date: Sat Jun 3 06:20:57 2017 New Revision: 19870 Log: Remove all pre 1.0.0 release artifacts. Removed: release/incubator/mynewt/apache-mynewt-0.8.0-b1-incubating/ release/incubator/mynewt/apache-mynewt-0.8.0-b2-incubating/ release/incubator/mynewt/apache-mynewt-0.8.0

incubator-mynewt-core git commit: wifi_mgmt; header files reference mutex/eventq. Need to include os.h from here.

2017-05-17 Thread marko
c6e Author: Marko Kiiskila <ma...@runtime.io> Authored: Wed May 17 10:26:54 2017 -0700 Committer: Marko Kiiskila <ma...@runtime.io> Committed: Wed May 17 10:26:54 2017 -0700 -- net/wifi/wifi_mgmt/include/wifi_mgmt/wif

[1/8] incubator-mynewt-core git commit: sys/shell: add os and prompt subshells

2017-05-17 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 33f4fbaed -> 5d37c6ece sys/shell: add os and prompt subshells os subshell enables system utility commands. prompt subshell contains an example of a dynamic prompt. it can be used to provide additional information, like the

[3/8] incubator-mynewt-core git commit: sys/shell: shell improvements

2017-05-17 Thread marko
sys/shell: shell improvements This patch brings improved shell functionality. * Modules that group shell commands into subshells. A default module can be selected to avoid typing the module prefix with each command. * Per command help messages, per command parameter lists and per parameter help

[7/8] incubator-mynewt-core git commit: This closes #256.

2017-05-17 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/58bec443 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/58bec443 Branch: refs/heads/master Commit: 58bec443843a64856808bbc0d7d340c93b1e23c9 Parents: 33f4fba 44504b9 Author: Marko Kiiskila <ma...@runtime.io> Authored: Wed May

[4/8] incubator-mynewt-core git commit: sys/shell: add support for tab completion

2017-05-17 Thread marko
sys/shell: add support for tab completion 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/038dc7f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/038dc7f4 Diff:

[6/8] incubator-mynewt-core git commit: boot: Tickle watchdog during image swap and verify

2017-05-17 Thread marko
boot: Tickle watchdog during image swap and verify 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/f3c3b03f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f3c3b03f

[2/8] incubator-mynewt-core git commit: sys/shell: add backwards compatible API

2017-05-17 Thread marko
sys/shell: add backwards compatible API This patch adds missing API that is used by some apps. It adds 'compat' module to the shell and assigns commands added from existing apps to this module. With this change all existing apps can be used with new shell. Project:

[8/8] incubator-mynewt-core git commit: This closes #278.

2017-05-17 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/5d37c6ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/5d37c6ec Branch: refs/heads/master Commit: 5d37c6ece51a0661b0714f38b10410fae687410d Parents: 58bec44 f3c3b03 Author: Marko Kiiskila <ma...@runtime.io> Authored: W

[5/8] incubator-mynewt-core git commit: sys/shell: add support for newtmgr over shell

2017-05-17 Thread marko
sys/shell: add support for newtmgr over shell 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/44504b96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/44504b96 Diff:

[1/2] incubator-mynewt-core git commit: Add .cmd files for debug and download scripts for Windows. They are added for the following boards: 1) stm32f767-nucleo (tested) 2) nina-b1 (not tested).

2017-05-17 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 9c5eafdcd -> 33f4fbaed Add .cmd files for debug and download scripts for Windows. They are added for the following boards: 1) stm32f767-nucleo (tested) 2) nina-b1 (not tested). Project:

[2/2] incubator-mynewt-core git commit: This closes #285.

2017-05-17 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/33f4fbae Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/33f4fbae Branch: refs/heads/master Commit: 33f4fbaed09074a919042c939f369b7965b0f7ca Parents: 9c5eafd a940775 Author: Marko Kiiskila <ma...@runtime.io> Authored: Wed May

[2/2] incubator-mynewt-core git commit: Merge branch 'jlink_extra_cmds' of https://github.com/mkiiskila/incubator-mynewt-core

2017-05-08 Thread marko
/incubator-mynewt-core/tree/cb23f34e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/cb23f34e Branch: refs/heads/master Commit: cb23f34e9b55de68078c0c2200b268cf536d003b Parents: 1080d5c 9cec095 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon May 8 18:30:54 2017

[1/2] incubator-mynewt-core git commit: jlink.sh; pass extra jtag command line arguments to JLinkExe.

2017-05-08 Thread marko
tor-mynewt-core/commit/9cec0957 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9cec0957 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/9cec0957 Branch: refs/heads/master Commit: 9cec09579fa1c4aa8a799d9f818e10b187242076 Parents: debf64f Author: Ma

incubator-mynewt-core git commit: Fix problems with starting debuggers on MSYS2/MINGW 1) Fixed launch hanging problem for openocd and jlink gdbserver when newt debug is run from mingw/bash (installed

2017-05-08 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master debf64f45 -> 1080d5c57 Fix problems with starting debuggers on MSYS2/MINGW 1) Fixed launch hanging problem for openocd and jlink gdbserver when newt debug is run from mingw/bash (installed with msys2). openocd now starts in

incubator-mynewt-core git commit: lorashell; Enable LORA_NODE_CLI by default.

2017-05-03 Thread marko
mit/b022ac7c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b022ac7c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b022ac7c Branch: refs/heads/master Commit: b022ac7c08ec7f570dd5216847291adf723983fc Parents: ae4596c Author: Marko Kiiskila

incubator-mynewt-core git commit: iptest, stm32_eth; console_printf() function prototype has changed.

2017-05-03 Thread marko
asf/incubator-mynewt-core/commit/ae4596c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ae4596c4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ae4596c4 Branch: refs/heads/master Commit: ae4596c41b724c97a06bcee136fd9e1044fb1304 Parents: a819c9b Author: Ma

incubator-mynewt-core git commit: lorashell; enable SHELL_TASK by default.

2017-05-02 Thread marko
mit/a819c9bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a819c9bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a819c9bf Branch: refs/heads/master Commit: a819c9bfd9462d81e54ce7e6b40975a84c43e249 Parents: 4f89ca8 Author: Marko Kiiskila <ma...@runt

[1/2] incubator-mynewt-core git commit: os_callout: directly call callback function in tick interrupt context if have't event queue

2017-05-01 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 702dc23e8 -> 4f89ca820 os_callout: directly call callback function in tick interrupt context if have't event queue Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/2] incubator-mynewt-core git commit: This closes #254.

2017-05-01 Thread marko
/repos/asf/incubator-mynewt-core/tree/4f89ca82 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4f89ca82 Branch: refs/heads/master Commit: 4f89ca820d37aabfe6519c3481c264cb69b2cffa Parents: 702dc23 4dfbd54 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon May 1 09

[2/2] incubator-mynewt-core git commit: This closes #252.

2017-04-28 Thread marko
/repos/asf/incubator-mynewt-core/tree/369df92d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/369df92d Branch: refs/heads/master Commit: 369df92d33a8bea2d4d6cb481a9d06aceb2661cd Parents: 2c8cdfb 6e75818 Author: Marko Kiiskila <ma...@runtime.io> Authored: Fri Apr 28 17:22:3

[1/2] incubator-mynewt-core git commit: Add I2C support in BLE nano BSP

2017-04-28 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 2c8cdfb46 -> 369df92d3 Add I2C support in BLE nano BSP 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/6e75818f Tree:

[2/2] incubator-mynewt-core git commit: This closes #251.

2017-04-28 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/2c8cdfb4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/2c8cdfb4 Branch: refs/heads/master Commit: 2c8cdfb46d27b5ee99e1eb7da29f2a814bd1c3a8 Parents: eb4f289 551c0a6 Author: Marko Kiiskila <ma...@runtime.io> Authored: Fri

[1/2] incubator-mynewt-core git commit: fix: cbor decode error when keys have sub strings

2017-04-28 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master eb4f28984 -> 2c8cdfb46 fix: cbor decode error when keys have sub strings Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/2] incubator-mynewt-newt git commit: fix: can't link third-party archive files

2017-04-27 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master 409f7d307 -> 25d87344e fix: can't link third-party archive files Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[2/2] incubator-mynewt-newt git commit: This closes #57.

2017-04-27 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-newt/tree/25d87344 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/25d87344 Branch: refs/heads/master Commit: 25d87344e767a2fcd3bb5217477e2faa1d380e3a Parents: 409f7d3 07339f3 Author: Marko Kiiskila <ma...@runtime.io> Authored: Thu Apr

[1/2] incubator-mynewt-core git commit: Initial BLE400 BSP

2017-04-26 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 7a1e0a8e0 -> 02fd7c764 Initial BLE400 BSP 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/323f7849 Tree:

[2/2] incubator-mynewt-core git commit: This closes #242.

2017-04-26 Thread marko
/incubator-mynewt-core/tree/02fd7c76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/02fd7c76 Branch: refs/heads/master Commit: 02fd7c764dc11eb8ac21bc70633f4f9f3a1ea828 Parents: 7a1e0a8 323f784 Author: Marko Kiiskila <ma...@runtime.io> Authored: Wed Apr 26 10:53:4

[03/10] incubator-mynewt-core git commit: drivers/rtt: add SEGGER RTT package

2017-04-26 Thread marko
drivers/rtt: add SEGGER RTT package 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/d36cccb2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d36cccb2 Diff:

[05/10] incubator-mynewt-core git commit: sys/console: bring back console/minimal

2017-04-26 Thread marko
sys/console: bring back console/minimal 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/5008f7c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5008f7c9 Diff:

[06/10] incubator-mynewt-core git commit: sys/console: migrated to new console functionality

2017-04-26 Thread marko
sys/console: migrated to new console functionality This patch brings improved console functionality. Some of the features: * support for different console backends; UART and RTT for now * improved ANSI codes handling * backward compatible API, so it doesn't break existing apps although the old

[09/10] incubator-mynewt-core git commit: apps/bleprph: disable console input to save flash

2017-04-26 Thread marko
apps/bleprph: disable console input to save flash 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/27ff3195 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/27ff3195

[10/10] incubator-mynewt-core git commit: This closes #230.

2017-04-26 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/7a1e0a8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/7a1e0a8e Branch: refs/heads/master Commit: 7a1e0a8e0c9d5c01efb35c6d16782a95f5d56516 Parents: 6ac1b82 5008f7c Author: Marko Kiiskila <ma...@runtime.io> Authored: Wed

[01/10] incubator-mynewt-core git commit: drivers/rtt: add syscfg option to define output buffer size

2017-04-26 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 6ac1b82ef -> 7a1e0a8e0 drivers/rtt: add syscfg option to define output buffer size bletiny's shell requires larger buffer - 8k - to work properly with debug logs enabled Project:

[07/10] incubator-mynewt-core git commit: sys/console: fix newtmgr over shell

2017-04-26 Thread marko
sys/console: fix newtmgr over shell 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/c7b6f80d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c7b6f80d Diff:

[08/10] incubator-mynewt-core git commit: sys/console: switch to blocking mode for tab completion

2017-04-26 Thread marko
sys/console: switch to blocking mode for tab completion This patch solves an issue with tab completion and async console. Tab completion is triggered in interrupt context and it outputs text into the buffer. As the buffer fills up, the console tries to wait until the uart pulls out the data from

[02/10] incubator-mynewt-core git commit: drivers/rtt: add SEGGER RTT package

2017-04-26 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d36cccb2/hw/drivers/rtt/src/SEGGER_RTT_printf.c -- diff --git a/hw/drivers/rtt/src/SEGGER_RTT_printf.c b/hw/drivers/rtt/src/SEGGER_RTT_printf.c new file mode

[04/10] incubator-mynewt-core git commit: kernel/os: Add os_eventq_get_no_wait function

2017-04-26 Thread marko
kernel/os: Add os_eventq_get_no_wait function This function is needed in interrupt context for quick queue polls. 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/10d350c5 Tree:

[1/2] incubator-mynewt-core git commit: stm32f4xx, erase flash should wait for complete

2017-04-24 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 271ab1b9c -> ce47d8450 stm32f4xx, erase flash should wait for complete Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/2] incubator-mynewt-core git commit: This closes #244.

2017-04-24 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/ce47d845 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ce47d845 Branch: refs/heads/master Commit: ce47d8450b153a2ac062534a7857b26192032f8a Parents: 271ab1b cabdff9 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon Apr 24

[3/3] incubator-mynewt-core git commit: This closes #238.

2017-04-20 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/e13e309d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e13e309d Branch: refs/heads/master Commit: e13e309d92c7d86b6c14e8d672a7b4e52c24d68e Parents: a34f653 1b5f14c Author: Marko Kiiskila <ma...@runtime.io> Authored: Thu Apr 20

[1/3] incubator-mynewt-core git commit: MYNEWT-728; support native arch armv7.

2017-04-20 Thread marko
b39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6d3edb39 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/6d3edb39 Branch: refs/heads/master Commit: 6d3edb39595ad958b04a24e21d854429857bea84 Parents: 31d00cb Author: Marko Kiiskila <ma...@runt

[3/3] incubator-mynewt-core git commit: This closes #221.

2017-04-20 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/a34f6538 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a34f6538 Branch: refs/heads/master Commit: a34f65387d3b5299ad68380f87558d4cce944bee Parents: 431e500 52a585c Author: Marko Kiiskila <ma...@runtime.io> Authored: Thu Apr 20

incubator-mynewt-core git commit: fs/fcb; fix a bug when storing variable of 127 bytes in length.

2017-04-19 Thread marko
tor-mynewt-core/commit/31d00cb0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/31d00cb0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/31d00cb0 Branch: refs/heads/master Commit: 31d00cb0a86368ce2c2f25a0c4ade94fc1680e76 Parents: 43e3f72 Author: Ma

[02/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
MYNEWT-729 SensorAPI: Send sensor data over OIC - Use COAP_MAX_URI constant instead of calloc 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/2300485f Tree:

[08/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
MYNEWT-729 SensorAPI: Send sensor data over OIC - use valid URIs as per spec 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/54533236 Tree:

[07/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
MYNEWT-729 SensorAPI: Send sensor data over OIC - Clean up 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/75e65613 Tree:

[06/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
MYNEWT-729 SensorAPI: Send sensor data over OIC - Add timestamp in oic sensor payload 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/a6b41a55 Tree:

[04/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
MYNEWT-729 SensorAPI: Send sensor data over OIC - Initial commit sensor oic ble 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/878cdc4f Tree:

[11/11] incubator-mynewt-core git commit: This closes #234.

2017-04-17 Thread marko
/asf/incubator-mynewt-core/tree/3bd1a0d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/3bd1a0d0 Branch: refs/heads/master Commit: 3bd1a0d095a93c594bc27d9c9ed32742601d5f01 Parents: f5c02fe e301553 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon Apr 17 16:38:2

[10/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
MYNEWT-729 SensorAPI: Send sensor data over OIC - Addressing review comments by @mkiiskila - Move private apis from include/bno055.h to bno055/bno055_priv.h Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[05/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
MYNEWT-729 SensorAPI: Send sensor data over OIC - Move bleprph specific code to the 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/ecf3a286 Tree:

[03/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
MYNEWT-729 SensorAPI: Send sensor data over OIC - Cleaning up 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/be12bfb2 Tree:

[01/11] incubator-mynewt-core git commit: MYNEWT-729 SensorAPI: Send sensor data over OIC

2017-04-17 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master f5c02fe01 -> 3bd1a0d09 MYNEWT-729 SensorAPI: Send sensor data over OIC - Revert mistaken changes Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/2] incubator-mynewt-core git commit: This closes #233.

2017-04-17 Thread marko
/repos/asf/incubator-mynewt-core/tree/f5c02fe0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/f5c02fe0 Branch: refs/heads/master Commit: f5c02fe0123b96fb17cb3c80ce88f32fe94103f8 Parents: 0092753 9c48291 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon Apr 17 14

[1/2] incubator-mynewt-core git commit: Fix flash size in Red Bear BLE nano description

2017-04-14 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master e3bcabc16 -> 0092753e7 Fix flash size in Red Bear BLE nano description According to manufacturer the chip has 256kB of flash. This is in accordance with the linker scripts found for this target. Project:

[2/2] incubator-mynewt-core git commit: This closes #232.

2017-04-14 Thread marko
/repos/asf/incubator-mynewt-core/tree/0092753e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0092753e Branch: refs/heads/master Commit: 0092753e70254f85f6aa1421831a27a295f1d84e Parents: e3bcabc f99960f Author: Marko Kiiskila <ma...@runtime.io> Authored: Fri Apr 14 11:34:2

[1/7] incubator-mynewt-core git commit: improved context switches for MIPS and PIC32

2017-04-13 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master c527b867a -> 119818800 improved context switches for MIPS and PIC32 Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[5/7] incubator-mynewt-core git commit: Removed include path, included specific parts of the Microchip SDK, fixed some errant capitalisation

2017-04-13 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/2e8de777/hw/mcu/microchip/pic32mx470f512h/include/mcu/p32mx470f512h.h -- diff --git a/hw/mcu/microchip/pic32mx470f512h/include/mcu/p32mx470f512h.h

[4/7] incubator-mynewt-core git commit: Removed include path, included specific parts of the Microchip SDK, fixed some errant capitalisation

2017-04-13 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/2e8de777/hw/mcu/microchip/pic32mx470f512h/include/mcu/pic32.h -- diff --git a/hw/mcu/microchip/pic32mx470f512h/include/mcu/pic32.h

[2/7] incubator-mynewt-core git commit: Removed include path, included specific parts of the Microchip SDK, fixed some errant capitalisation

2017-04-13 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/2e8de777/kernel/os/include/os/arch/pic32/os/cp0defs.h -- diff --git a/kernel/os/include/os/arch/pic32/os/cp0defs.h b/kernel/os/include/os/arch/pic32/os/cp0defs.h

[3/7] incubator-mynewt-core git commit: Removed include path, included specific parts of the Microchip SDK, fixed some errant capitalisation

2017-04-13 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/2e8de777/hw/mcu/microchip/pic32mz2048efg100/include/mcu/p32mz2048efg100.h -- diff --git a/hw/mcu/microchip/pic32mz2048efg100/include/mcu/p32mz2048efg100.h

[6/7] incubator-mynewt-core git commit: Removed include path, included specific parts of the Microchip SDK, fixed some errant capitalisation

2017-04-13 Thread marko
Removed include path, included specific parts of the Microchip SDK, fixed some errant capitalisation 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/2e8de777 Tree:

[7/7] incubator-mynewt-core git commit: This closes #231.

2017-04-13 Thread marko
/asf/incubator-mynewt-core/tree/11981880 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/11981880 Branch: refs/heads/master Commit: 1198188006d18a6b6c23e7acb36e4644e349f091 Parents: c527b86 2e8de77 Author: Marko Kiiskila <ma...@runtime.io> Authored: Thu Apr 13 10:35:3

[2/2] incubator-mynewt-core git commit: This closes #227.

2017-04-11 Thread marko
/incubator-mynewt-core/tree/c527b867 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/c527b867 Branch: refs/heads/master Commit: c527b867af60ce90a1253940967cb1a1e6e67126 Parents: b79f75d dd2cde2 Author: Marko Kiiskila <ma...@runtime.io> Authored: Tue Apr 11 14:39:25 2017

[1/2] incubator-mynewt-core git commit: MYNEWT-714: Add DC/DC enable for nordic platforms

2017-04-11 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master b79f75dff -> c527b867a MYNEWT-714: Add DC/DC enable for nordic platforms As discussed on the dev list, added a call to hal_system_init() in the startup code (in gcc_startup_nrfxx.s). Added the function hal_system_init() to

[2/2] incubator-mynewt-core git commit: This closes #225.

2017-04-10 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/b8a35497 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b8a35497 Branch: refs/heads/master Commit: b8a35497008409735e6a61d80fc0ab54ab62c34f Parents: 95935c6 f177991 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon

[1/2] incubator-mynewt-core git commit: nrf51 bsp fixes from discussion https://github.com/apache/incubator-mynewt-core/pull/198/files

2017-04-10 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 95935c62c -> b8a354970 nrf51 bsp fixes from discussion https://github.com/apache/incubator-mynewt-core/pull/198/files Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/2] incubator-mynewt-core git commit: sys/reboot; if fcb_init() sees data it does not recognize in the flash area allocated to it, erase that area.

2017-04-07 Thread marko
mit: 5155897f8cf7d022332255239c02384b578d2d68 Parents: fe4b763 Author: Marko Kiiskila <ma...@runtime.io> Authored: Fri Apr 7 09:41:08 2017 -0700 Committer: Marko Kiiskila <ma...@runtime.io> Committed: Fri Apr 7 09:41:08 2017 -0700 -- sys/reboot/s

[2/2] incubator-mynewt-core git commit: net/ip/mn_socket; fix a typo in address conversion with v6.

2017-04-07 Thread marko
/dbbb3be1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/dbbb3be1 Branch: refs/heads/develop Commit: dbbb3be14c9a691ed1865b41da2a8437736863c3 Parents: 5155897 Author: Marko Kiiskila <ma...@runtime.io> Authored: Fri Apr 7 09:43:00 2017 -0700 Committer: Marko Kiiski

incubator-mynewt-core git commit: nmgr_os; reduce the chance of triggering watchdog during reboot by tickling it just before doing managed reset.

2017-04-04 Thread marko
mit: 2767d79188aed7c74c49663604660e35a0f660a0 Parents: 46dad8f Author: Marko Kiiskila <ma...@runtime.io> Authored: Tue Apr 4 20:31:07 2017 -0700 Committer: Marko Kiiskila <ma...@runtime.io> Committed: Tue Apr 4 20:32:35 2017 -0700 -- mgmt/newt

[2/2] incubator-mynewt-core git commit: native/hal_uart.c; break out of tx loop in poller if nothing to transmit.

2017-04-03 Thread marko
-core/tree/832fa2d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/832fa2d5 Branch: refs/heads/develop Commit: 832fa2d5f0fa4c03879caa1d8a886e76729920d0 Parents: b1465b5 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon Apr 3 19:49:33 2017 -0700 Committer:

[1/2] incubator-mynewt-core git commit: net/oic; fix compilation errors with clang.

2017-04-03 Thread marko
mit/b1465b52 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b1465b52 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b1465b52 Branch: refs/heads/develop Commit: b1465b52f4b4252cfd2eb16a067d7559b8336d5c Parents: b8380e9 Author: Marko Kiiskila

[1/3] incubator-mynewt-core git commit: pic32 port, soft floating point only, kernel mode only

2017-04-03 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop a73a65bfc -> ab16b5db1 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/70bf4a85/hw/mcu/mips/danube/include/mcu/mips_bsp.h -- diff --git

[2/3] incubator-mynewt-core git commit: pic32 port, soft floating point only, kernel mode only

2017-04-03 Thread marko
pic32 port, soft floating point only, kernel mode only 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/70bf4a85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/70bf4a85

[3/3] incubator-mynewt-core git commit: This closes #218.

2017-04-03 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/ab16b5db Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ab16b5db Branch: refs/heads/develop Commit: ab16b5db18fa81e749c33a12cfe79265e873df8e Parents: a73a65b 70bf4a8 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon

incubator-mynewt-core git commit: native; allow user to specify real ttys to connect to from command line when invoking simulator. --uart0 for uart0, --uart1 for uart1.

2017-03-28 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop efbaf05f4 -> 7f690f7f5 native; allow user to specify real ttys to connect to from command line when invoking simulator. --uart0 for uart0, --uart1 for uart1. Project:

incubator-mynewt-core git commit: MYNEWT-688; disabling unused-result warning when compiling hw/mcu/native, and assigning return value from write() in os_fault.c:__assert_func().

2017-03-28 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop e62a2458c -> efbaf05f4 MYNEWT-688; disabling unused-result warning when compiling hw/mcu/native, and assigning return value from write() in os_fault.c:__assert_func(). Project:

[2/2] incubator-mynewt-core git commit: net/oic; use hal_bsp_dev_id() to generate platform uuid.

2017-03-27 Thread marko
/e62a2458 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e62a2458 Branch: refs/heads/develop Commit: e62a2458c2d8835bd8f5c532573ece4534532f57 Parents: 9d8c6f2 Author: Marko Kiiskila <ma...@runtime.io> Authored: Mon Mar 27 15:22:59 2017 -0700 Committer: Marko Kiiski

[1/2] incubator-mynewt-core git commit: net/oic; don't send confirmable requests over TCP-like transports.

2017-03-27 Thread marko
asf/incubator-mynewt-core/commit/9d8c6f27 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9d8c6f27 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/9d8c6f27 Branch: refs/heads/develop Commit: 9d8c6f27c3fbc2d58c2eff24cf0a6ad3039598b7 Parents: 133a628 Author: Ma

[3/3] incubator-mynewt-core git commit: net/oic; add a testcase for basic observe.

2017-03-26 Thread marko
://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/133a628f Branch: refs/heads/develop Commit: 133a628fd0ebff170beb53703af388476dcf1d29 Parents: 4393af4 Author: Marko Kiiskila <ma...@runtime.io> Authored: Sun Mar 26 16:43:03 2017 -0700 Committer: Marko Kiiskila <ma...@r

[2/3] incubator-mynewt-core git commit: net/oic; oc_endpoint size is different depending on transport type. Take this into account when comparing them.

2017-03-26 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/tree/4393af41 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4393af41 Branch: refs/heads/develop Commit: 4393af41e3938601972ffe8be7e859c67cf57785 Parents: 0df95ce Author: Marko Kiiskila <ma...@runtime.io> Authored: Sun Mar

[1/3] incubator-mynewt-core git commit: net/oic; when deleting resource, remove it from oc_app_resources list.

2017-03-26 Thread marko
hor: Marko Kiiskila <ma...@runtime.io> Authored: Sun Mar 26 16:22:52 2017 -0700 Committer: Marko Kiiskila <ma...@runtime.io> Committed: Sun Mar 26 16:22:52 2017 -0700 -- net/oic/src/api/oc_ri.c | 8 1 file change

[2/2] incubator-mynewt-core git commit: This closes #214.

2017-03-23 Thread marko
://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c6ad1e17 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/c6ad1e17 Branch: refs/heads/develop Commit: c6ad1e17c883c2a66346c18af77370b47f8061f7 Parents: 3c98680 88b87be Author: Marko Kiiskila <ma...@runtime.io> Au

[1/2] incubator-mynewt-core git commit: Add definition/value for MCU_FLASH_MIN_WRITE_SIZE

2017-03-23 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 3c9868002 -> c6ad1e17c Add definition/value for MCU_FLASH_MIN_WRITE_SIZE Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/2] incubator-mynewt-core git commit: Expose I2C0 on STM32F4 Discovery board

2017-03-23 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop eed3250d1 -> 22e0edd10 Expose I2C0 on STM32F4 Discovery board Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/2] incubator-mynewt-core git commit: This closes #213.

2017-03-23 Thread marko
: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/22e0edd1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/22e0edd1 Branch: refs/heads/develop Commit: 22e0edd108aef57138be36be971f0d0cea519904 Parents: eed3250 e82d1fc Author: Marko Kiiskila <ma...@runtime

incubator-mynewt-core git commit: Delete unused openocd script files.

2017-03-23 Thread marko
50d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/eed3250d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/eed3250d Branch: refs/heads/develop Commit: eed3250d190fc03d49fe27fe899ce49ef7bdef59 Parents: ea988a0 Author: Marko Kiiskila <ma...@runt

[1/2] incubator-mynewt-newt git commit: Add env to verbose output, remove duplicated msg

2017-03-22 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop eee86aafb -> 9797af33e Add env to verbose output, remove duplicated msg Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[2/2] incubator-mynewt-newt git commit: This closes #53.

2017-03-22 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-newt/tree/9797af33 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/9797af33 Branch: refs/heads/develop Commit: 9797af33e3b7f4b8e5cd53cc0677742780c98d45 Parents: eee86aa af48965 Author: Marko Kiiskila <ma...@runtime.io> Authore

[2/2] incubator-mynewt-core git commit: This closes #209.

2017-03-22 Thread marko
: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ea988a0c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ea988a0c Branch: refs/heads/develop Commit: ea988a0cf9c88a0737643189ff63f9e2ad4125b9 Parents: ded20e1 3fa905b Author: Marko Kiiskila <ma...@runtime

[1/2] incubator-mynewt-core git commit: timtest: Fix pstack malloc for task 2 should use TASK2_STACK_SIZE

2017-03-22 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop ded20e114 -> ea988a0cf timtest: Fix pstack malloc for task 2 should use TASK2_STACK_SIZE Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: repository.yml; add 1.0.0 tag

2017-03-22 Thread marko
ree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a7b80bee Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a7b80bee Branch: refs/heads/master Commit: a7b80beee894584c6b32d90e925518784f375504 Parents: 9ed89b1 Author: Marko Kiiskila <ma...@runtime.io>

svn commit: r18872 - /release/incubator/mynewt/apache-mynewt-1.0.0-incubating/

2017-03-21 Thread marko
Author: marko Date: Tue Mar 21 19:39:42 2017 New Revision: 18872 Log: Release artifacts for Apache Mynewt 1.0.0-incubating. Added: release/incubator/mynewt/apache-mynewt-1.0.0-incubating/ release/incubator/mynewt/apache-mynewt-1.0.0-incubating/apache-mynewt-blinky-1.0.0-incubating.tgz

incubator-mynewt-core git commit: LICENSE; mention 3-clause BSD for LwIP, tinycrypt, and STM32CubeF7.

2017-03-21 Thread marko
asf/incubator-mynewt-core/commit/ea98953d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ea98953d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ea98953d Branch: refs/heads/develop Commit: ea98953df698a6ae2c462a5487b5150bb77392dc Parents: 63546ef Author: Ma

[4/5] incubator-mynewt-core git commit: Re-add double cmd.exe invocation.

2017-03-10 Thread marko
-us.apache.org/repos/asf/incubator-mynewt-core/diff/f6951e68 Branch: refs/heads/develop Commit: f6951e6889d631e112d18514b891d98e42fca8ff Parents: 9cd69a3 Author: Marko Kiiskila <ma...@runtime.io> Authored: Sat Mar 4 20:44:03 2017 -0800 Committer: Marko Kiiskila <ma...@runtime.io> Commit

[5/5] incubator-mynewt-core git commit: This closes #203.

2017-03-10 Thread marko
-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/631db770 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/631db770 Branch: refs/heads/develop Commit: 631db770443b9f208ca37712e8f040c01c439fba Parents: 2b3d6cc f6951e6 Author: Marko Kiiskila <ma...@runtime.io> Au

[3/5] incubator-mynewt-core git commit: Use $OS to determine whether running on windows or not.

2017-03-10 Thread marko
/9cd69a34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/9cd69a34 Branch: refs/heads/develop Commit: 9cd69a34301772260c4db02e7afc3b0844247348 Parents: 567a360 Author: Marko Kiiskila <ma...@runtime.io> Authored: Sat Mar 4 20:42:45 2017 -0800 Committer: Marko Kiiski

[1/5] incubator-mynewt-core git commit: Fix ctrl-c handling on Windows by launching separate cmd instances

2017-03-10 Thread marko
mon Ratner <simon+git...@probablyprime.net> Authored: Sat Mar 4 11:41:30 2017 -0800 Committer: Marko Kiiskila <ma...@runtime.io> Committed: Fri Mar 10 13:10:05 2017 -0800 -- hw/scripts/

[2/5] incubator-mynewt-core git commit: scripts; pathnames need to be converted when calling cmd.exe. CMDSPEC not set when using win-bash.

2017-03-10 Thread marko
/repos/asf/incubator-mynewt-core/tree/567a360f Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/567a360f Branch: refs/heads/develop Commit: 567a360fe0c4eb8f0d5d1c15585b6805e3559c27 Parents: 56444ed Author: Marko Kiiskila <ma...@runtime.io> Authored: Sat Mar 4 19:07:4

  1   2   3   4   5   6   7   8   9   10   >