[27/50] incubator-mynewt-core git commit: nimble/l2cap: Fix L2CAP LE CoC disconnection handling

2017-03-06 Thread marko
nimble/l2cap: Fix L2CAP LE CoC disconnection handling This patch fixes mess around scid/dcid on L2CAP disconnection request 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/1759bdfe Tree: http:

[17/50] incubator-mynewt-core git commit: net/oic; support IPv4.

2017-03-06 Thread marko
net/oic; support IPv4. 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/5ea6d720 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5ea6d720 Diff: http://git-wip-us.apache.o

[36/50] incubator-mynewt-core git commit: nimble/l2cap: Add handling receiving SDU over L2CAP LE CoC

2017-03-06 Thread marko
nimble/l2cap: Add handling receiving SDU over L2CAP LE CoC With this patch nimble can receive full SDU from remote device. Once it is done, callback with SDU is called to application. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org

[12/50] incubator-mynewt-core git commit: MYNEWT-647 Changes to NMP over OIC scheme

2017-03-06 Thread marko
MYNEWT-647 Changes to NMP over OIC scheme Update NMP handlers to account for new scheme. Now the top-level handler creates and closes the response root map rather than each handler. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/

[50/50] incubator-mynewt-core git commit: MYNEWT-527; fix OVERRIDE -> OVERWRITE

2017-03-06 Thread marko
MYNEWT-527; fix OVERRIDE -> OVERWRITE 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/cdcfc86f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/cdcfc86f Diff: http://git-

[32/50] incubator-mynewt-core git commit: nimble/l2cap: Remove not needed function ble_l2cap_sig_init_cmd

2017-03-06 Thread marko
nimble/l2cap: Remove not needed function ble_l2cap_sig_init_cmd After refactor this function is not needed anymore in the host code. The only user of it is unitest and this patch fixes that. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apa

[03/50] incubator-mynewt-core git commit: Update adafruit nrf52 feather bsp with correct crystal SCA.

2017-03-06 Thread marko
Update adafruit nrf52 feather bsp with correct crystal SCA. 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/8959ce9e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/8959

[21/50] incubator-mynewt-core git commit: bletiny: Refactor buffer handling in the application

2017-03-06 Thread marko
bletiny: Refactor buffer handling in the application With this patch we prepare os_mbuf_pool which is used later by application to get sdu buffer 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/commi

[07/50] incubator-mynewt-core git commit: MYNEWT-642 Eddystone buf: one byte too large.

2017-03-06 Thread marko
MYNEWT-642 Eddystone buf: one byte too large. 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/b41f55db Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b41f55db Diff: htt

[25/50] incubator-mynewt-core git commit: nimble/l2cap: Fix handling scid/dcid in the channel.

2017-03-06 Thread marko
nimble/l2cap: Fix handling scid/dcid in the channel. This patch makes sure that each l2cap channel has corretly set scid and dcid. In the same time dcid is use when sending data. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repo

[15/50] incubator-mynewt-core git commit: MYNEWT-492 - Remove unused obsolete settings.

2017-03-06 Thread marko
MYNEWT-492 - Remove unused obsolete settings. 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/fdc8e21b Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/fdc8e21b Diff: htt

[46/50] incubator-mynewt-core git commit: don't crash when dumping logs from shell. Dump full logs.

2017-03-06 Thread marko
don't crash when dumping logs from shell. Dump full logs. 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/e85707da Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e857

[09/50] incubator-mynewt-core git commit: Expose os_dev_loookup()

2017-03-06 Thread marko
Expose os_dev_loookup() This enables users who want to share a OS device during init to access it using the device name. This should not be called at runtime. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-myn

[47/50] incubator-mynewt-core git commit: MYNEWT-654 datetime command may crash device

2017-03-06 Thread marko
MYNEWT-654 datetime command may crash device There are two issues here: 1. newtmgr tool always includes an extraneous rc:0 key-value pair in its outgoing datetime commands. 2. Server-side, the firmware parses the "rc" value and writes the result to null. This commit addresses the second is

[48/50] incubator-mynewt-core git commit: Fix invalid memory accesses in ble_uuid_cmp

