[GitHub] andrzej-kaczmarek commented on issue #903: service/ans: don't depent on libm for creating bitmask

2018-03-12 Thread GitBox
andrzej-kaczmarek commented on issue #903: service/ans: don't depent on libm for creating bitmask URL: https://github.com/apache/mynewt-core/pull/903#issuecomment-372240114 This looks good, but please squash this into single commit - the commit message for 2nd commit does not look good

[GitHub] sdalu commented on issue #903: service/ans: don't depent on libm for creating bitmask

2018-03-12 Thread GitBox
sdalu commented on issue #903: service/ans: don't depent on libm for creating bitmask URL: https://github.com/apache/mynewt-core/pull/903#issuecomment-372254304 I'm not particularly good at git, could you give me the command line to do it.

[GitHub] utzig closed pull request #146: make master newt version ahead of releases

2018-03-12 Thread GitBox
utzig closed pull request #146: make master newt version ahead of releases URL: https://github.com/apache/mynewt-newt/pull/146 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[mynewt-newt] 02/02: Make 1.4.0-dev distinct from 1.4.0 in repo compat check

2018-03-12 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git commit 62a7a09a22f0c8d609def0e64ef45d38d43cb5f9 Author: Fabio Utzig AuthorDate: Fri Mar 9 08:37:53 2018

[mynewt-newt] 01/02: master newt version ahead of releases

2018-03-12 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git commit 30cca831a5d319d9ece86e4772432ebd582dbe2a Author: Paul LaCrosse AuthorDate: Tue Dec 5

[GitHub] mehulhirpara commented on issue #895: Nimble host tests are not running due to compilation issue

2018-03-12 Thread GitBox
mehulhirpara commented on issue #895: Nimble host tests are not running due to compilation issue URL: https://github.com/apache/mynewt-core/issues/895#issuecomment-372240285 Thanks for the info and to provide support for older version of GCC. FYI, I upgraded GCC from 4.8 to 4.9 as

[GitHub] utzig commented on issue #115: make master newt version ahead of releases

2018-03-12 Thread GitBox
utzig commented on issue #115: make master newt version ahead of releases URL: https://github.com/apache/mynewt-newt/pull/115#issuecomment-372251763 Superseded by #146. This is an automated message from the Apache Git

[GitHub] utzig commented on issue #115: make master newt version ahead of releases

2018-03-12 Thread GitBox
utzig commented on issue #115: make master newt version ahead of releases URL: https://github.com/apache/mynewt-newt/pull/115#issuecomment-372251763 Fixed with #146. This is an automated message from the Apache Git Service.

[GitHub] rymanluk closed pull request #866: nimble/dtm: Couple of improvements helping in RF testing.

2018-03-12 Thread GitBox
rymanluk closed pull request #866: nimble/dtm: Couple of improvements helping in RF testing. URL: https://github.com/apache/mynewt-core/pull/866 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[mynewt-core] 01/01: Merge pull request #866 from rymanluk/dtm_impr

2018-03-12 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 3d41bd30587911376a748fdd5cd12260edb95fc6 Merge: 2a9184f dc600a0 Author: Łukasz Rymanowski

[mynewt-core] branch master updated (2a9184f -> 3d41bd3)

2018-03-12 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 2a9184f Fix build errors in BSP add dc600a0 nimble/dtm: Allow for being late on RX start timer new

[GitHub] mkiiskila commented on issue #824: Add stm32 common hal for shared drivers

2018-03-12 Thread GitBox
mkiiskila commented on issue #824: Add stm32 common hal for shared drivers URL: https://github.com/apache/mynewt-core/pull/824#issuecomment-372279244 hal_debugger_connected() if-statement should be behind MCU specific macro too. E.g. I'm not sure it's possible to do that check on STM32L1.

[GitHub] utzig closed pull request #899: Fix boot script name for nucleo-f413

2018-03-12 Thread GitBox
utzig closed pull request #899: Fix boot script name for nucleo-f413 URL: https://github.com/apache/mynewt-core/pull/899 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[mynewt-core] branch master updated: Fix boot script name for nucleo-f413

2018-03-12 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig 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 b9e3b60 Fix boot script name for

[GitHub] utzig commented on issue #824: Add stm32 common hal for shared drivers

