[mynewt-newtmgr] branch master updated: res: Don't include payload if none specified

2019-08-30 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git The following commit(s) were added to refs/heads/master by this push: new d988f6d res: Don't include payload if

[GitHub] [mynewt-newtmgr] ccollins476ad merged pull request #144: res: Don't include payload if none specified

2019-08-30 Thread GitBox
ccollins476ad merged pull request #144: res: Don't include payload if none specified URL: https://github.com/apache/mynewt-newtmgr/pull/144 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-newt] ccollins476ad opened a new pull request #328: logcfg: Don't generate macros for nameless levels

2019-08-30 Thread GitBox
ccollins476ad opened a new pull request #328: logcfg: Don't generate macros for nameless levels URL: https://github.com/apache/mynewt-newt/pull/328 The generated `logcfg.h` file contains some extraneous macros. For example: ``` #define DFLT_LOG_DEBUG(...) IGNORE(__VA_ARGS__)

[GitHub] [mynewt-newtmgr] ccollins476ad opened a new pull request #144: res: Don't include payload if none specified

2019-08-30 Thread GitBox
ccollins476ad opened a new pull request #144: res: Don't include payload if none specified URL: https://github.com/apache/mynewt-newtmgr/pull/144 If the user issues a `res` command with no payload (e.g., `res get /my/resource`), the outgoing command should not have a payload. Instea

[GitHub] [mynewt-nimble] rymanluk commented on issue #567: nimble/ble_store: Fix assert when BLE_HS_DEBUG is enabled

2019-08-30 Thread GitBox
rymanluk commented on issue #567: nimble/ble_store: Fix assert when BLE_HS_DEBUG is enabled URL: https://github.com/apache/mynewt-nimble/pull/567#issuecomment-526708261 ah wait, you where asking about `ble_store_write` and not `ble_hs_cfg.store_write_cb`. So lock for callback has been adde

[GitHub] [mynewt-nimble] rymanluk commented on issue #567: nimble/ble_store: Fix assert when BLE_HS_DEBUG is enabled

2019-08-30 Thread GitBox
rymanluk commented on issue #567: nimble/ble_store: Fix assert when BLE_HS_DEBUG is enabled URL: https://github.com/apache/mynewt-nimble/pull/567#issuecomment-526706990 @ccollins476ad Thanks for looking into this. I was also wondering why `ble_store_write()` needs to be locked and I

[GitHub] [mynewt-nimble] ccollins476ad commented on issue #567: nimble/ble_store: Fix assert when BLE_HS_DEBUG is enabled

2019-08-30 Thread GitBox
ccollins476ad commented on issue #567: nimble/ble_store: Fix assert when BLE_HS_DEBUG is enabled URL: https://github.com/apache/mynewt-nimble/pull/567#issuecomment-526672224 This looks safe to me (i.e., I think this function can only get called from the host task, so there is no chance for

[GitHub] [mynewt-core] mkiiskila opened a new pull request #1976: hw/mcu/dialog; add da1469x_flash_setup()

2019-08-30 Thread GitBox
mkiiskila opened a new pull request #1976: hw/mcu/dialog; add da1469x_flash_setup() URL: https://github.com/apache/mynewt-core/pull/1976 This can be used in scenario where board does not have configuration script yet setting up QSPI, but you need access to flash. E.g.. from flash_loader

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #569: [DNM] nimble: Workaround for controllers sending incorrect

2019-08-30 Thread GitBox
rymanluk opened a new pull request #569: [DNM] nimble: Workaround for controllers sending incorrect URL: https://github.com/apache/mynewt-nimble/pull/569 Some controllers incorrectly sends LE Advertising Set Terminate Event before LE Connection Complete Event when connection is establish

[GitHub] [mynewt-core] kasjer merged pull request #1975: hw/mcu/da1469x: Make number of GPIO interrupts configurable

2019-08-30 Thread GitBox
kasjer merged pull request #1975: hw/mcu/da1469x: Make number of GPIO interrupts configurable URL: https://github.com/apache/mynewt-core/pull/1975 This is an automated message from the Apache Git Service. To respond to the m

[mynewt-core] branch master updated: hw/mcu/da1469x: Make number of GPIO interrupts configurable

2019-08-30 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new 7a9213a hw/mcu/da1469x: Make number of GPIO

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #568: nimble/ll: Fix assert in ble_ll_adv_done

2019-08-30 Thread GitBox
rymanluk opened a new pull request #568: nimble/ll: Fix assert in ble_ll_adv_done URL: https://github.com/apache/mynewt-nimble/pull/568 This patch makes sure that periodic advertising uses its own scheduler type. It is needed to not confuse it with related extended advertising. Me

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1974: Logging to FCB2