2017-03-06 Thread marko
Fix invalid memory accesses in ble_uuid_cmp When the two uuid values differ in type, one of two things can happen: 1. Access to unallocated or uninitialised memory 2. Unaligned access to 16/32-bit values Both of these cause crashes, so always make sure we are comparing like types. Project: htt

[24/50] incubator-mynewt-core git commit: bletiny: Add error print when L2CAP LE CoC disconnect fails

2017-03-06 Thread marko
bletiny: Add error print when L2CAP LE CoC disconnect fails 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/07b86ffe Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/07b8

[14/50] incubator-mynewt-core git commit: MYNEWT-509 - Specify min-write-sz per MCU.

2017-03-06 Thread marko
MYNEWT-509 - Specify min-write-sz per MCU. 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/dffe4505 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/dffe4505 Diff: http:/

[05/50] incubator-mynewt-core git commit: net/oic; notifications were not working. memset() in coap_receive_packet() was overwriting too many bytes, running into observer memory pool area.

2017-03-06 Thread marko
net/oic; notifications were not working. memset() in coap_receive_packet() was overwriting too many bytes, running into observer memory pool area. 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/commi

[31/50] incubator-mynewt-core git commit: nimble/l2cap: Refactor handling L2CAP reject command

2017-03-06 Thread marko
nimble/l2cap: Refactor handling L2CAP reject command With this patch L2CAP reject command uses a new way of preparing command and sending it 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/79e

[35/50] incubator-mynewt-core git commit: nimble/l2cap: Add LE credits update handling

2017-03-06 Thread marko
nimble/l2cap: Add LE credits update handling This patch add support to send singaling request to update LE creadits as well as handle remote device sending us LE credits update. Note, that this patch introduces also helper function to find channel by scid and dcid Project: http://git-wip-us.apa

[13/50] incubator-mynewt-core git commit: blecent: Fix not setting initial BLE address

2017-03-06 Thread marko
blecent: Fix not setting initial BLE address Application needs to set correct public address if it want to use it. MYNEWT-634 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/58ea0a58 Tree: ht

[44/50] incubator-mynewt-core git commit: nimble/l2cap: Add initial credits calculations

2017-03-06 Thread marko
nimble/l2cap: Add initial credits calculations With this patch we calculate initial credits in that way that peer device is able to send full SDU by fill up fully LE frames. If it happens that peer is not filling up LE Frames, there is mechanism to handling it already in receiving function Proj

[39/50] incubator-mynewt-core git commit: nibmle/l2cap: Clear LE CoC channel on ACL drop

2017-03-06 Thread marko
nibmle/l2cap: Clear LE CoC channel on ACL drop When ACL is disconnected before L2CAP is disconnected we need to make sure proper cleaning is done and application is notified about channel disconnection. Therefore with this patch sending DISCONNECTED EVENT is moved to function doing free of COC sp

[22/50] incubator-mynewt-core git commit: bletiny: Add support to send data over L2CAP LE CoC

2017-03-06 Thread marko
bletiny: Add support to send data over L2CAP LE CoC With this patch user can send random data to specified CoC channel with command: l2cap send conn= idx= bytes= Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-

[26/50] incubator-mynewt-core git commit: nimble/l2cap: Memset response in L2CAP LE CoC connect request

2017-03-06 Thread marko
nimble/l2cap: Memset response in L2CAP LE CoC connect request This is in order to not send trash in case of error response. 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/9597dc7b Tree: http:

[02/50] incubator-mynewt-core git commit: Initial cut at adafruit feather nrf52 bsp.

2017-03-06 Thread marko
Initial cut at adafruit feather nrf52 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/24956966 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/24956966 Diff: http:/

[08/50] incubator-mynewt-core git commit: MYNEWT-527; add wrapper for shell scripts when running on Windows.

2017-03-06 Thread marko
MYNEWT-527; add wrapper for shell scripts when running on Windows. 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/9cd6ba52 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tr

[29/50] incubator-mynewt-core git commit: nimble/l2cap: Add helper to create L2CAP channel for LE CoC

2017-03-06 Thread marko
nimble/l2cap: Add helper to create L2CAP channel for LE CoC With this patch, creating L2CAP channel for LE CoC purposes is moved to ble_l2cap_coc.c. It is because in that file we want to have all the logic related to CoC e.g. credits, available servers, data handling Project: http://git-wip-us.a