2018-03-12 Thread GitBox
utzig commented on issue #824: Add stm32 common hal for shared drivers URL: https://github.com/apache/mynewt-core/pull/824#issuecomment-372292227 @mkiiskila Nice catch! It should work on STM32L1 because it is a Cortex-M3. But it will probably fail on STM32L0 which is Cortex-M0+ so makes

[mynewt-core] branch master updated: Add stm32 common hal for shared drivers

2018-03-12 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig 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 15cef3a Add stm32 common hal for shared

[GitHub] utzig closed pull request #824: Add stm32 common hal for shared drivers

2018-03-12 Thread GitBox
utzig closed pull request #824: Add stm32 common hal for shared drivers URL: https://github.com/apache/mynewt-core/pull/824 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] mkiiskila commented on issue #824: Add stm32 common hal for shared drivers

2018-03-12 Thread GitBox
mkiiskila commented on issue #824: Add stm32 common hal for shared drivers URL: https://github.com/apache/mynewt-core/pull/824#issuecomment-372296130 Indeed, STM32L0 with it?s M0 was the one I was thinking of. > On Mar 12, 2018, at 2:25 PM, Fabio Utzig

[GitHub] utzig commented on issue #902: Feature: stm32 f3/f7 pll clk off HSI

2018-03-12 Thread GitBox
utzig commented on issue #902: Feature: stm32 f3/f7 pll clk off HSI URL: https://github.com/apache/mynewt-core/pull/902#issuecomment-372272265 Looks good. Would you mind also applying the changes you did for the `nucleo-f303*` to `stm32f3discovery`?

[GitHub] utzig opened a new pull request #906: Add flash area config for nffs/reboot/config/coredump

2018-03-12 Thread GitBox
utzig opened a new pull request #906: Add flash area config for nffs/reboot/config/coredump URL: https://github.com/apache/mynewt-core/pull/906 This allows building/testing with slinky on stm32f3. This is an automated

[GitHub] mkiiskila opened a new pull request #905: Possible integer overflows when computing malloc sizes

2018-03-12 Thread GitBox
mkiiskila opened a new pull request #905: Possible integer overflows when computing malloc sizes URL: https://github.com/apache/mynewt-core/pull/905 This is an automated message from the Apache Git Service. To respond to

[GitHub] utzig commented on issue #903: service/ans: don't depent on libm for creating bitmask

2018-03-12 Thread GitBox
utzig commented on issue #903: service/ans: don't depent on libm for creating bitmask URL: https://github.com/apache/mynewt-core/pull/903#issuecomment-372268917 Yes, you can "squash and merge" and rewrite the commit message directly in the interface.

[mynewt-core] 01/01: Merge pull request #905 from mkiiskila/malloc_fixes

2018-03-12 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 83f6f87d0b53447dc85dc7c36e95a61bae95fa0c Merge: 27b97ed 286f323 Author: mkiiskila AuthorDate: Mon

[GitHub] mkiiskila closed pull request #905: Possible integer overflows when computing malloc sizes

2018-03-12 Thread GitBox
mkiiskila closed pull request #905: Possible integer overflows when computing malloc sizes URL: https://github.com/apache/mynewt-core/pull/905 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[mynewt-core] branch master updated (27b97ed -> 83f6f87)

2018-03-12 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 27b97ed Merge pull request #893 from michal-narajowski/float-printf-fix add 450b9b9 libc; fix possible

[mynewt-nimble] 08/32: nimble/gap: Fix characteristics in non-peripheral role

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit ac3727c406ef5f8932257937fd83ec96251c60aa Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 28/32: nimble/dtm: Allow for being late on RX start timer

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit b35de4c81e3044b440758e94efc205ec3a712a27 Author: Łukasz Rymanowski AuthorDate:

[mynewt-nimble] 04/32: nimble/gap: Remove deprecated characteristics

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 724dea122cadaa87c0d4345ff859d8026b9187e7 Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 32/32: nimble: Make this proper external repository

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 210d62470c7193a70221ce0ed7edf91bb565cc39 Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 14/32: nimble: Adding missing inttypes.h include

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit aaf569e8bc5894d755daa257eca9849caef153e5 Author: Vipul Rahane AuthorDate: Mon Feb 26

