|
Re: [Zephyr-tsc] Github CODEOWNERS auto-assignment doesn't work as expected
[duplicate message cause the web interface doesn't seem to support cross-posting]
I don't know about the github side, however I just found and fixed a number of issues in the Zephyr script that
[duplicate message cause the web interface doesn't seem to support cross-posting]
I don't know about the github side, however I just found and fixed a number of issues in the Zephyr script that
|
By
Marc Herbert
·
#5941
·
|
|
Re: To bring back RPL to Zephyr project
Hi Thiago,
That's good to know. I will start bringing RPL back to Zephyr :)
Thanks and Best Regards,
Jian
---- On Mon, 15 Apr 2019 19:51:05 +0800 Thiago Silveira <thiago@...> wrote ----
Hi Thiago,
That's good to know. I will start bringing RPL back to Zephyr :)
Thanks and Best Regards,
Jian
---- On Mon, 15 Apr 2019 19:51:05 +0800 Thiago Silveira <thiago@...> wrote ----
|
By
Jian Zhang
·
#5940
·
|
|
Re: app runs using 1.13 but does not using 1.14
Hi,
you can get the error line by issuing command
/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-addr2line -e zephyr/zephyr.elf 0x200049a0 - this will show you where the error is.
Best regard,
Hi,
you can get the error line by issuing command
/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-addr2line -e zephyr/zephyr.elf 0x200049a0 - this will show you where the error is.
Best regard,
|
By
Jiří Kubias <jiri.kubias@...>
·
#5939
·
|
|
app runs using 1.13 but does not using 1.14
Hi All,
I have an app, based on the Bluetooth peripheral_esp sample, that builds and runs as expected using zephyr 1.13.99. Using 1.14, it builds correctly but crashes with the following
Hi All,
I have an app, based on the Bluetooth peripheral_esp sample, that builds and runs as expected using zephyr 1.13.99. Using 1.14, it builds correctly but crashes with the following
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#5938
·
|
|
Re: [Zephyr-tsc] Github CODEOWNERS auto-assignment doesn't work as expected
"Alberto Escolar Piedras (ALPI)" <ALPI@...> wrote:
Well, I was on vacation for two weeks before Apr 15. It definitely
worked before that. And I saw first problematic case last week,
"Alberto Escolar Piedras (ALPI)" <ALPI@...> wrote:
Well, I was on vacation for two weeks before Apr 15. It definitely
worked before that. And I saw first problematic case last week,
|
By
Paul Sokolovsky
·
#5937
·
|
|
Re: [Zephyr-tsc] Github CODEOWNERS auto-assignment doesn't work as expected
Thanks Paul,
Do you have some indication of when did this break?
BR
Alberto
Thanks Paul,
Do you have some indication of when did this break?
BR
Alberto
|
By
alberto.piedras@...
·
#5936
·
|
|
Github CODEOWNERS auto-assignment doesn't work as expected
Hello,
As was noticed in a few (multiple?) PRs, automatic reviewer assignment
based on the CODEOWNERS file no longer works as expected, specifically
fails to assign reviewers.
A recent example of
Hello,
As was noticed in a few (multiple?) PRs, automatic reviewer assignment
based on the CODEOWNERS file no longer works as expected, specifically
fails to assign reviewers.
A recent example of
|
By
Paul Sokolovsky
·
#5935
·
|
|
#bluetoothmesh Using the Period Publish in Mesh
#bluetoothmesh
Hi,
How could I use periodic publishing in Mesh ? I have looked through the Mesh Spec (especially section 3.7.6.1), and I tried to understand in include files how to use it but I haven't understood
Hi,
How could I use periodic publishing in Mesh ? I have looked through the Mesh Spec (especially section 3.7.6.1), and I tried to understand in include files how to use it but I haven't understood
|
By
paul.leguennec@...
·
#5934
·
|
|
Re: Support for Open Supervised Device Protocol (OSDP) in Zephyr
Hi Thea,
Thanks for helping me out; have you had a chance to look into this?
Sid.
---- On Sun, 14 Apr 2019 01:24:31 +0530 Thea Aldrich <aldrich.thea@...> wrote ----
Hi Thea,
Thanks for helping me out; have you had a chance to look into this?
Sid.
---- On Sun, 14 Apr 2019 01:24:31 +0530 Thea Aldrich <aldrich.thea@...> wrote ----
|
By
Siddharth Chandrasekaran <siddharth@...>
·
#5933
·
|
|
Re: Zephyr 1.14.0 Released (corrected)
Developers,
I wanted to thank everyone again that’s been part of the Zephyr community and contributed to the project and this major milestone in the project’s history.
As we now have an LTS
Developers,
I wanted to thank everyone again that’s been part of the Zephyr community and contributed to the project and this major milestone in the project’s history.
As we now have an LTS
|
By
Kumar Gala
·
#5932
·
|
|
Re: Zephyr 1.14.0 Released (corrected)
All,
In my rush to get 1.14 released, I reported on the Major Enhancements from 1.13. Sorry for the confusion. Here is the corrected list of Major Enhancements in 1.14:
* The Zephyr project now
All,
In my rush to get 1.14 released, I reported on the Major Enhancements from 1.13. Sorry for the confusion. Here is the corrected list of Major Enhancements in 1.14:
* The Zephyr project now
|
By
Kumar Gala
·
#5931
·
|
|
Zephyr 1.14.0 Released
Hi,
We are pleased to announce the release of Zephyr kernel version 1.14.0. The 1.14.0 will be the first Zephyr LTS release that we will support for at least 2 years.
Major enhancements with this
Hi,
We are pleased to announce the release of Zephyr kernel version 1.14.0. The 1.14.0 will be the first Zephyr LTS release that we will support for at least 2 years.
Major enhancements with this
|
By
Kumar Gala
·
#5930
·
|
|
Re: Board: Adafruit ItsyBitsy M0 Express
Not aware of anyone working on this, but looks like it would be trivial to add board support for it based on the 'Adafruit Trinket M0’
- k
Not aware of anyone working on this, but looks like it would be trivial to add board support for it based on the 'Adafruit Trinket M0’
- k
|
By
Kumar Gala
·
#5929
·
|
|
Re: #bluetoothmesh Help for sending and receiving messages through mesh
#bluetoothmesh
Hi,
I am trying to implement two vendor models : one client and one server. I made a little specification of that model, and it just need two messages handlers : get and status. The client will send a
Hi,
I am trying to implement two vendor models : one client and one server. I made a little specification of that model, and it just need two messages handlers : get and status. The client will send a
|
By
paul.leguennec@...
·
#5928
·
Edited
|
|
Re: Web Server
Hi Nicholas,
see https://github.com/zephyrproject-rtos/zephyr/issues/14467 for
discussion about HTTP API support.
Cheers,
Jukka
Hi Nicholas,
see https://github.com/zephyrproject-rtos/zephyr/issues/14467 for
discussion about HTTP API support.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#5927
·
|
|
Re: Web Server
Hello Nicholas,
On Mon, 15 Apr 2019 18:02:46 +0000
" via Lists.Zephyrproject.Org"
<Nicholas.Yameen=se.com@...> wrote:
Zephyr offers a (sizable subset of) BSD Socket API, which
Hello Nicholas,
On Mon, 15 Apr 2019 18:02:46 +0000
" via Lists.Zephyrproject.Org"
<Nicholas.Yameen=se.com@...> wrote:
Zephyr offers a (sizable subset of) BSD Socket API, which
|
By
Paul Sokolovsky
·
#5926
·
|
|
Is DFU working in Zephyr?
Hi Zephyr developers:
I’m trying to enable the DFU function inside the mcuboot bootloader so that I can use the bootloader to load a custom firmware file. I followed the sample
Hi Zephyr developers:
I’m trying to enable the DFU function inside the mcuboot bootloader so that I can use the bootloader to load a custom firmware file. I followed the sample
|
By
Li, Jun R
·
#5925
·
|
|
Re: Web Server
Hi Nick,
HTTP support is set to be dropped soon last I heard yes, this is because it hasn’t been converted to use the new sockets API and has no active maintainer, that may change in the future.
You
Hi Nick,
HTTP support is set to be dropped soon last I heard yes, this is because it hasn’t been converted to use the new sockets API and has no active maintainer, that may change in the future.
You
|
By
lairdjm
·
#5924
·
|
|
Web Server
Hello,
I see there is an example for a dumb HTTP server for Zephyr in the samples folder. This example serves a single static web page when going to that IP address in a web browser. Is it
Hello,
I see there is an example for a dumb HTTP server for Zephyr in the samples folder. This example serves a single static web page when going to that IP address in a web browser. Is it
|
By
Nicholas Yameen <Nicholas.Yameen@...>
·
#5923
·
|
|
Re: To bring back RPL to Zephyr project
Hello Jian,
We do use the RPL module in our project, and we will keep using it in the future.
Unfortunately, as we are a very small team, we didn't have the resources to step up and maintain it then,
Hello Jian,
We do use the RPL module in our project, and we will keep using it in the future.
Unfortunately, as we are a very small team, we didn't have the resources to step up and maintain it then,
|
By
Thiago Silveira
·
#5922
·
|