[33/50] incubator-mynewt-core git commit: nimble/l2cap: Make ble_l2cap_chan available in ble_l2cap_rx_fn

2017-03-06 Thread marko
nimble/l2cap: Make ble_l2cap_chan available in ble_l2cap_rx_fn Each L2CAP channel has its data handler function. Till now we had function per CID. In order to handle COC we need to have possibility to handle more channels in same data handler function. For this reason we need to have pointer to bl

[19/50] incubator-mynewt-core git commit: MYNEWT-527; add Windows wrapper script to nrf51-blenano.

2017-03-06 Thread marko
MYNEWT-527; add Windows wrapper script to nrf51-blenano. 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/9c7db2d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9c7db2d

[41/50] incubator-mynewt-core git commit: nimble/l2cap: Fix for possible memory leak

2017-03-06 Thread marko
nimble/l2cap: Fix for possible memory leak With this patch we remove allocated memory for proc in case we could not allocate signaling request later on. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-cor

[11/50] incubator-mynewt-core git commit: MYNEWT-647 Changes to NMP over OIC scheme

2017-03-06 Thread marko
MYNEWT-647 Changes to NMP over OIC scheme This commit addresses the following three issues with NMP over OIC (OMP): 1. Parts of NMP header missing from OMP responses. This causes problems when multiplexing OMP among many target devices. 2. Parts of the NMP header are scattered in a few differen

[06/50] incubator-mynewt-core git commit: MYNEWT-642 Eddystone UID format is incorrect

2017-03-06 Thread marko
MYNEWT-642 Eddystone UID format is incorrect The tx power and reserved bytes were missing. 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/0c354af2 Tree: http://git-wip-us.apache.org/repos/asf

[40/50] incubator-mynewt-core git commit: nimble/l2cap: Handle REJECT CMD on L2CAP LE CoC connection create req

2017-03-06 Thread marko
nimble/l2cap: Handle REJECT CMD on L2CAP LE CoC connection create req With this patch, if legacy device response with REJECT CMD on LE Create Base Connection request, application will be corretly notified. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http:/

[01/50] incubator-mynewt-core git commit: MYNEWT-630: Connection supervision timeout with high throughput

2017-03-06 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_dev [created] cdcfc86fd MYNEWT-630: Connection supervision timeout with high throughput The issue was found to be an error in the os scheduler code. If the PendSV handler was interrupted at a certain point when we were checki

[28/50] incubator-mynewt-core git commit: nimble/l2cap: Refactor update parameters handling

2017-03-06 Thread marko
nimble/l2cap: Refactor update parameters handling With this patch l2cap update parameters is handled in similar way as other signaling commands. 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

[49/50] incubator-mynewt-core git commit: microbit bsp: fix split linker script typo

2017-03-06 Thread marko
microbit bsp: fix split linker script typo 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/b490b700 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b490b700 Diff: http:/

[16/50] incubator-mynewt-core git commit: MYNEWT-492 Add missing syscfg setting descriptions

2017-03-06 Thread marko
MYNEWT-492 Add missing syscfg setting descriptions 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/c664f02a Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c664f02a Diff

[04/50] incubator-mynewt-core git commit: net/oic; fix mbuf leak. Noticed in inspection.

2017-03-06 Thread marko
net/oic; fix mbuf leak. Noticed in inspection. 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/89731c6e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/89731c6e Diff: ht

[43/50] incubator-mynewt-core git commit: nimble/l2cap: Improve L2CAP LE CoC connection handling

2017-03-06 Thread marko
nimble/l2cap: Improve L2CAP LE CoC connection handling With this patch we make sure remote does not use already used CID 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/687403eb Tree: http://g

[38/50] incubator-mynewt-core git commit: nimble/l2cap: Add suppport to send data over L2CAP LE CoC

2017-03-06 Thread marko
nimble/l2cap: Add suppport to send data over L2CAP LE CoC 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/5199caf4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5199ca

[30/50] incubator-mynewt-core git commit: nimble/l2cap: Fix handling bad data in L2CAP update parameters response

2017-03-06 Thread marko
nimble/l2cap: Fix handling bad data in L2CAP update parameters response Returning error will cause sending L2CAP REJECT on that response and this is incorrect. This patch fixes that. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/

