|
Re: CODEOWNERS check in CI
Oh! I somehow missed that. Thanks, that's good enough for me.
--
Björn
Oh! I somehow missed that. Thanks, that's good enough for me.
--
Björn
|
By
Björn Stenberg
·
#5731
·
|
|
Re: Seeing and running what CI does (was: CODEOWNERS check in CI)
Hi,
A couple things I find confusing:
- There's only the ("beautified") output but not the commands that produced them as is typical in CI, so no obvious indication of what to do to test the next
Hi,
A couple things I find confusing:
- There's only the ("beautified") output but not the commands that produced them as is typical in CI, so no obvious indication of what to do to test the next
|
By
Marc Herbert
·
#5730
·
|
|
Re: Seeing and running what CI does (was: CODEOWNERS check in CI)
Status is actually available as a comment in the PR. We are planning at some point to use the Checks API from GH which would make things more clear.
The scripts now provide the output so you do not
Status is actually available as a comment in the PR. We are planning at some point to use the Checks API from GH which would make things more clear.
The scripts now provide the output so you do not
|
By
Nashif, Anas
·
#5729
·
|
|
Re: CODEOWNERS check in CI
The actual output is always available in a comment posted by zephyrbot in the same PR. The comment is updated for every run. Is this what you are looking for?
Anas
From:<devel@...> on behalf of
The actual output is always available in a comment posted by zephyrbot in the same PR. The comment is updated for every run. Is this what you are looking for?
Anas
From:<devel@...> on behalf of
|
By
Nashif, Anas
·
#5728
·
|
|
Seeing and running what CI does (was: CODEOWNERS check in CI)
Hi Björn,
I asked this question on Slack some time back and Anas answered it's not possible (yet?) for various reasons, one of them related to github accounts and security.
Fortunately
Hi Björn,
I asked this question on Slack some time back and Anas answered it's not possible (yet?) for various reasons, one of them related to github accounts and security.
Fortunately
|
By
Marc Herbert
·
#5727
·
|
|
Re: Arduino interface definition for Nordic development kits
Hi Aaron,
This is indeed the expected way to do it.
Don't forget to also add "arduino_i2c" in boards' yaml files.
Cheers
Erwan
Hi Aaron,
This is indeed the expected way to do it.
Don't forget to also add "arduino_i2c" in boards' yaml files.
Cheers
Erwan
|
By
Erwan Gouriou
·
#5726
·
|
|
Re: CODEOWNERS check in CI
Can we please make the "Details" links for these checks show the actual output of the check command, rather than the current generic information about why the check exists?
--
Björn
Can we please make the "Details" links for these checks show the actual output of the check command, rather than the current generic information about why the check exists?
--
Björn
|
By
Björn Stenberg
·
#5725
·
|
|
CODEOWNERS check in CI
Hi,
Recently we enabled a new CI check that verifies if newly added files are covered in the CODEOWNERS file.
For more information about the CODEOWNERS file please check
Hi,
Recently we enabled a new CI check that verifies if newly added files are covered in the CODEOWNERS file.
For more information about the CODEOWNERS file please check
|
By
Nashif, Anas
·
#5724
·
|
|
Arduino interface definition for Nordic development kits
Hi,
When I try to compile "samples\shields\x_nucleo_iks01a1\" for my Nordic dev. kits(pca10040 and pca10056), occurred this error:
I noticed that the Arduino interface, like default i2c and so on, not
Hi,
When I try to compile "samples\shields\x_nucleo_iks01a1\" for my Nordic dev. kits(pca10040 and pca10056), occurred this error:
I noticed that the Arduino interface, like default i2c and so on, not
|
By
Aaron Xu
·
#5723
·
|
|
Re: Shippable report coverage test failure
Hi Aaron,
Thanks so much for reaching out regarding PR #13658. A comment has been added directly to the PR. Please feel free to reach out if you have any questions.
Thank you for your contribution to
Hi Aaron,
Thanks so much for reaching out regarding PR #13658. A comment has been added directly to the PR. Please feel free to reach out if you have any questions.
Thank you for your contribution to
|
By
Thea Aldrich
·
#5722
·
|
|
Shippable report coverage test failure
Hello,
Please help me check this PR:
https://github.com/zephyrproject-rtos/zephyr/pull/13658
I am not quite understanding those coverage item meaning, but I believe this patch will solve issue #13658,
Hello,
Please help me check this PR:
https://github.com/zephyrproject-rtos/zephyr/pull/13658
I am not quite understanding those coverage item meaning, but I believe this patch will solve issue #13658,
|
By
Aaron Xu
·
#5721
·
|
|
Zephyr SDK 0.10.0-rc3 available
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.0-rc3
Please download and try things out and report any issues.
Changes
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.0-rc3
Please download and try things out and report any issues.
Changes
|
By
Nashif, Anas
·
#5720
·
|
|
Re: Long-Term Bluetooth Mesh Reliability
Hi Johan,
thanks - that's good to know for sure. No luck unfortunately, my
device is still not responding after some time. I have set
CONFIG_DEBUG=y and from my understanding the application seems to
Hi Johan,
thanks - that's good to know for sure. No luck unfortunately, my
device is still not responding after some time. I have set
CONFIG_DEBUG=y and from my understanding the application seems to
|
By
Martin <ma@...>
·
#5719
·
|
|
BUGS (Zephyr v1.14.0-rc1) Feb 21 2019
255:bug
137:priority: medium
110:priority: low
8:priority: high
25:Coverity
20:area: Networking
17:area: Bluetooth
15:area: MISRA-C
14:platform: nRF
13:area: Logging
12:area: Kernel
11:platform:
255:bug
137:priority: medium
110:priority: low
8:priority: high
25:Coverity
20:area: Networking
17:area: Bluetooth
15:area: MISRA-C
14:platform: nRF
13:area: Logging
12:area: Kernel
11:platform:
|
By
Kumar Gala
·
#5718
·
|
|
Re: Get RSSI in DTM(Zephyr)
Hello Tommy,
You can look at the Bluetooth specification to learn more about DTM mode. I do not have any code or documents to share. You will have to dig into the zephyr source code to see how
Hello Tommy,
You can look at the Bluetooth specification to learn more about DTM mode. I do not have any code or documents to share. You will have to dig into the zephyr source code to see how
|
By
Ryan Erickson
·
#5717
·
|
|
Re: NRF52840 UART CTS interrupt
#uart
#nrf52480
Hi Ryan,
The UART driver itself uses the GPIO driver internally so I don’t think there should be any issues with your usecase.
Regards,
Carles
From:<devel@...> on behalf of Ryan
Hi Ryan,
The UART driver itself uses the GPIO driver internally so I don’t think there should be any issues with your usecase.
Regards,
Carles
From:<devel@...> on behalf of Ryan
|
By
Carles Cufi
·
#5716
·
|
|
Re: Get RSSI in DTM(Zephyr)
Hi Ryan Erickson,
We would greatly appreciate it if you kindly give me some suggestions on the case.
For example , What documents we can reference?Where can we find some relevant code?
Hi Ryan Erickson,
We would greatly appreciate it if you kindly give me some suggestions on the case.
For example , What documents we can reference?Where can we find some relevant code?
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5715
·
|
|
NRF52840 UART CTS interrupt
#uart
#nrf52480
Hello,
I am using the NRF52840, UART1 with hardware flow control turned on. I want to be able to detect transitions on the CTS pin (input). Currently I tried using the GPIO driver to configure
Hello,
I am using the NRF52840, UART1 with hardware flow control turned on. I want to be able to detect transitions on the CTS pin (input). Currently I tried using the GPIO driver to configure
|
By
Ryan Erickson
·
#5714
·
|
|
Re: Zephyr SDK 0.10.0-rc2 available
Hi,
Great! That should be enough.
I had a couple of issues with openocd on an RV32M1 earlier on.
The issue was related to selecting the boot mode and then flashing an application, , but I cannot
Hi,
Great! That should be enough.
I had a couple of issues with openocd on an RV32M1 earlier on.
The issue was related to selecting the boot mode and then flashing an application, , but I cannot
|
By
Henrik Brix Andersen
·
#5713
·
|
|
Re: Zephyr SDK 0.10.0-rc2 available
I pulled in some patches for
I pulled in some patches for
|
By
Kumar Gala
·
#5712
·
|