|
Re: [Zephyr-tsc] Github CODEOWNERS auto-assignment doesn't work as expected
Good guess. Anas found the bug (commas) and fixed it at https://github.com/zephyrproject-rtos/zephyr/commit/af3f81ef04bccd0b959
Curious how Anas debugged this because I just found this user who put a
Good guess. Anas found the bug (commas) and fixed it at https://github.com/zephyrproject-rtos/zephyr/commit/af3f81ef04bccd0b959
Curious how Anas debugged this because I just found this user who put a
|
By
Marc Herbert
·
#5950
·
|
|
Zephyr Project: Dev Meeting - Thu, 05/02/2019 8:00am-9:00am
#cal-reminder
Reminder:
Zephyr Project: Dev Meeting
When:
Thursday, 2 May 2019
8:00am to 9:00am
(GMT-07:00) America/Los Angeles
Where:
https://zoom.us/j/993312203
Organizer:
devel@...
Description:
Join Zoom
Reminder:
Zephyr Project: Dev Meeting
When:
Thursday, 2 May 2019
8:00am to 9:00am
(GMT-07:00) America/Los Angeles
Where:
https://zoom.us/j/993312203
Organizer:
devel@...
Description:
Join Zoom
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#5949
·
|
|
MCUBoot can't find bootable image (nRF52)
Hey,
I've been trying to build the mcumgr/smp_svr sample on a nRF52840 DK
(pca10056) by following
https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html,
using Zephyr
Hey,
I've been trying to build the mcumgr/smp_svr sample on a nRF52840 DK
(pca10056) by following
https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html,
using Zephyr
|
By
Benjamin Lindqvist
·
#5948
·
|
|
Re: Wrapping compiler builtins
I would say it’s an interest in such a pull request to enable more toolchains to build zephyr.
> Would you be interested in pull requests that add something like this to Zephyr? The goal would
I would say it’s an interest in such a pull request to enable more toolchains to build zephyr.
> Would you be interested in pull requests that add something like this to Zephyr? The goal would
|
By
Sigvart Hovland
·
#5947
·
|
|
Re: Wrapping compiler builtins
There is interest in this as we want to support various toolchains beyond GCC. So we need to look at cleaning this up. I’d suggest maybe working up a simple proof of concept PR as the best way to
There is interest in this as we want to support various toolchains beyond GCC. So we need to look at cleaning this up. I’d suggest maybe working up a simple proof of concept PR as the best way to
|
By
Kumar Gala
·
#5946
·
|
|
Event: Zephyr Project: APIs
#cal-invite
Zephyr Project: APIs
When:
Tuesday, 7 May 2019
9:00am to 10:00am
(GMT-07:00) America/Los Angeles
Repeats: Weekly on Tuesday
Where:
https://zoom.us/j/177647878
Organizer:
devel@...
An RSVP is
Zephyr Project: APIs
When:
Tuesday, 7 May 2019
9:00am to 10:00am
(GMT-07:00) America/Los Angeles
Repeats: Weekly on Tuesday
Where:
https://zoom.us/j/177647878
Organizer:
devel@...
An RSVP is
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#5945
·
|
|
Event: Zephyr Project: Dev Meeting
#cal-invite
Zephyr Project: Dev Meeting
When:
Thursday, 2 May 2019
8:00am to 9:00am
(GMT-07:00) America/Los Angeles
Repeats: Weekly on Thursday
Where:
https://zoom.us/j/993312203
Organizer:
tsc@...
An RSVP
Zephyr Project: Dev Meeting
When:
Thursday, 2 May 2019
8:00am to 9:00am
(GMT-07:00) America/Los Angeles
Repeats: Weekly on Thursday
Where:
https://zoom.us/j/993312203
Organizer:
tsc@...
An RSVP
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#5944
·
|
|
Wrapping compiler builtins
Hi,
I’m new to Zephyr. It’s an impressive project!
I’ve been compiling parts of Zephyr in different environments in order to run unit tests on macOS and using the native_posix board on a
Hi,
I’m new to Zephyr. It’s an impressive project!
I’ve been compiling parts of Zephyr in different environments in order to run unit tests on macOS and using the native_posix board on a
|
By
Jakob Stoklund Olesen <jolesen@...>
·
#5943
·
|
|
Re: [Zephyr-tsc] Github CODEOWNERS auto-assignment doesn't work as expected
Hi,
While github's features should really work as expected to save confusion
and everyone's time, I hope this "under-review" risk is very small
because I would expect every reviewer to... review the
Hi,
While github's features should really work as expected to save confusion
and everyone's time, I hope this "under-review" risk is very small
because I would expect every reviewer to... review the
|
By
Marc Herbert
·
#5942
·
|
|
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
alpi@...
·
#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
·
|