[18/50] incubator-mynewt-core git commit: MYNEWT-652; net/oic - remove check of OC_PERIODIC when deciding whether to send notify or not.

2017-03-06 Thread marko
MYNEWT-652; net/oic - remove check of OC_PERIODIC when deciding whether to send notify or not. 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/b48c0bcb Tree: http://git-wip-us.apache.org/repos/

[10/50] incubator-mynewt-core git commit: MYNEWT-650 fs/fs/test build errors for non-native

2017-03-06 Thread marko
MYNEWT-650 fs/fs/test build errors for non-native The problem is that the fixed-size integer types map to different "natural" integer types, depending on the target platform. Unfortunately, the PRIxxx macros in inttypes.h don't work here, since gcc assumes no cross compile when it generates the wa

[42/50] incubator-mynewt-core git commit: nimble/l2cap: Fix hanlding broken ACL during L2CAP procedure

2017-03-06 Thread marko
nimble/l2cap: Fix hanlding broken ACL during L2CAP procedure With this patch we make sure that all processing procedures are free and user is notified about broken link Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incu

[20/50] incubator-mynewt-core git commit: bletiny: Add missing returns in L2CAP connect/disconnect

2017-03-06 Thread marko
bletiny: Add missing returns in L2CAP connect/disconnect Fix missing error returns. 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/143f6f53 Tree: http://git-wip-us.apache.org/repos/asf/incuba

[45/50] incubator-mynewt-core git commit: MYNEWT-527; nrf51-blenano fix typo in bsp.yml.

2017-03-06 Thread marko
MYNEWT-527; nrf51-blenano fix typo in bsp.yml. 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/933f658e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/933f658e Diff: ht

[23/50] incubator-mynewt-core git commit: bletiny: Add debug log for CoC accept

2017-03-06 Thread marko
bletiny: Add debug log for CoC accept 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/0aef4806 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0aef4806 Diff: http://git-

[34/50] incubator-mynewt-core git commit: nimble/l2cap: Remove not needed **om from ble_l2cap_rx_fn

2017-03-06 Thread marko
nimble/l2cap: Remove not needed **om from ble_l2cap_rx_fn Since this callback function has ble_l2cap_chan as a parameter, we don't need to provide there os_mbuf with data as this is already in chan->rx_buf Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http:/

[37/50] incubator-mynewt-core git commit: nimble/l2cap: Add helper to clean L2CAP LE CoC channel

2017-03-06 Thread marko
nimble/l2cap: Add helper to clean L2CAP LE CoC channel With this patch we make sure that when CoC is used, outstanding os_mbufs are freed when channel is closing Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-m

[incubator-mynewt-blinky] Git Push Summary

2017-03-06 Thread marko
Repository: incubator-mynewt-blinky Updated Branches: refs/heads/1_0_0_dev [created] 0392bcbdf

incubator-mynewt-newt git commit: newt; change version to be 1.0.0-rc1. Blinky checks out branch 1_0_0_dev.

2017-03-06 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/1_0_0_dev [created] 9ed56d038 newt; change version to be 1.0.0-rc1. Blinky checks out branch 1_0_0_dev. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/inc

[incubator-mynewt-newt] Git Push Summary

2017-03-06 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/mynewt_1_0_0 [deleted] 50d5f1f10

[incubator-mynewt-blinky] Git Push Summary

2017-03-06 Thread marko
Repository: incubator-mynewt-blinky Updated Branches: refs/heads/mynewt_1_0_0 [deleted] 0392bcbdf

[incubator-mynewt-blinky] Git Push Summary

2017-03-06 Thread marko
Repository: incubator-mynewt-blinky Updated Tags: refs/tags/mynewt_1_0_0_rc1_tag [created] b00a7e7cf

[incubator-mynewt-blinky] Git Push Summary

2017-03-06 Thread marko
Repository: incubator-mynewt-blinky Updated Branches: refs/heads/mynewt_1_0_0 [created] 0392bcbdf

[25/41] incubator-mynewt-newt git commit: MYNEWT-509 - Newt: fail on image flash overflow.

