|
BUGS (Zephyr v1.14.0-rc1) Mar 5 2019
193:bug
95:priority: low
93:priority: medium
4:priority: high
24:area: Networking
22:Coverity
13:area: Bluetooth
11:area: MISRA-C
11:area: Logging
10:platform: nRF
10:area: Drivers
9:platform:
193:bug
95:priority: low
93:priority: medium
4:priority: high
24:area: Networking
22:Coverity
13:area: Bluetooth
11:area: MISRA-C
11:area: Logging
10:platform: nRF
10:area: Drivers
9:platform:
|
By
Kumar Gala
·
#5755
·
|
|
RFC: Changing the `west build` command-line interface
Hi there,
As you know, west now allows users to build Zephyr applications with it, and many among us have started making use of this new functionality.
The signature for `west build` currently reads
Hi there,
As you know, west now allows users to build Zephyr applications with it, and many among us have started making use of this new functionality.
The signature for `west build` currently reads
|
By
Carles Cufi
·
#5754
·
|
|
Re: BLE Central max concurrent connections
#uart
#ble
#hci
#nrf52480
Hi Josef,
There is no maximum, neither as a central nor as a peripheral, nor combined.
Whatever you can fit in RAM and in multiplexed time (depending on connection intervals, use of slave
Hi Josef,
There is no maximum, neither as a central nor as a peripheral, nor combined.
Whatever you can fit in RAM and in multiplexed time (depending on connection intervals, use of slave
|
By
Carles Cufi
·
#5753
·
|
|
BLE Central max concurrent connections
#uart
#ble
#hci
#nrf52480
Hi,
I am evaluating the use of nRF52 (HCI with BlueZ/Linux) as BLE central device. Does anyone know the maximum number of concurrent connections which Zephyr supports?
Many thanks,
Jos
Hi,
I am evaluating the use of nRF52 (HCI with BlueZ/Linux) as BLE central device. Does anyone know the maximum number of concurrent connections which Zephyr supports?
Many thanks,
Jos
|
By
josef@...
·
#5752
·
|
|
Re: LE pair disconnected
Hi Vinayak,
btmon logs has been put in Attachment.
Thank You.
Tommy
Hi Vinayak,
btmon logs has been put in Attachment.
Thank You.
Tommy
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5751
·
|
|
Re: LE pair disconnected
HiVinayak,
btmon logs has been put in Attachment.
Thank You.
Tommy
HiVinayak,
btmon logs has been put in Attachment.
Thank You.
Tommy
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5750
·
|
|
Re: Seeing and running what CI does (was: CODEOWNERS check in CI)
As I wrote above "make htmldocs" works for me, this PR is actually
an htmldocs demo.
It would point at the difference(s) between my environment and
CI = the vast majority of CI failures when
As I wrote above "make htmldocs" works for me, this PR is actually
an htmldocs demo.
It would point at the difference(s) between my environment and
CI = the vast majority of CI failures when
|
By
Marc Herbert
·
#5749
·
|
|
Re: LE pair disconnected
Hi there,
Which version of Zephyr are you using? 1.13 or the latest master?
Thanks,
Carles
Hi there,
Which version of Zephyr are you using? 1.13 or the latest master?
Thanks,
Carles
|
By
Carles Cufi
·
#5748
·
|
|
Re: LE pair disconnected
Hi Zephyr team,
We can find this issue on nRF51 DK and our custom board with zephyr source code(samples/bluetooth/hci_uart). Could you give us your advice on how to solve this issue?
Hi Zephyr team,
We can find this issue on nRF51 DK and our custom board with zephyr source code(samples/bluetooth/hci_uart). Could you give us your advice on how to solve this issue?
|
By
Isaac Chen (陳尚航) <Isaac_Chen@...>
·
#5747
·
|
|
Re: LE pair disconnected
Hi,
Could you please provide the btmon HCI logs?
Regards,
Vinayak
From:"Isaac Chen (陳尚航)" <Isaac_Chen@...>
Date: Monday, 4 March 2019 at 8:01 AM
To: "Tommy Lin (林志聰)"
Hi,
Could you please provide the btmon HCI logs?
Regards,
Vinayak
From:"Isaac Chen (陳尚航)" <Isaac_Chen@...>
Date: Monday, 4 March 2019 at 8:01 AM
To: "Tommy Lin (林志聰)"
|
By
Chettimada, Vinayak Kariappa
·
#5746
·
|
|
Re: Seeing and running what CI does (was: CODEOWNERS check in CI)
A python exception happens in this case, you can always reproduce it locally by running 'make htmldocs'. This used to generate no reports at all previously, so progress. I am not sure how useful
A python exception happens in this case, you can always reproduce it locally by running 'make htmldocs'. This used to generate no reports at all previously, so progress. I am not sure how useful
|
By
Nashif, Anas
·
#5745
·
|
|
Re: BUGS (Zephyr v1.14.0-rc1) Feb 26 2019
Hi Kumar,
This list is useful -- would you mind also including links to the
relevant GitHub filters in these emails, so devs can drill down on
what they need to fix individually?
I think those are in
Hi Kumar,
This list is useful -- would you mind also including links to the
relevant GitHub filters in these emails, so devs can drill down on
what they need to fix individually?
I think those are in
|
By
Marti Bolivar <marti@...>
·
#5744
·
|
|
Re: debug with mcuboot
I somehow have trouble believing the date stamp on the original email.
Clogged internet pipes, perhaps.
Multi-image build is a build system issue, not a west issue. Nordic is
working on this, for
I somehow have trouble believing the date stamp on the original email.
Clogged internet pipes, perhaps.
Multi-image build is a build system issue, not a west issue. Nordic is
working on this, for
|
By
Marti Bolivar <marti@...>
·
#5743
·
|
|
Re: CMake comments to HTML? (PR #9947 CMake build architecture documentation)
There's an actual (and draft) PR now in case anyone else is interested in following this:https://github.com/zephyrproject-rtos/zephyr/pull/13805
Still just a demo.
Off the list now.
There's an actual (and draft) PR now in case anyone else is interested in following this:https://github.com/zephyrproject-rtos/zephyr/pull/13805
Still just a demo.
Off the list now.
|
By
Marc Herbert
·
#5742
·
|
|
Re: Seeing and running what CI does (was: CODEOWNERS check in CI)
Quick update.
Non-determinism found and explained: https://github.com/zephyrproject-rtos/zephyr/pull/13973
Thanks to the reviewers for the very quick reviews.
Still unclear.
Mystery solved:
Quick update.
Non-determinism found and explained: https://github.com/zephyrproject-rtos/zephyr/pull/13973
Thanks to the reviewers for the very quick reviews.
Still unclear.
Mystery solved:
|
By
Marc Herbert
·
#5741
·
|
|
Re: debug with mcuboot
This seems to have gone unanswered.
For my use, I've always had an "outer" makefile that invokved the
cmake and ninja build on the Zephyr target (as well as mcuboot), and
then used imgtool.py and
This seems to have gone unanswered.
For my use, I've always had an "outer" makefile that invokved the
cmake and ninja build on the Zephyr target (as well as mcuboot), and
then used imgtool.py and
|
By
David Brown
·
#5740
·
|
|
Re: k_poll_signal_raise linker error
Issue resolved.
By
Ramakrishna Pallala <ramakrishna.pallala@...>
·
#5739
·
|
|
k_poll_signal_raise linker error
Hi, is anyone facing following linking error:
In function
Hi, is anyone facing following linking error:
In function
|
By
Ramakrishna Pallala <ramakrishna.pallala@...>
·
#5738
·
|
|
Zephyr Project Newsletter Q1 2019
Welcome to the Zephyr Project Quarterly Newsletter
Welcome to the Zephyr Project Quarterly Newsletter
|
By
Zephyr Project
·
#5737
·
|
|
LE pair disconnected
Hi Ryan Erickson,
We use zephyr source code(samples/bluetooth/hci_uart) , and type following commands:
After then , we can find out device(named “2019bt”) in our phone , and we can pair it.
But
Hi Ryan Erickson,
We use zephyr source code(samples/bluetooth/hci_uart) , and type following commands:
After then , we can find out device(named “2019bt”) in our phone , and we can pair it.
But
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5736
·
|