[mynewt-nimble] 30/32: nimble/mesh: Use OS_TASK_STACK_DEFINE for stacks in mesh

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 07a5d6965ffe20d7ac0490a9b94be674eab11e64 Author: Łukasz Rymanowski AuthorDate:

[mynewt-nimble] 26/32: Merge pull request #871 from michal-narajowski/ll-legacy-adv-fix

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 6014f938cdeb008f4454b1b4bbe2df7855a2b46d Merge: c33701a 8acb7a8 Author: Michał Narajowski

[mynewt-nimble] 11/32: nimble/gap: Make appearance optionally writable

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 48ec4798d53723bbd2455470e9c40e331adb4f8d Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 01/32: mesh: Fix passing CID to model publication messages

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit ad3ff34e98c285c0a063fc91fea58a34ebe04804 Author: Michał Narajowski AuthorDate:

[mynewt-nimble] 09/32: nimble/gap: Make PPCP configurable

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 0fa1d0e1a81856d23c339ec37e65e90bf694c808 Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 18/32: mesh: Fix handling of failed transmissions

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 35bcfc25b76b6be19093a5e85b94485e9160104c Author: Michał Narajowski AuthorDate:

[mynewt-nimble] 02/32: nimble/gap: Fix whitespaces

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit da72102f4421e64666d2ead77e50e051fed035cc Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 13/32: nimble/ll: Update handling of HCI Number of Completed Packets event

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 1e7940c858d83d5566e10873c0c600502657f072 Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 15/32: mesh: Add support for OOB info and URI in provisioning data

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 417418eaac3bee5a9237fa4db2219d66819ebeb4 Author: Michał Narajowski AuthorDate:

[mynewt-nimble] 05/32: nimble/gap: Add "Central Address Resolution" characteristic

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit e77d5460c6a9cd320b07a5cb3b74a817da68863d Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 23/32: Merge pull request #841 from michal-narajowski/mesh-zephyr-ports

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 8feb3cade1217a0c5a1043716086919121a2e653 Merge: aaf569e e99920f Author: Michał Narajowski

[mynewt-nimble] 31/32: Merge pull request #866 from rymanluk/dtm_impr

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 448954c40b0d57eed247adeceac968ac75c88385 Merge: 07a5d69 b35de4c Author: Łukasz Rymanowski

[mynewt-nimble] 21/32: mesh: Ignore segments of cancelled message

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 7ed968551eab2f54dfb5ca0d995e2679ed1a9fb3 Author: Michał Narajowski AuthorDate:

[mynewt-nimble] branch new-master updated (b886ac3 -> 210d624)

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. discard b886ac3 nimble: Make this proper external repository new da72102 nimble/gap: Fix whitespaces

[mynewt-nimble] 07/32: nimble/gap: Store appearance as simple uint16

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 095bbc8f8889f73770a52115b9191e8e236456ca Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 03/32: nimble/gap: Remove redundant formward declaration

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 49c1941f89c5762c2c75e9c86c662150a1bfa957 Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 06/32: nimble/gap: Make device name configurable via syscfg

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 0256df284f7ae9cee12a63023a42d1dcc048fdb1 Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 17/32: mesh: Account for scan window delaying adv events

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 6e2c7d19022c4d9e956a309b55e326f130a455d7 Author: Michał Narajowski AuthorDate:

[mynewt-nimble] 29/32: nimble/ll: Use OS_TASK_STACK_DEFINE to init ble_ll stack

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 7925ccfb83cd15e0bbb9455e8558884ac01103bf Author: Łukasz Rymanowski AuthorDate:

[mynewt-nimble] 25/32: nimble/ll: Allow setting scan rsp data before configuring advertising

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 8acb7a83eff5dc0722c1aef762d9b0c57551 Author: Michał Narajowski AuthorDate:

[mynewt-nimble] 24/32: nimble/phy: Fix receiver configuration on late RX

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit c33701ae80cfe3d23ba7ae02d6328fec2b4ec209 Author: Andrzej Kaczmarek AuthorDate:

[mynewt-nimble] 16/32: mesh: Fix coverity warning with unchecked error return

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 703c021133e3e7e158d79c736333fa53c57f1628 Author: Michał Narajowski AuthorDate:

