|
Zephyr Development News, 02 October 2018
This is the 02 October 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
HTML is available
This is the 02 October 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
HTML is available
|
By
Marti Bolivar <marti@...>
·
#5192
·
|
|
Re: Compilers working on Zephyr
Hi Gil,
Thanks for pointing it out. I'll take a look on it.
Regards,
Flavio Ceolin
Hi Gil,
Thanks for pointing it out. I'll take a look on it.
Regards,
Flavio Ceolin
|
By
Flavio Ceolin
·
#5191
·
|
|
GPIO flags rework
Wanted to get anyone and everyone’s input on cleaning up the GPIO flags. Please comment on this GitHub issue if you have input:
https://github.com/zephyrproject-rtos/zephyr/issues/10339
Thanks
-
Wanted to get anyone and everyone’s input on cleaning up the GPIO flags. Please comment on this GitHub issue if you have input:
https://github.com/zephyrproject-rtos/zephyr/issues/10339
Thanks
-
|
By
Kumar Gala
·
#5190
·
|
|
Nordic nRF52: Including nrfx_gpiote
Hello,
I am having trouble to include “nrfx_gpiote.h”. I can see that “nrfx_gpiote.c” only implements all methods if the check “NRFX_CHECK(NRFX_GPIOTE_ENABLED)” is passed.
But how do
Hello,
I am having trouble to include “nrfx_gpiote.h”. I can see that “nrfx_gpiote.c” only implements all methods if the check “NRFX_CHECK(NRFX_GPIOTE_ENABLED)” is passed.
But how do
|
By
Gavrikov Paul <Paul.Gavrikov@...>
·
#5189
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hi Dhananjay,
Related PR and its explanation in the commit message: https://github.com/zephyrproject-rtos/zephyr/pull/10332
This does not solve your Windows crash, but will in general reduce data
Hi Dhananjay,
Related PR and its explanation in the commit message: https://github.com/zephyrproject-rtos/zephyr/pull/10332
This does not solve your Windows crash, but will in general reduce data
|
By
Chettimada, Vinayak Kariappa
·
#5188
·
|
|
Re: Does Zephyr allow provisioning using relays?
Hi,
FYI, as of now #nRFMesh App itself doesn't support remote provisioning.
Regards,
vikrant
Hi,
FYI, as of now #nRFMesh App itself doesn't support remote provisioning.
Regards,
vikrant
|
By
vikrant8051 <vikrant8051@...>
·
#5187
·
|
|
Re: Does Zephyr allow provisioning using relays?
Hi,
As per my knowledge, remote provisioning is not yet part of Bluetooth SIG Mesh specification. That is why this feature is not included in Zephyr mesh stack.
Nordic own mesh SDK supported it. Have
Hi,
As per my knowledge, remote provisioning is not yet part of Bluetooth SIG Mesh specification. That is why this feature is not included in Zephyr mesh stack.
Nordic own mesh SDK supported it. Have
|
By
vikrant8051 <vikrant8051@...>
·
#5186
·
|
|
Re: Compilers working on Zephyr
Hi Flavio,
I also recorded some issues attempting to integrate TI compiler/toolchain:
https://github.com/zephyrproject-rtos/zephyr/issues/9284
I haven't gotten back to it as it's lower priority for
Hi Flavio,
I also recorded some issues attempting to integrate TI compiler/toolchain:
https://github.com/zephyrproject-rtos/zephyr/issues/9284
I haven't gotten back to it as it's lower priority for
|
By
Gil Pitney
·
#5185
·
|
|
Re: Compilers working on Zephyr
Hi Sebastian,
The in-tree documentation is lacking indeed, but I also wanted to know
whether people is trying to use other compilers and the problems they
are facing.
The work on MISRA-C and C99
Hi Sebastian,
The in-tree documentation is lacking indeed, but I also wanted to know
whether people is trying to use other compilers and the problems they
are facing.
The work on MISRA-C and C99
|
By
Flavio Ceolin
·
#5184
·
|
|
Benchmarking of Real-Time Operating Systems for Internet of Things Devices
Hello Zephyr community !
We are two students of the Université catholique de Louvain from Belgium and we work on our master thesis. The thesis is called "Benchmarking of Real-Time Operating Systems
Hello Zephyr community !
We are two students of the Université catholique de Louvain from Belgium and we work on our master thesis. The thesis is called "Benchmarking of Real-Time Operating Systems
|
By
julien.gomez@...
·
#5183
·
|
|
Does Zephyr allow provisioning using relays?
Hi, everybody:
I´m using four boards Nordic PCA10056 with nRF52840 for creating a simple mesh net. For provisioning I´m using the Nordic App nRF mesh. I'm using the sample
Hi, everybody:
I´m using four boards Nordic PCA10056 with nRF52840 for creating a simple mesh net. For provisioning I´m using the Nordic App nRF mesh. I'm using the sample
|
By
IosuGorostiza <balcalde@...>
·
#5182
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hello Pawel,
Thank you very much for the reply.
Yes i used the zephyr sample as reference(HoG mouse device) but modified for keyboard. The report map i use is directly from Nordic SDK HID
Hello Pawel,
Thank you very much for the reply.
Yes i used the zephyr sample as reference(HoG mouse device) but modified for keyboard. The report map i use is directly from Nordic SDK HID
|
By
dhguja@gmail.com
·
#5181
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hi,
Whatever Zephyr is doing I don't think Win should crash. I expect this is a bug in the OS or the driver. You can try MS support, maybe they can help. It should simply reject the data (that will
Hi,
Whatever Zephyr is doing I don't think Win should crash. I expect this is a bug in the OS or the driver. You can try MS support, maybe they can help. It should simply reject the data (that will
|
By
pawel.dunaj@...
·
#5180
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hi All,
With regards to my previous problems I have some basic questions to understand this problem.
By increasing the Tx Buffers i increased the number packets transmitted per connection
Hi All,
With regards to my previous problems I have some basic questions to understand this problem.
By increasing the Tx Buffers i increased the number packets transmitted per connection
|
By
dhguja@gmail.com
·
#5179
·
|
|
Re: Compilers working on Zephyr
Hi Flavio
Oticon is using a compiler different from those in the SDK.
Front-end is clang, but everything else is proprietary.
Problems we are facing:
* C99 issues (mostly solved now)
*
Hi Flavio
Oticon is using a compiler different from those in the SDK.
Front-end is clang, but everything else is proprietary.
Problems we are facing:
* C99 issues (mostly solved now)
*
|
By
pehe@...
·
#5178
·
|
|
Re: Compilers working on Zephyr
This is a known hole in our documentation.
To discover toolchains that have in-tree integrations see the contents of zephyr/cmake/toolchain.
Toolchains that are not integrated use CROSS_COMPILE, but
This is a known hole in our documentation.
To discover toolchains that have in-tree integrations see the contents of zephyr/cmake/toolchain.
Toolchains that are not integrated use CROSS_COMPILE, but
|
By
Sebastian Boe
·
#5177
·
|
|
Re: Bluetooth: Mesh: about pending things
Hi Vikrant,
There shouldn't at least be anything techical preventing it. We run the
qualification tests periodically and know that they pass. So any company
that wants to make a qualificaton listing
Hi Vikrant,
There shouldn't at least be anything techical preventing it. We run the
qualification tests periodically and know that they pass. So any company
that wants to make a qualificaton listing
|
By
Johan Hedberg
·
#5176
·
|
|
Bluetooth: Mesh: about pending things
Hi,
Just for curiosity, need list of pending things/issues (if any) in current Bluetooth Stack to fully satisfy SIG Mesh specification v1.0.
Till when it get entitled as Qualified Bluetooth Mesh
Hi,
Just for curiosity, need list of pending things/issues (if any) in current Bluetooth Stack to fully satisfy SIG Mesh specification v1.0.
Till when it get entitled as Qualified Bluetooth Mesh
|
By
vikrant8051 <vikrant8051@...>
·
#5175
·
|
|
Compilers working on Zephyr
Hi,
Guys I'm trying to have a list of supported compilers on Zephyr, but in
our wiki just mention about 3rd-party compilers but don't mention any
other than GNU ARM compiler.
If you are using a
Hi,
Guys I'm trying to have a list of supported compilers on Zephyr, but in
our wiki just mention about 3rd-party compilers but don't mention any
other than GNU ARM compiler.
If you are using a
|
By
Flavio Ceolin
·
#5174
·
|
|
Re: What are the requirements for running coap_server on a board?
Hi,
in order the upper IP stack to send packets to radio network, there
must be a network interface in the system. All IP network traffic goes
through this network interface. A network interface gets
Hi,
in order the upper IP stack to send packets to radio network, there
must be a network interface in the system. All IP network traffic goes
through this network interface. A network interface gets
|
By
Rissanen, Jukka <jukka.rissanen@...>
·
#5173
·
|