|
Re: New Defects reported by Coverity Scan for Zephyr
Anas,
If we go into Coverity and items as a “bug” will there be some sort of automation that will generate a bug ticket in the github issues?
David
Anas,
If we go into Coverity and items as a “bug” will there be some sort of automation that will generate a bug ticket in the github issues?
David
|
By
David Leach
·
#1185
·
|
|
Re: Bluetooth Address Type - Fixed (public)
Hi Jie,
Usually a host stack doesn't have to do anything special with public
addresses since controllers that support them come with the address
pre-programmed. All you need to say is that you want
Hi Jie,
Usually a host stack doesn't have to do anything special with public
addresses since controllers that support them come with the address
pre-programmed. All you need to say is that you want
|
By
Johan Hedberg
·
#1184
·
|
|
Re: BSD Sockets in mainline, and how that affects design decisions for the rest of IP stack (e.g. send MTU handling)
Hello,
By
Paul Sokolovsky
·
#1183
·
|
|
Re: Setup In Eclipse
Hi JC,
One obvious thing you need to do, which nevertheless is easy to
overlook, is setting Kconfig option
CONFIG_DEBUG=y
It disables compiler optimizations and adds debug symbols to the bin
file.
Hi JC,
One obvious thing you need to do, which nevertheless is easy to
overlook, is setting Kconfig option
CONFIG_DEBUG=y
It disables compiler optimizations and adds debug symbols to the bin
file.
|
By
Piotr Mienkowski
·
#1182
·
|
|
Re: BSD Sockets in mainline, and how that affects design decisions for the rest of IP stack (e.g. send MTU handling)
I was indeed only responding on MTU handling (as both PR do in a way).
As I am not using at all user APIs, I can't tell what would be the best.
But the issue is mostly found in the API usage it
I was indeed only responding on MTU handling (as both PR do in a way).
As I am not using at all user APIs, I can't tell what would be the best.
But the issue is mostly found in the API usage it
|
By
Tomasz Bursztyka
·
#1181
·
|
|
New Defects reported by Coverity Scan for Zephyr
Regards,
Anas Nashif
Begin forwarded message:
Regards,
Anas Nashif
Begin forwarded message:
|
By
Nashif, Anas
·
#1180
·
|
|
Re: BSD Sockets in mainline, and how that affects design decisions for the rest of IP stack (e.g. send MTU handling)
Hello Tomasz,
Thanks for responding and bringing up this discussion - it got
backlogged (so I'm doing homework on it in the background).
Tomasz Bursztyka <tomasz.bursztyka@...>
Hello Tomasz,
Thanks for responding and bringing up this discussion - it got
backlogged (so I'm doing homework on it in the background).
Tomasz Bursztyka <tomasz.bursztyka@...>
|
By
Paul Sokolovsky
·
#1179
·
|
|
Bluetooth Address Type - Fixed (public)
Hi all,
Looking at the bluetooth API and the sample bluetooth code, tt seems that the default advertised address addr->type is random. I think this is because of security reasons, so it is using
Hi all,
Looking at the bluetooth API and the sample bluetooth code, tt seems that the default advertised address addr->type is random. I think this is because of security reasons, so it is using
|
By
Jie Zhou <zhoujie@...>
·
#1178
·
|
|
Re: Problems with static variables and GNU map files
Hello Marti,
Marti Bolivar <marti.bolivar@...> wrote:
Because "static" has different semantics in different contexts. For
example, we don't want to touch "static inline" functions. Though,
Hello Marti,
Marti Bolivar <marti.bolivar@...> wrote:
Because "static" has different semantics in different contexts. For
example, we don't want to touch "static inline" functions. Though,
|
By
Paul Sokolovsky
·
#1177
·
|
|
Re: Problems with static variables and GNU map files
Why not just #define static SOMETHING_ELSE as needed?
Why not just #define static SOMETHING_ELSE as needed?
|
By
Marti Bolivar <marti.bolivar@...>
·
#1176
·
|
|
Re: BSD Sockets in mainline, and how that affects design decisions for the rest of IP stack (e.g. send MTU handling)
Hi guys,
(...)
Actually I missed the fact PR 1330 was about MTU handling. Does not sound generic enough.
In the end I don't approve both of the proposed solution. Let me explain why:
First, let's
Hi guys,
(...)
Actually I missed the fact PR 1330 was about MTU handling. Does not sound generic enough.
In the end I don't approve both of the proposed solution. Let me explain why:
First, let's
|
By
Tomasz Bursztyka
·
#1175
·
|
|
Setup In Eclipse
Hello All:
I've got a couple of questions on setting up a debug environment.
I'm running Ubuntu 16.04 LTS in a Virtualbox VM. I'm using Eclipse Oxygen CDT for development and openOCD for debugging.
Hello All:
I've got a couple of questions on setting up a debug environment.
I'm running Ubuntu 16.04 LTS in a Virtualbox VM. I'm using Eclipse Oxygen CDT for development and openOCD for debugging.
|
By
JC <jordansspamfilter@...>
·
#1174
·
|
|
Re: Reaction to hard fault - how to reset instead of hang
The _SysFatalErrorHandler function (implemented under arch/) has the hard fault policy and is declared __weak. Applications may implement their own version of it.
HTH,
Andrew
The _SysFatalErrorHandler function (implemented under arch/) has the hard fault policy and is declared __weak. Applications may implement their own version of it.
HTH,
Andrew
|
By
Boie, Andrew P
·
#1173
·
|
|
Re: bluetooth mesh on nrf51822-16kb tinycrypt-ecc
Hi Johan,
Thanks for the reply. It is clearly not possible to reduce the stack
usage of tinycrypt.
Regarding the coexisting of network state and provisioning state,
would it be possible to use the
Hi Johan,
Thanks for the reply. It is clearly not possible to reduce the stack
usage of tinycrypt.
Regarding the coexisting of network state and provisioning state,
would it be possible to use the
|
By
laczenJMS
·
#1172
·
|
|
Reaction to hard fault - how to reset instead of hang
Hi,
Sometimes I run into the situation where a hard fault is triggered
(e.g. a bluetooth mesh node with a BT_RX_STACK_SIZE that is set to
small). The result of this is a system hang. I can correct
Hi,
Sometimes I run into the situation where a hard fault is triggered
(e.g. a bluetooth mesh node with a BT_RX_STACK_SIZE that is set to
small). The result of this is a system hang. I can correct
|
By
laczenJMS
·
#1171
·
|
|
Re: CI fails for pull request on arm branch
Weird, I’ll try and look into this. I kicked off a re-build of your PR to see if that deals with it. It looks like there is a fix in master. I’ve updated the ‘arm’ branch against master, so
Weird, I’ll try and look into this. I kicked off a re-build of your PR to see if that deals with it. It looks like there is a fix in master. I’ve updated the ‘arm’ branch against master, so
|
By
Kumar Gala
·
#1170
·
|
|
CI fails for pull request on arm branch
Hi there,
I rebased pull request #4458 on the latest upstream arm-branch.
Shippable tests fail (results) , but it seems unrelated to my changes.
For example in test-run #1 it fails at
Hi there,
I rebased pull request #4458 on the latest upstream arm-branch.
Shippable tests fail (results) , but it seems unrelated to my changes.
For example in test-run #1 it fails at
|
By
Daniel Wagenknecht
·
#1169
·
|
|
System clock k_uptime_get() not working
Hi,
I am trying the two functions:
k_cycle_get_32() and k_uptime_get(). From what I understand, k_cycle_get_32() uses the hardware clock and k_uptime_get() uses the system clock.
However, the
Hi,
I am trying the two functions:
k_cycle_get_32() and k_uptime_get(). From what I understand, k_cycle_get_32() uses the hardware clock and k_uptime_get() uses the system clock.
However, the
|
By
Yie
·
#1168
·
|
|
Re: bluetooth mesh on nrf51822-16kb tinycrypt-ecc
Hi Jehudi,
The large stack footprint of TinyCrypt is one of my pet peeves with it
as well. You could pre-generate the public-private keypair, but then
you're still left with calculating the DHKey
Hi Jehudi,
The large stack footprint of TinyCrypt is one of my pet peeves with it
as well. You could pre-generate the public-private keypair, but then
you're still left with calculating the DHKey
|
By
Johan Hedberg
·
#1167
·
|
|
bluetooth mesh on nrf51822-16kb tinycrypt-ecc
Hi,
On a zephyr device with bluetooth mesh tinycrypt-ecc is used to
generate the ecdh key. Tinycrypt uses a stack of 1kb which is quite
large on small ram (16kb) devices. Is it possible to
Hi,
On a zephyr device with bluetooth mesh tinycrypt-ecc is used to
generate the ecdh key. Tinycrypt uses a stack of 1kb which is quite
large on small ram (16kb) devices. Is it possible to
|
By
laczenJMS
·
#1166
·
|