2017-03-06 Thread marko
MYNEWT-509 - Newt: fail on image flash overflow. Ensure each generated image leaves sufficient room at the end of its slot for a boot trailer. Newt calculates the size of a boot trailer by using the MCU_FLASH_MIN_WRITE_SIZE syscfg setting (newly added to each MCU package). If this setting is not

[23/41] incubator-mynewt-newt git commit: newt; move targetSyscfgKVxxx() routines to be inside syscfg package.

2017-03-06 Thread marko
newt; move targetSyscfgKVxxx() routines to be inside syscfg package. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/af2b279c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/

[36/41] incubator-mynewt-newt git commit: MYNEWT-651; fix go formatting.

2017-03-06 Thread marko
MYNEWT-651; fix go formatting. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/b6b95992 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/b6b95992 Diff: http://git-wip-us.

[29/41] incubator-mynewt-newt git commit: MYNEWT-653 Use runtimeco gatt fork.

2017-03-06 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/a1553084/newtmgr/vendor/github.com/runtimeinc/gatt/central.go -- diff --git a/newtmgr/vendor/github.com/runtimeinc/gatt/central.go b/newtmgr/vendor/github.com/runti

[28/41] incubator-mynewt-newt git commit: MYNEWT-653 Use runtimeco gatt fork.

2017-03-06 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/a1553084/newtmgr/vendor/github.com/runtimeinc/gatt/linux/cmd/cmd.go -- diff --git a/newtmgr/vendor/github.com/runtimeinc/gatt/linux/cmd/cmd.go b/newtmgr/vendor/gith

[22/41] incubator-mynewt-newt git commit: 1) Updated help text 2) Changed pkg clone to pkg copy (document has been updated) 3) Removed features from newt vals command. 4) Removed newt complete command

2017-03-06 Thread marko
1) Updated help text 2) Changed pkg clone to pkg copy (document has been updated) 3) Removed features from newt vals command. 4) Removed newt complete command. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-myne

[21/41] incubator-mynewt-newt git commit: MYNEWT-527; allow build machine OS dependent overrides in bsp.yml.

2017-03-06 Thread marko
MYNEWT-527; allow build machine OS dependent overrides in bsp.yml. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/188d8b60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tr

[19/41] incubator-mynewt-newt git commit: MYNEWT-639 Add help text and check for pkg name 1) Update help text for "newt pkg new" to have package name input. 2) Error check that a package name is provi

2017-03-06 Thread marko
MYNEWT-639 Add help text and check for pkg name 1) Update help text for "newt pkg new" to have package name input. 2) Error check that a package name is provided for the command. 3) Changed "libs/mylib" to "sys/mylib" in "newt pkg" help text to reflect latest source structure. (this change is n

[37/41] incubator-mynewt-newt git commit: 1) Fixed runtime exception when no argument is given to the "newtmgr conn add" and the "newtmgr conn delete" 2) Updated help texts.

2017-03-06 Thread marko
1) Fixed runtime exception when no argument is given to the "newtmgr conn add" and the "newtmgr conn delete" 2) Updated help texts. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/18c35bfe

[12/41] incubator-mynewt-newt git commit: add the pkg remove command to newt

2017-03-06 Thread marko
add the pkg remove command to newt Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/f497cab9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/f497cab9 Diff: http://git-wip

[24/41] incubator-mynewt-newt git commit: newt; add target.syscfg to build's manifest file.

2017-03-06 Thread marko
newt; add target.syscfg to build's manifest file. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/52d031e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/52d031e7 Diff:

[18/41] incubator-mynewt-newt git commit: newt: More detailed size report command

2017-03-06 Thread marko
newt: More detailed size report command This patch improves the output of the size command. New flags were added for this purpose: Flags: -F, --flash Print FLASH statistics -R, --ram Print RAM statistics The size statistics are broken down into a tree-like structure, where the leaves a

[27/41] incubator-mynewt-newt git commit: MYNEWT-653 Use runtimeco gatt fork.

2017-03-06 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/a1553084/newtmgr/vendor/github.com/runtimeinc/gatt/linux/util/util.go -- diff --git a/newtmgr/vendor/github.com/runtimeinc/gatt/linux/util/util.go b/newtmgr/vendor/

[11/41] incubator-mynewt-newt git commit: remove deadcode.

2017-03-06 Thread marko
remove deadcode. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/2f04e254 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/2f04e254 Diff: http://git-wip-us.apache.org/rep