2019-08-30 Thread GitBox
kasjer commented on a change in pull request #1974: Logging to FCB2 URL: https://github.com/apache/mynewt-core/pull/1974#discussion_r319480727 ## File path: sys/log/full/src/log_fcb2.c ## @@ -0,0 +1,866 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1974: Logging to FCB2

2019-08-30 Thread GitBox
kasjer commented on a change in pull request #1974: Logging to FCB2 URL: https://github.com/apache/mynewt-core/pull/1974#discussion_r319479602 ## File path: sys/log/full/src/log_fcb2.c ## @@ -0,0 +1,866 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1974: Logging to FCB2

2019-08-30 Thread GitBox
kasjer commented on a change in pull request #1974: Logging to FCB2 URL: https://github.com/apache/mynewt-core/pull/1974#discussion_r319480384 ## File path: sys/log/full/src/log_fcb2.c ## @@ -0,0 +1,866 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1974: Logging to FCB2

2019-08-30 Thread GitBox
kasjer commented on a change in pull request #1974: Logging to FCB2 URL: https://github.com/apache/mynewt-core/pull/1974#discussion_r319482762 ## File path: fs/fcb2/src/fcb_getprev.c ## @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1974: Logging to FCB2

2019-08-30 Thread GitBox
kasjer commented on a change in pull request #1974: Logging to FCB2 URL: https://github.com/apache/mynewt-core/pull/1974#discussion_r319480079 ## File path: sys/log/full/src/log_fcb2.c ## @@ -0,0 +1,866 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [mynewt-core] kasjer opened a new pull request #1975: hw/mcu/da1469x: Make number of GPIO interrupts configurable

2019-08-30 Thread GitBox
kasjer opened a new pull request #1975: hw/mcu/da1469x: Make number of GPIO interrupts configurable URL: https://github.com/apache/mynewt-core/pull/1975 Value 4 for number of GPIO interrupts may not be sufficient. This just makes it configurable. In case GPIO interrupt slots run o

[mynewt-core] 01/02: da1469x: Include mcu.h instead of DA1469xAB.h

2019-08-30 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 58fdddc5a33a392eb22b8f5aeb3f8b178cc65575 Author: Jerzy Kasenberg AuthorDate: Wed Aug 28 21:22:28 2019 +0200 da1

[mynewt-core] branch master updated (17c01f9 -> 26ebfab)

2019-08-30 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 17c01f9 sensors/bno055: Enable shell in bus driver builds new 58fdddc da1469x: Include mcu.h instead of DA

[mynewt-core] 02/02: mcu/da1469x: Add dependency to pwm package when enabled

2019-08-30 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 26ebfaba0109154722e75a5ec2f120bbd1fce5de Author: Jerzy Kasenberg AuthorDate: Wed Aug 28 21:24:46 2019 +0200 mcu

[GitHub] [mynewt-core] kasjer merged pull request #1970: da1469x build corrections

2019-08-30 Thread GitBox
kasjer merged pull request #1970: da1469x build corrections URL: https://github.com/apache/mynewt-core/pull/1970 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[mynewt-core] branch master updated (1b9f1bf -> 17c01f9)

2019-08-30 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 1b9f1bf kernel/os: Make ticks_to_usecs optimized on debug build new 6501a6c sensors/bno055: Add bus driver

[mynewt-core] 01/02: sensors/bno055: Add bus driver support

2019-08-30 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 6501a6cda3bf63c141f400ebacecb231ca159e3a Author: Jerzy Kasenberg AuthorDate: Mon Aug 26 09:02:52 2019 +0200 sen

[mynewt-core] 02/02: sensors/bno055: Enable shell in bus driver builds

2019-08-30 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 17c01f92eefd6bdb03ef39d3276d581c34bb5fb0 Author: Jerzy Kasenberg AuthorDate: Thu Aug 29 14:20:21 2019 +0200 sen

[GitHub] [mynewt-core] kasjer merged pull request #1971: bno055 bus driver support

2019-08-30 Thread GitBox
kasjer merged pull request #1971: bno055 bus driver support URL: https://github.com/apache/mynewt-core/pull/1971 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mynewt-core] mkiiskila opened a new pull request #1974: Logging to FCB2

2019-08-30 Thread GitBox
mkiiskila opened a new pull request #1974: Logging to FCB2 URL: https://github.com/apache/mynewt-core/pull/1974 log_fcb_storage_info() nor watermarks yet working. This is an automated message from the Apache Git Service. To re