[mynewt-nimble] 19/32: mesh: Resend Link Acknowledgment when necessary

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 63b487ad59a15d268dc2a51d493ad0d2582dd49a Author: Michał Narajowski AuthorDate:

[mynewt-nimble] 20/32: mesh: Fix sending Provisioning Failed for PB-GATT

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit d7fc4a5a1157006921aa1ffd61482cfdcb939728 Author: Michał Narajowski AuthorDate:

[mynewt-nimble] 10/32: nimble/gap: Make device name optionally writable

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 5f5b248e34116179e879f6bf5d47cc7854194329 Author: Andrzej Kaczmarek AuthorDate:

[GitHub] andrzej-kaczmarek opened a new pull request #907: [WIP] nimble: Remove NimBLE code from core repository

2018-03-12 Thread GitBox
andrzej-kaczmarek opened a new pull request #907: [WIP] nimble: Remove NimBLE code from core repository URL: https://github.com/apache/mynewt-core/pull/907 This PR removes NimBLE code from core repository and sets dependency for each package to new apache-mynewt-nimble repository. Latest

[GitHub] vrahane closed pull request #881: Lps33hw

2018-03-12 Thread GitBox
vrahane closed pull request #881: Lps33hw URL: https://github.com/apache/mynewt-core/pull/881 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the

[mynewt-core] 01/01: Merge pull request #881 from vsyn/lps33hw

2018-03-12 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 2219af59c13af3a62b4f21f991511a857ef49e1f Merge: 83f6f87 85ea4b6 Author: Vipul Rahane

[mynewt-core] branch master updated (83f6f87 -> 2219af5)

2018-03-12 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 83f6f87 Merge pull request #905 from mkiiskila/malloc_fixes add 2bff0e1 Sensors LPS33HW: basic

[GitHub] vrahane closed issue #908: lps33hw/hb sensor driver and sensor API support

2018-03-12 Thread GitBox
vrahane closed issue #908: lps33hw/hb sensor driver and sensor API support URL: https://github.com/apache/mynewt-core/issues/908 This is an automated message from the Apache Git Service. To respond to the message, please log

[mynewt-newtmgr] branch master updated (32fc865 -> 6f35f3d)

2018-03-12 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git. from 32fc865 Merge pull request #70 from ccollins476ad/dbl-shutdown add b9038fa bll - Allow OwnAddrType

[mynewt-newtmgr] 01/01: Merge pull request #69 from ccollins476ad/conn-params

2018-03-12 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 commit 6f35f3df1af03ad3f04bf1be88962c4479f4f6bc Merge: 32fc865 b9038fa Author: ccollins476ad

[mynewt-core] 01/01: Merge pull request #893 from michal-narajowski/float-printf-fix

2018-03-12 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 27b97edc8b15c998b7b302ed93dc3b9eacf9ad54 Merge: 15cef3a 7ebdc7c Author: mkiiskila AuthorDate: Mon

[GitHub] vrahane opened a new issue #908: lps33hw/hb sensor driver and sensor API support

2018-03-12 Thread GitBox
vrahane opened a new issue #908: lps33hw/hb sensor driver and sensor API support URL: https://github.com/apache/mynewt-core/issues/908 - Driver and sensor API support for LPS33HW/HB This is an automated message from the

[mynewt-core] branch master updated (15cef3a -> 27b97ed)

2018-03-12 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 15cef3a Add stm32 common hal for shared drivers add 7ebdc7c libc: Conditionally compile float support in

[GitHub] mkiiskila closed pull request #893: libc: Conditionally compile float support in printf

2018-03-12 Thread GitBox
mkiiskila closed pull request #893: libc: Conditionally compile float support in printf URL: https://github.com/apache/mynewt-core/pull/893 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this

[GitHub] mlampert commented on issue #902: Feature: stm32 f3/f7 pll clk off HSI

2018-03-12 Thread GitBox
mlampert commented on issue #902: Feature: stm32 f3/f7 pll clk off HSI URL: https://github.com/apache/mynewt-core/pull/902#issuecomment-372508874 I certainly can do that - but you'll have to review very carefully, I have no way of testing. Do you also want me to add support to the

[GitHub] andrzej-kaczmarek commented on a change in pull request #901: ble service: Device Information Service