[39/41] incubator-mynewt-newt git commit: There are two issues here:

2017-03-06 Thread marko
There are two issues here: 1. newtmgr tool always includes an extraneous rc:0 key-value pair in its outgoing datetime commands. 2. Server-side, the firmware parses the "rc" value and writes the result to null. This commit addresses the first issue: Remove the rc entry from the datetime requ

[01/41] incubator-mynewt-newt git commit: MYNEWT-558 newt - depgraph should show api / hard

2017-03-06 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/mynewt_1_0_0 [created] 50d5f1f10 MYNEWT-558 newt - depgraph should show api / hard The `target dep` and `target revdep` commands only indicated package names in the dependency graph. This change enhances the output of these comman

[06/41] incubator-mynewt-newt git commit: MYNEWT-621; check that package exists before referencing it.

2017-03-06 Thread marko
MYNEWT-621; check that package exists before referencing it. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/df3061f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/df3

[33/41] incubator-mynewt-newt git commit: Add back "newt complete" and remove from help text. 1) Added "newt complete" support back. 2) Make the command hidden so it is not in the list of "Available C

2017-03-06 Thread marko
Add back "newt complete" and remove from help text. 1) Added "newt complete" support back. 2) Make the command hidden so it is not in the list of "Available Commands" in newt help. 3) Removed "newt complete" help text. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Co

[13/41] incubator-mynewt-newt git commit: use defer to exit function instead of calling os.Chdir() in exit path

2017-03-06 Thread marko
use defer to exit function instead of calling os.Chdir() in exit path Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/85bc49bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt

[20/41] incubator-mynewt-newt git commit: newt: limit output width in size command to 80 columns

2017-03-06 Thread marko
newt: limit output width in size command to 80 columns Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/65aab9c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/65aab9c6

[30/41] incubator-mynewt-newt git commit: MYNEWT-653 Use runtimeco gatt fork.

2017-03-06 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/a1553084/newtmgr/vendor/github.com/runtimeco/gatt/linux/hci.go -- diff --git a/newtmgr/vendor/github.com/runtimeco/gatt/linux/hci.go b/newtmgr/vendor/github.com/run

[26/41] incubator-mynewt-newt git commit: MYNEWT-653 Change Golang imports to runtimeco

2017-03-06 Thread marko
MYNEWT-653 Change Golang imports to runtimeco Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/351d90a7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/351d90a7 Diff: htt

[34/41] incubator-mynewt-newt git commit: MYNEWT-651; newt - include package size info in manifest file.

2017-03-06 Thread marko
MYNEWT-651; newt - include package size info in manifest file. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/9691f961 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/9

[09/41] incubator-mynewt-newt git commit: Add newt pkg move command to move packages within a repository

2017-03-06 Thread marko
Add newt pkg move command to move packages within a repository Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/d419f2a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/d

[15/41] incubator-mynewt-newt git commit: newt - Remove obsolete pkg.features setting.

2017-03-06 Thread marko
newt - Remove obsolete pkg.features setting. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/e5b84cfd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/e5b84cfd Diff: http

[31/41] incubator-mynewt-newt git commit: MYNEWT-653 Use runtimeco gatt fork.

2017-03-06 Thread marko
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/a1553084/newtmgr/vendor/github.com/runtimeco/gatt/doc.go -- diff --git a/newtmgr/vendor/github.com/runtimeco/gatt/doc.go b/newtmgr/vendor/github.com/runtimeco/gatt/

[10/41] incubator-mynewt-newt git commit: search and replace package name instead of rewriting package

2017-03-06 Thread marko
search and replace package name instead of rewriting package Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/b3f044d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/b3f

[40/41] incubator-mynewt-newt git commit: 1) Updated newtmgr crash Usage text: crash test argument required. 2) Updated datetime.go - Moved datetime format examples from error message to Help Text exa

2017-03-06 Thread marko
1) Updated newtmgr crash Usage text: crash test argument required. 2) Updated datetime.go - Moved datetime format examples from error message to Help Text examples. 3) Minor formatting for image.go help text 4) Update newtmgr stat command help text: a) added stat_name argument in newtmgr sta

[04/41] incubator-mynewt-newt git commit: NOTICE; update copyright years to include 2017.

2017-03-06 Thread marko
NOTICE; update copyright years to include 2017. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/d6502a39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/d6502a39 Diff: h

[32/41] incubator-mynewt-newt git commit: MYNEWT-653 Use runtimeco gatt fork.

2017-03-06 Thread marko
MYNEWT-653 Use runtimeco gatt fork. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/a1553084 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/a1553084 Diff: http://git-wi

[08/41] incubator-mynewt-newt git commit: MYNEWT-623; github api server and git server are the same hostname in enterprise github servers. API calls have a different prefix.

2017-03-06 Thread marko
MYNEWT-623; github api server and git server are the same hostname in enterprise github servers. API calls have a different prefix. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/c06ba1f3 Tree

[35/41] incubator-mynewt-newt git commit: MYNEWT-651; was using uppercase names in json for memory region data.

2017-03-06 Thread marko
MYNEWT-651; was using uppercase names in json for memory region data. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/8b843ab4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt

[07/41] incubator-mynewt-newt git commit: MYNEWT-623; allow user to override "github.com" as repo location. Override is done using repository variable "server".

2017-03-06 Thread marko
MYNEWT-623; allow user to override "github.com" as repo location. Override is done using repository variable "server". Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/3e4102b1 Tree: http://git-

[38/41] incubator-mynewt-newt git commit: Modified Newtmgr help text. It now says "Newtmgr helps you manage remote devices running the Mynewt OS"

2017-03-06 Thread marko
Modified Newtmgr help text. It now says "Newtmgr helps you manage remote devices running the Mynewt OS" Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/0c35824d Tree: http://git-wip-us.apache.o

[03/41] incubator-mynewt-newt git commit: MYNEWT-558 newt - depgraph dup nodes in split tgts

2017-03-06 Thread marko
MYNEWT-558 newt - depgraph dup nodes in split tgts Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/a3ddaaab Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/a3ddaaab Diff

[05/41] incubator-mynewt-newt git commit: MYNEWT-622; use util to generate error message.

2017-03-06 Thread marko
MYNEWT-622; use util to generate error message. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/3868c59b Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/3868c59b Diff: h

[16/41] incubator-mynewt-newt git commit: MYNEWT-557 Warning override of undefined settings Added support to newt build command to print out warning message for override of undefined settings.

2017-03-06 Thread marko
MYNEWT-557 Warning override of undefined settings Added support to newt build command to print out warning message for override of undefined settings. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/

[02/41] incubator-mynewt-newt git commit: gofmt

2017-03-06 Thread marko
gofmt Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/0369efcb Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/0369efcb Diff: http://git-wip-us.apache.org/repos/asf/incu

[14/41] incubator-mynewt-newt git commit: Add 'pkg clone' command

2017-03-06 Thread marko
Add 'pkg clone' command Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/c93b4e25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/c93b4e25 Diff: http://git-wip-us.apache.

[17/41] incubator-mynewt-newt git commit: MYNEWT-557 Print DEBUG message when overriding undefined setting

2017-03-06 Thread marko
MYNEWT-557 Print DEBUG message when overriding undefined setting Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/ffdbc54f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree

[41/41] incubator-mynewt-newt git commit: newt; update version string to be 1.0.0-rc1. Blinky tag to fetch is mynewt_1_0_0_rc1_tag.

2017-03-06 Thread marko
newt; update version string to be 1.0.0-rc1. Blinky tag to fetch is mynewt_1_0_0_rc1_tag. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/50d5f1f1 Tree: http://git-wip-us.apache.org/repos/asf/i

[08/50] [abbrv] incubator-mynewt-newt git commit: add the pkg remove command to newt

2017-03-06 Thread marko
add the pkg remove command to newt Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/432b8829 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/432b8829 Diff: http://git-wip

[03/50] [abbrv] incubator-mynewt-newt git commit: MYNEWT-621; check that package exists before referencing it.

2017-03-06 Thread marko
MYNEWT-621; check that package exists before referencing it. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/d3d719cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/d3d

[10/50] [abbrv] incubator-mynewt-newt git commit: Add 'pkg clone' command

2017-03-06 Thread marko
Add 'pkg clone' command Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/ef7a63f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/ef7a63f6 Diff: http://git-wip-us.apache.

  1   2   3   >