2018-03-12 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #901: ble service: Device Information Service URL: https://github.com/apache/mynewt-core/pull/901#discussion_r173953518 ## File path: net/nimble/host/services/dis/syscfg.yml ## @@ -0,0 +1,80 @@ +# Licensed to the

[mynewt-core] branch master updated: service/ans: don't depent on libm for creating bitmask (#903)

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk 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 0fc4943 service/ans: don't depent on libm

[GitHub] utzig opened a new pull request #910: Common hal for stm32f3

2018-03-12 Thread GitBox
utzig opened a new pull request #910: Common hal for stm32f3 URL: https://github.com/apache/mynewt-core/pull/910 This makes stm32f3 part of common HAL, also fixes small issues with flash and flash areas on stm32f3discovery.

[GitHub] jacobrosenthal commented on a change in pull request #901: ble service: Device Information Service

2018-03-12 Thread GitBox
jacobrosenthal commented on a change in pull request #901: ble service: Device Information Service URL: https://github.com/apache/mynewt-core/pull/901#discussion_r173953401 ## File path: net/nimble/host/services/dis/src/ble_svc_dis.c ## @@ -0,0 +1,249 @@ +/** + * Licensed

[GitHub] jacobrosenthal commented on issue #901: ble service: Device Information Service

2018-03-12 Thread GitBox
jacobrosenthal commented on issue #901: ble service: Device Information Service URL: https://github.com/apache/mynewt-core/pull/901#issuecomment-372472834 @andrzej-kaczmarek Yeah either seems cool to me. We should figure out what some good newt defaults would be, that was my first pass a

[mynewt-core] 01/01: Merge pull request #896 from andrzej-kaczmarek/log-api-fix

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 3c64f970f3e5b7d01ca622a97b17a1346fa23569 Merge: 0fc4943 5047d30 Author: Andrzej Kaczmarek

[GitHub] andrzej-kaczmarek commented on a change in pull request #904: ble service: Battery Service

2018-03-12 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #904: ble service: Battery Service URL: https://github.com/apache/mynewt-core/pull/904#discussion_r173956969 ## File path: net/nimble/host/services/bas/src/ble_svc_bas.c ## @@ -0,0 +1,148 @@ +/** + * Licensed to the

[GitHub] andrzej-kaczmarek commented on a change in pull request #904: ble service: Battery Service

2018-03-12 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #904: ble service: Battery Service URL: https://github.com/apache/mynewt-core/pull/904#discussion_r173956237 ## File path: net/nimble/host/services/bas/syscfg.yml ## @@ -0,0 +1,32 @@ +# Licensed to the Apache

[GitHub] andrzej-kaczmarek commented on a change in pull request #904: ble service: Battery Service

2018-03-12 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #904: ble service: Battery Service URL: https://github.com/apache/mynewt-core/pull/904#discussion_r173956385 ## File path: net/nimble/host/services/bas/syscfg.yml ## @@ -0,0 +1,32 @@ +# Licensed to the Apache

[GitHub] mlampert commented on issue #902: Feature: stm32 f3/f7 pll clk off HSI

2018-03-12 Thread GitBox
mlampert commented on issue #902: Feature: stm32 f3/f7 pll clk off HSI URL: https://github.com/apache/mynewt-core/pull/902#issuecomment-372508874 I certainly can do that - but you'll have to review very carefully, I have no way of testing. Do you also want me to add support to the

[GitHub] jacobrosenthal commented on issue #907: [WIP] nimble: Remove NimBLE code from core repository

2018-03-12 Thread GitBox
jacobrosenthal commented on issue #907: [WIP] nimble: Remove NimBLE code from core repository URL: https://github.com/apache/mynewt-core/pull/907#issuecomment-372487547 no problems here with a basic bleprph test on an nrf51 device.

[GitHub] andrzej-kaczmarek commented on issue #903: service/ans: don't depent on libm for creating bitmask

2018-03-12 Thread GitBox
andrzej-kaczmarek commented on issue #903: service/ans: don't depent on libm for creating bitmask URL: https://github.com/apache/mynewt-core/pull/903#issuecomment-372476574 @sdalu In general if you just want to fix something in your last commit then do `git commit --amend` and then push

[GitHub] andrzej-kaczmarek closed pull request #896: sys/log: Remove undefined log_rtr_erasei()

2018-03-12 Thread GitBox
andrzej-kaczmarek closed pull request #896: sys/log: Remove undefined log_rtr_erasei() URL: https://github.com/apache/mynewt-core/pull/896 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this

[mynewt-core] branch master updated (0fc4943 -> 3c64f97)

2018-03-12 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 0fc4943 service/ans: don't depent on libm for creating bitmask (#903) add 5047d30 sys/log: Remove

[GitHub] jacobrosenthal commented on a change in pull request #904: ble service: Battery Service

2018-03-12 Thread GitBox
jacobrosenthal commented on a change in pull request #904: ble service: Battery Service URL: https://github.com/apache/mynewt-core/pull/904#discussion_r173970897 ## File path: net/nimble/host/services/bas/syscfg.yml ## @@ -0,0 +1,32 @@ +# Licensed to the Apache Software

[GitHub] jacobrosenthal commented on a change in pull request #901: ble service: Device Information Service

2018-03-12 Thread GitBox
jacobrosenthal commented on a change in pull request #901: ble service: Device Information Service URL: https://github.com/apache/mynewt-core/pull/901#discussion_r173951286 ## File path: net/nimble/host/services/dis/syscfg.yml ## @@ -0,0 +1,80 @@ +# Licensed to the Apache

[GitHub] andrzej-kaczmarek commented on issue #901: ble service: Device Information Service

2018-03-12 Thread GitBox
andrzej-kaczmarek commented on issue #901: ble service: Device Information Service URL: https://github.com/apache/mynewt-core/pull/901#issuecomment-372471790 My proposal with default values was not to propagate each characteristic with "computed" value but simply have syscfg with simple

[GitHub] jacobrosenthal commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU

2018-03-12 Thread GitBox
jacobrosenthal commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU URL: https://github.com/apache/mynewt-core/pull/897#issuecomment-372455868 Speaking of duplication, the empty boards.h in nordic targets was me back in the day

[GitHub] jacobrosenthal commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU

2018-03-12 Thread GitBox
jacobrosenthal commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU URL: https://github.com/apache/mynewt-core/pull/897#issuecomment-372455868 Speaking of duplication, the empty boards.h in nordic targets was me back in the day

[GitHub] jacobrosenthal commented on issue #901: ble service: Device Information Service

2018-03-12 Thread GitBox
jacobrosenthal commented on issue #901: ble service: Device Information Service URL: https://github.com/apache/mynewt-core/pull/901#issuecomment-372459003 @sdalu I took a shot at one of these a while ago and got busy and never PRed so thanks! BTW I ended up finding newt's 'config'

[GitHub] wes3 opened a new pull request #909: lora coding style changes

2018-03-12 Thread GitBox
wes3 opened a new pull request #909: lora coding style changes URL: https://github.com/apache/mynewt-core/pull/909 This PR is to update some of the semtech driver code to look more like mynewt coding standards. There is also a simple bug fix thrown in there as well (for sx1272 code when

[GitHub] wes3 commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU

2018-03-12 Thread GitBox
wes3 commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU URL: https://github.com/apache/mynewt-core/pull/897#issuecomment-372461645 Removal of boards.h has been a long time coming... This is an automated message

[GitHub] utzig commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU

2018-03-12 Thread GitBox
utzig commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU URL: https://github.com/apache/mynewt-core/pull/897#issuecomment-372461937 Cmon, I agree, but not here! :P This is an automated message from the Apache Git

[GitHub] jacobrosenthal commented on a change in pull request #904: ble service: Battery Service

2018-03-12 Thread GitBox
jacobrosenthal commented on a change in pull request #904: ble service: Battery Service URL: https://github.com/apache/mynewt-core/pull/904#discussion_r173946324 ## File path: net/nimble/host/services/bas/syscfg.yml ## @@ -0,0 +1,32 @@ +# Licensed to the Apache Software

[GitHub] wes3 commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU

2018-03-12 Thread GitBox
wes3 commented on issue #897: Move cmsis_nvic.h files frm BSP to MCU URL: https://github.com/apache/mynewt-core/pull/897#issuecomment-372462596 Oh sorry; I did not mean to add it to this PR necessarily. Just that I thought it a good idea.